Why does my standalone application not load a shared library built using the MATLAB Compiler?
Show older comments
I use the following MCC command to build a shared library using the MATLAB Compiler:
mcc -C -G -W lib:MCCviewerClient -T link:lib client_multical360.m client_feature_list_export.m get_feature_data.m handle_external_request.m
where, the last four parameters are the interfaces I want to make available to an external application.
I then create a standalone application using the Microsoft Visual Studio .NET 2003 IDE that implicitly links against the MATLAB Compiler generated library. However, when this application is executed, the library generated by the MATLAB Compiler is not loaded into the process.
Accepted Answer
More Answers (0)
Categories
Find more on C Shared Library Integration in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!