.mexglx in windows XP
Ältere Kommentare anzeigen
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 ??
Akzeptierte Antwort
Weitere Antworten (6)
Walter Roberson
am 2 Feb. 2012
2 Stimmen
You cannot execute a Linux mex file on MS Windows. You will, as Benjamin suggests, need to rebuild the mex from source.
Aaditya
am 4 Feb. 2012
2 Kommentare
Jan
am 4 Feb. 2012
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
am 5 Feb. 2012
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?
Aaditya
am 9 Feb. 2012
0 Stimmen
Jan
am 9 Feb. 2012
0 Stimmen
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.
Aaditya
am 9 Feb. 2012
0 Stimmen
Aaditya
am 10 Feb. 2012
0 Stimmen
Kategorien
Mehr zu MATLAB Compiler finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!