.mexglx in windows XP
4 ビュー (過去 30 日間)
古いコメントを表示
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 ??
0 件のコメント
採用された回答
Benjamin Schwabe
2012 年 2 月 2 日
Do you have the sourcecode that was used for the generation of the mexglx? If not, I have no clue and I assume that there is no way but code disassembly... If you have the sourcecode, create the mex-file on your own by using the mex-command and change the reference to the mexglx accordingly.
0 件のコメント
その他の回答 (6 件)
Walter Roberson
2012 年 2 月 2 日
You cannot execute a Linux mex file on MS Windows. You will, as Benjamin suggests, need to rebuild the mex from source.
0 件のコメント
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 日
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.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で MATLAB Compiler についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!