MATLAB: How to create an win32 application from R2014b running on a 64 bit Windows 7 machine

64 bit compilerMATLAB Compilerwin32windows xp

I created the standalone executable and it installed and ran on a separate Win7 machine. When I tried to run the install file on a machine with WinXP I got an error stating that it was not a valid win32 application.
The WinXP is the target machine for the application.

Best Answer

You need a 32-bit installation of Matlab to create a 32-bit application.
Related Question