Compiling C++ s-functions in MATLAB R2007b x86 on Windows 7 x64 Professional
Mostrar comentarios más antiguos
Steps already taken:
- Installed VS 2005 Express
- Installed Win 7 SDK
- Installed VS 2005 x86 Runtimes SP1 + MFC Security Update
- Set the environment variable MSsdk to the SDK path.
- Installed Borland 5.5 Compilers
- Installed MinGW and Gnumex.
All the compilers will compile a C++ s function successfully. However, when trying to reference those files using an s function block I get an 'error obtaining sizes from Mex. Specified module could not be found'.
Has anyone successfully compiled a C++ s function on the set up described.
I must use 32 bit to be compatible with the work of my colleagues.
- - - - - - - - - - - - - - - - - - - -
Thanks in advance,
Craig
Respuesta aceptada
Más respuestas (1)
1 comentario
Kaustubha Govind
el 1 de Feb. de 2013
Instead of copying over the DLLs, it might be best to add their actual locations to the system PATH environment variable.
Categorías
Más información sobre C Shared Library Integration en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!