Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
C# cannot load Dll generated by compiling coder generated C code by Visual Studio project
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi all,
I can call the coder generated DLL from C# successfully. But I am trying to generate Dll by creating C++ visual studio project. The compiler run without error. But when calling it from C#, C# report "cannot load dll. Could not find module. HRESULT:0x8007007E".
My steps for creating VS project is: 1. Create an "Empty project" under Visual C++. 2. Change output type to "dynamic library(.Dll)" 3. Drag all .c and .h files into solution explorer. 4. Build.
Regards,
Jerry
1 Kommentar
Kaustubha Govind
am 9 Jul. 2012
How are you generating the code? There are several MathWorks products which can generate a DLL - is this MATLAB Compiler, MATLAB Coder or Simulink Coder?
Antworten (0)
Diese Frage ist geschlossen.
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!