- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have some legacy code that uses MSFLIB and DFLIB, which apparently came from COMPAQ fortran. When I get to the llinking, I get "error LNK2019: unresolved external symbol _f_setmessageqq referenced in the a routine". I know that I'm using, in the routine, SETMESSAGEQQ(...), and that is the problem. It either comes from MSLIB or DFLIB, don't know. I get no error with the statements USE MSLIB and USE DFLIB in the fortran code, so does someone have a listing of intel statements that are equivalent to the legacy statements in MSLIB and DFLIB. I've searched and can't find any reference to the routines found in these libraries. Thanks.
Tom
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Use USE IFQWIN
For more information see http://software.intel.com/sites/products/documentation/doclib/stdxe/2013/composerxe/compiler/fortran-win/GUID-06C959E3-343B-43A7-938B-48BAA3952226.htm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
USE DFLIB should work fine, but see also http://software.intel.com/en-us/articles/migrating-from-compaq-visual-fortran

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