Why does my standalone application not load a shared library built using the MATLAB Compiler?
Ältere Kommentare anzeigen
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.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu C Shared Library Integration finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!