- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
After installing Visual Fortran, w_cprof_p_11.0.074_novsppe.exe (which installed both 32bit and Intel 64 application compilers), I created a test console application.
In the solution properties I selected x64 for platform.
Build fails with the following message: "Intel Visual Fortran Compiler for x64 not installed"
Tools, Options, Intel Visual Fortran, Compilers is configured for Win32 and the x64 compiler is not available in the dropdown list.
Is this a configuration setting somewhere in Visual Studio, or was the x64 compiler not installed?
In the solution properties I selected x64 for platform.
Build fails with the following message: "Intel Visual Fortran Compiler for x64 not installed"
Tools, Options, Intel Visual Fortran, Compilers is configured for Win32 and the x64 compiler is not available in the dropdown list.
Is this a configuration setting somewhere in Visual Studio, or was the x64 compiler not installed?
コピーされたリンク
2 返答(返信)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Quoting - KMcC
After installing Visual Fortran, w_cprof_p_11.0.074_novsppe.exe (which installed both 32bit and Intel 64 application compilers), I created a test console application.
In the solution properties I selected x64 for platform.
Build fails with the following message: "Intel Visual Fortran Compiler for x64 not installed"
Tools, Options, Intel Visual Fortran, Compilers is configured for Win32 and the x64 compiler is not available in the dropdown list.
Is this a configuration setting somewhere in Visual Studio, or was the x64 compiler not installed?
In the solution properties I selected x64 for platform.
Build fails with the following message: "Intel Visual Fortran Compiler for x64 not installed"
Tools, Options, Intel Visual Fortran, Compilers is configured for Win32 and the x64 compiler is not available in the dropdown list.
Is this a configuration setting somewhere in Visual Studio, or was the x64 compiler not installed?
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
"In order to install this compiler for Intel64, Visual Studio must be installed with the C++ and x64 options enabled."
Indeed, Visual Studio was installed without the x64 components.
All is well, now.
Indeed, Visual Studio was installed without the x64 components.
All is well, now.
