compiling a 32-bit C Shared Library
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
John Anderson
el 24 de Mayo de 2018
Comentada: Fahimeh Dehghandehnavi
el 4 de Mzo. de 2022
Hi all,
I need to compile a 32-bit C shared library to deploy some Matlab Code. I have installed Matlab 2015b on a 32-bit Machine running windows 10. However, I am having trouble locating a compatible 32-bit compiler. Does anyone have any pointers to a (preferably) free compiler that would be recognized by this version of Matlab. I have tried searching for the recommended compilers given under https://www.mathworks.com/content/dam/mathworks/mathworks-dot-com/support/sysreq/files/SystemRequirements-Release2015b_SupportedCompilers.pdf specifically "Microsoft Windows SDK 7.1 Available at no charge; requires .NET Framework 4." but to no avail. Any tips would be much appreciated.
Best wishes,
John
0 comentarios
Respuesta aceptada
Walter Roberson
el 24 de Mayo de 2018
SDK 7.1 is your only option. It is, however, not easy to install on Windows 10. You could experiment with the work-around described at https://social.msdn.microsoft.com/Forums/sqlserver/en-US/1de7c9b4-1feb-4c98-b426-f7f02cbafa99/windows-sdk-71-on-windows-10?forum=windowssdk
4 comentarios
Fahimeh Dehghandehnavi
el 4 de Mzo. de 2022
Thank you Walter! This workaround solved my problem too!
Más respuestas (1)
Ver también
Categorías
Más información sobre C Shared Library Integration en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!