MATLAB: .mexglx in windows XP

mex

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 ??

Best Answer

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.