I have a matlab GUI application that I generate a standalone executable application from it for both [Windows 64-bit] and [Windows 32-bit].
The Windows 64-bit version of the standalone application works fine without any problems, but the one on Windows 32-bit has some runtime errors, that some functionality of the application isn't working, and I can't debug to see where is the error exactly.
The GUI itself with being a standalone application is working fine in both Windows 32-bit and Windows 6-bit.
What Could be the problem here ?