MCR issue at initialization
2 views (last 30 days)
Show older comments
Dear all,
I'm developing a large modular application which uses plug-ins. I've developed a signal processing plug-in in Matlab and compile it as a C++ shared lib that I wrapped into a C++ DLL (a plugin for my application).
Everything is OK.
On the other hand, I've developed another plugin that uses mat-files libraries (mx.dll lut.dll, etc) to write some data in a Matlab file.
When the two plugins are loaded and when I launch the 'matlab' plugin, the application crashes when the MCR is initializing. I've only got an exit(1).
Matlab is R2012b, with Compiler 4.18 on Windows 7 Pro 64bit and Microsoft Visual Studio 2008 SP1
Any advice to avoid that? Thanks for any help.
0 Comments
Answers (1)
Image Analyst
on 7 Feb 2013
Have you exhausted the ideas in the FAQ: http://matlab.wikia.com/wiki/FAQ?&cb=1272#My_standalone_executable_won.27t_run_on_the_target_computer._What_can_I_try.3F yet?
See Also
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!