簡體   English   中英

VS Studio 編譯 Fortran 代碼時出現編譯錯誤

[英]Compilation Error in VS Studio compiling Fortran code

在 VS Studio 中編譯 Fortran 代碼時出現此錯誤:

warning #31001: The dll for reading and writing the pdb (for example, mspdb110.dll) could not be found on your path.

我還希望在項目屬性中更改基礎平台工具集,但在 VS 2019 IDE 中我找不到此選項來編輯它。 我正在使用 Intel Compiler 2021。我也嘗試將我的 VS Studio 升級到最新版本,但問題仍然存在。 請告訴如何解決這個問題。

此消息表示您的 Visual Studio 配置錯誤。 確保您已安裝 Visual Studio 的“C++ 桌面開發”和“Windows 10 SDK”組件(請參閱https://www.intel.com/content/www/us/en/developer/articles/guide/installing -microsoft-visual-studio-2019-for-use-with-intel-compilers.html ) 您可能需要卸載英特爾編譯器和 Visual Studio,然后重新安裝。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM