- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello, I have just begun migrating a series of legacy applications from CVF to Intel Visual Fortran 11.1 For the most part the migration has gone quite smoothly however several of the programs have linking errors of "error LNK2019: uresolved external symbol _GETFILENAME@24 referenced in function..."
Does anybody know which library I have to add for the intel compiler to find these?
Thanks!
Does anybody know which library I have to add for the intel compiler to find these?
Thanks!
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Neither of those are standard CVF or Win32 routine names. Perhaps they came from some other library you linked with?
A suggested first start - right click on the project, select Properties, Fortran, External Procedures. Change the procedure calling convention from CVF to Default (or "inherit from project defaults") Then rebuild. This might just change the name of the missing external.
A suggested first start - right click on the project, select Properties, Fortran, External Procedures. Change the procedure calling convention from CVF to Default (or "inherit from project defaults") Then rebuild. This might just change the name of the missing external.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yup, that did it. Thanks !

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