Cross-compiling 32-bit C application on machine with 64-bit MATLAB installed
Ältere Kommentare anzeigen
I have a VS 2010 64-bit C console application that links to the libeng and libmex libraries on a machine with the 64-bit flavour of MATLAB 2011b installed. I now want to cross-compile a 32-bit version of my application on this same 64-bit machine. However, it seems that the 32-bit versions of the libeng and libmex are not installed or my machine, only the 64-bit versions. Is this by design? Or did I miss an installation option when installing Matlab? How should I proceed to get my hands on the 32-bit version of these libs?
Akzeptierte Antwort
Weitere Antworten (1)
Samuel Doctolero
am 16 Jan. 2019
0 Stimmen
Another approach is to create a COM wrapper around it and have run as a surrogate process alongside your x64 code.
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!