- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am running some codes which were developed in Compaq Fortran, now in Intel Visual Compiler 11.1. In the original code, it use DFLIB, so I change it to IFQWIN accordingly. But I got lots of errors complainning unresolved external symbol_wetviewport, setcolor, rectangle, floodfill, ect. I would guess those functions should be included in IFQWIN already, but why I still got the error messages? And the funny thing is, under the debug mode, the program complied normally, and the error messages only occurred under the relased mode. Anybody can help? Much appreciated...
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Maybe you forgot to change the runtime library option in the release configuration?
(right click on the project name, select "Properties", then on the left "Configuration properties" > "Fortran" > "Libraries", then on the right change "Runtime Library" to "QuickWin".)
(right click on the project name, select "Properties", then on the left "Configuration properties" > "Fortran" > "Libraries", then on the right change "Runtime Library" to "QuickWin".)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
DFLIB became IFLIB, has nothing to do with "Quickwin". Your missing externals are Win32 API defines. Try USEing IFWIN and IFWINTY.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
http://software.intel.com/en-us/articles/migrating-from-compaq-visual-fortran/
In DFLIB, symbols have been relocated into one of three new modules: IFCORE, IFPORT and IFQWIN. I think I am using the right one.
In DFLIB, symbols have been relocated into one of three new modules: IFCORE, IFPORT and IFQWIN. I think I am using the right one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes! I changed the relase configuration as suggested, and no error appears! Thank you very much!

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