s4eed
s4eed

Reputation: 7891

MATLAB : Compile a 32-bit shared library from a 64-bit Windows with 64-bit MATLAB installed

I want to compile a c++ shared library within 64-Bit Matlab. But I need 32-Bit version of the library because I have 32-Bit visual studio ! How can I do this?
Is is possible to force deploytool to compile libraries in 32 bit mode?

Upvotes: 2

Views: 826

Answers (1)

Sam Roberts
Sam Roberts

Reputation: 24127

I believe you need to have the 32-bit version of MATLAB to create a 32-bit library. You can install 32-bit MATLAB on a 64-bit operating system. If you are in maintenance with your MATLAB license, you should be able to download the 32-bit version from MathWorks.

Upvotes: 1

Related Questions