MCR issue at initialization
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Image Analyst
2013 年 2 月 7 日
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?
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!