.mexglx in windows XP
이전 댓글 표시
hey all....
I am not able to run .mexglx files in windows XP 32 bit platform... the matlab codes were originally written using 64 bit linux platform.... How to convert it so that it gets executed in XP???
Could anyone please help me out ??
채택된 답변
추가 답변 (6개)
Walter Roberson
2012년 2월 2일
2 개 추천
You cannot execute a Linux mex file on MS Windows. You will, as Benjamin suggests, need to rebuild the mex from source.
Aaditya
2012년 2월 4일
댓글 수: 2
Jan
2012년 2월 4일
How did you compile the source code? The error message appears, if you run a DLL, but some used library functions are missing.
Ken Atwell
2012년 2월 5일
What version of MATLAB are you using? I'm surprised that your MEX file recompiled for Windows carries the extension ".dll". I would expect it to be ".mex32".
Also, can you tell us the command line to MEX you are using, and any output MEX returns?
Jan
2012년 2월 9일
0 개 추천
I've asked you already: How did you compile the C-file? The error message appears e.g., if you compile the C-file on one computer with MSVC, but run it on another computer without installing the required distributables.
카테고리
도움말 센터 및 File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!