Working environment:
- Windows 11 Professional 23H2
- VS 2022 community 17.9.6
- OneAPI 2024.1
I was running a fortran program release on the VS and the terminal unexpectedly freezed. I had to terminate it manually using the task manager. Then I found out that I can not compile any fortran code correctly. The error message says No symbol file loaded for libifcoremd.dll
.
I`ve searched it online and Im pretty sure that my code is totally fine.
I used the dependency inspector BinInspector
, and found out that there is something wrong with my dlls.
BinInspector Result
But these dlls are just right there.dlls
And the path of environment varibles is correct, too.path
I dont know how to deal with this situation, please help me with it.
Thanks.
Lamries is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.