- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi there,
I am linking a fortran code written using a compaq compiler and now I am switching to Intel Visual Fortran. When compiling I get fatal errors:
Fatal error cannot open "dformt.lib"
Fatal error cannot open "dfor.lib"
Does anyone have an idea how I could solve the problem? I just started to be familiar with Fortran so I am not a master in it...
Thanks for help,
Cheers
Andrea
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Have you tried "rebuild all"? That should fix it.
CVF inserted references to its own run-time libraries into .obj files, but IVF can't find them if the .obj files weren't built with IVF.
If you have some "external" .obj or .lib files within your project, you should rebuild them first also.
Jugoslav
CVF inserted references to its own run-time libraries into .obj files, but IVF can't find them if the .obj files weren't built with IVF.
If you have some "external" .obj or .lib files within your project, you should rebuild them first also.
Jugoslav
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