How to convert mexa64 to mexw64?
14 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello Everyone! i have downloaded some code and contain some mexa64. So , is there any way to change the extentions from mexa64 to mexw64. looking for positive response. Thank you
0 Commenti
Risposta accettata
Jan
il 3 Lug 2017
This will not work. A code compiled for a Linux system cannot be converted to a Windows version directly. It will be much easier and cheaper to contact the author and ask for a version compiled for your system.
0 Commenti
Più risposte (1)
Walter Roberson
il 3 Lug 2017
You could potentially use a "decompiler" to analyze it back into C code and then compile it on the Linux system. If you are fortunate there is a small chance that this might not violate the software license.
Vedere anche
Categorie
Scopri di più su Historical Contests in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!