MCR issue at initialization
Ältere Kommentare anzeigen
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.
Antworten (1)
Image Analyst
am 7 Feb. 2013
0 Stimmen
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?
1 Kommentar
Bruno
am 7 Feb. 2013
Kategorien
Mehr zu MATLAB Compiler finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!