mexw32 to mexw64
이전 댓글 표시
Hi! I have downloaded some code from a web which I want to run in my 64bit windows.It has lots of c and c++ programs included in it. Most of them where compile for windows 32 bits, but as the .c program was there, I re-compiled it in my machine and got the mexw64 that I needed. But then it happens that there is a file from which I just have the mexa64, mexglx, mexw32 and dll files. I would like to know if there is some way to convert the mexw32 to mexw64, so I can use it. Thanks a lot!
댓글 수: 1
Kaustubha Govind
2011년 8월 2일
Sorry, I don't know of any way to convert a 32-bit binary to a 64-bit binary without recompiling. You can however install 32-bit MATLAB on 64-bit Windows to run your mexw32 files. See this page for caveats: http://www.mathworks.com/support/solutions/en/data/1-1CAT7/index.html?solution=1-1CAT7
답변 (1개)
Andreas Goser
2011년 8월 2일
0 개 추천
I also believe there is no way to convert and recompiling is the only way.
The point is: What to do if you do not have the source code? I am aware of a major customer that is in a dependency situation with a small engineering company that asks for a significant amount of money for a 64 Bit version of their software. I can just suggest to make sure all project partners are in agreement about what deliverables are part of a contract...
카테고리
도움말 센터 및 File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!