- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Any suggestions?
Thanks in advance
skravoof
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is an error from Visual Studio? Can you provide more details as to what you are doing and a screenshot of the error?

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page