- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hello,
I am having trouble installing the ifort compiler. I dowonloaded and installed the standalone version. However, when trying to compile a "Hello world" program from the comand line, the following message appeared:
Fatal error LNK1104: cannot open "ImageHlp.lib"
Despite me not using any library on that program.
The only information I found on the internet is setting up correctly the library path on MVS, a function that has been removed in MVS 2017, that i have installed (and don't use).
I only want to complie text files to executables. I am using W10.
Thanks in advance,
Albert
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
imagehlp.lib is a system library that is part of the Windows SDK, a required component. See Installing Microsoft Visual Studio* for Use with Intel® Compilers In the list of "Optional" components, you can deselect all except "Windows 10 SDK".