Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29271 Discussions

Migrating Code - error LNK2019 in file ifqwin.lib

Luis_Duarte
Beginner
799 Views
Hello

While updatinga programfrom CVF to IVF 11.1 I got this error:

Error1 error LNK2019: unresolved external symbol __fsdi referenced in function _appendmenuqqifqwin.lib(qwgumenu.obj)


I had other LNK errorsthat I was able to fix, however I don't have a clue where to start to fix this one.My code doesn't havethe appendmenuqq function neither the fsdi reference, so why am I getting this error?

Thank you for your help
0 Kudos
4 Replies
Steven_L_Intel1
Employee
799 Views
Can you show me the full command line shown on the "Fortran > Command Line" property page? Or attach the buildlog.htm from a failed build (probably better).
0 Kudos
Luis_Duarte
Beginner
799 Views

Thank you for your reply.

Here's the buildlog.htm file

0 Kudos
Steven_L_Intel1
Employee
799 Views
Thanks - that helps. You have the project incorrectly configured for QuickWin. Under Fortran > Libraries, set "Runtime library" to "QuickWin", and under Linker > Input, remove "ifqwin.lib" from the list of Aditional Dependencies.
0 Kudos
Luis_Duarte
Beginner
799 Views
Thank you, it did work.
0 Kudos
Reply