64 bit compiler installation - very frustrating
7 ビュー (過去 30 日間)
古いコメントを表示
Hello to all,
I have Matlab R2012b - 64bit and I need to install a x64 compiler in order to run applications which call 64bit DLL functions.
I have installed Microsoft Visual Studio 2008, Microsoft SDK 7.1, .NET 4, MS Visual C++ Redistributable x64 2005, 2008, 2010 and 2012, MS C++ Compilers 2010 Standars x64 and still when I run the mex -setup command Matlab does NOT "see" the x64 compilers, as shown below:
Select a compiler:
[1] Microsoft Software Development Kit (SDK) 7.1 in C:\Program Files (x86)\Microsoft Visual Studio 10.0
[2] Microsoft Visual C++ 2008 SP1 in C:\Program Files (x86)\Microsoft Visual Studio 9.0
Reading other posts did not do any good, I have the same problem over and over again. Looks like you have to have a PhD in computer science to figure this one out.
Can anybody give me a hint about how can I solve this problem?
Best regards,
Jean
5 件のコメント
Justin
2013 年 7 月 24 日
Hi Jean,
Where you ever able to resolve this issue? I am experiencing a similar hang-up now with compiling a DLL using 'LoadLibrary'. Same display when I initiate 'mex -setup' and my files will not compile and generate an enormous error output. Let me know.
Thanks, Justin
dpb
2013 年 7 月 24 日
I've generally just made a make file that compiles/links to the proper ML libraries and uses the include file directories.
All setup really does is obfuscate that setting of INCLUDE and LIB directives behind an excessively complex script. :(
回答 (1 件)
jianlin wang
2016 年 10 月 21 日
Hi Jean,
Where you ever able to resolve this issue? I am experiencing a similar hang-up now with compiling a DLL using 'LoadLibrary'. Same display when I initiate 'mex -setup' and my files will not compile and generate an enormous error output. Let me know.
Thanks, WangJianLin
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で COM Component Integration についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!