Runtime error - Win32 error even though all Win64
4 ビュー (過去 30 日間)
古いコメントを表示
Hi Matlab community,
I have following problem: A colleague of mine compiled a Matlab programm with R2014a. On his computer the executable is running fine. I have R2012a Win32 but of course I installed MCR 8.3 Win64 to run the executable by following the path given in the readme.txt.
The .exe starts running on my computer, but as soon as it is coming to a certain step it gives me the error message:
...\ipopt.mexw64 is not a valid Win32 application.
I don't understand why I am having a win32 error even though I am using MCR 8.3 Win64 on Windows 2007 64 bit. As I said, the executable is running fine on my colleagues computer with the same runtime and same OS. Only our Matlab versions differ.
Any help is appreciated, thanks!!
1 件のコメント
Harsheel
2014 年 9 月 29 日
It may happen if the 32-bit MATLAB R2012a installation paths appear before the installation path of the 64-bit MCR v83 in the environment variable PATH.
Could you change your PATH environment variable to make the installation path of the 64-bit MCR v83 come before the installation path to your 32-bit MATLAB? The default installation path of the MCR will be:
C:\Program Files\MATLAB\MATLAB Compiler Runtime\v83\runtime\win64
If this does not work, could you tell us the value of the PATH environment variable?
採用された回答
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!