Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Error loading type library/DLL ???

skravoof
Beginner
843 Views
I had installed 64 bit intel visual fortran compiler for the first time. Creating a new project main code is working fine. However, when add more files to the code thorugh add an item i am having error like "Error loading type library/DLL. (exception from HRresult...)
Any suggestions?

Thanks in advance
skravoof
0 Kudos
2 Replies
ZlamalJakub
New Contributor III
843 Views
You did not specified which librarties are not loaded.

Fortran dll libraries are not on your PATH variable so windows do not know where to find them. You probably unchecked "modify path" (or something like that) during installation of fortran.

Try to find missing dll files in c:\Program FIles (x86)\Intel\... and copy them to the directory of your exe file. If this solve your problem, add directory from which you copied dlls to your sytem PATH variable.

Jakub
0 Kudos
Steven_L_Intel1
Employee
843 Views
This is an error from Visual Studio? Can you provide more details as to what you are doing and a screenshot of the error?
0 Kudos
Reply