Software Archive
Read-only legacy content
17061 Discussions

Link libraries for QuickWin + C?

Intel_C_Intel
Employee
604 Views
I am linking a QuickWin program that contains some C routines, explicitly using the following link libraries

kernel32.lib dfqwin.lib dformt.lib libcmtd.lib

I get a linker error unresolved external symbol __fsdi.
Which library contains __fsdi? Alternately, which
libraries should I specify?
0 Kudos
3 Replies
Steven_L_Intel1
Employee
604 Views
I think you also need dfqw_sdi.lib or dfqw_mdi.lib (Single document or multiple document interface). Search of *.lib for the symbol is how I figured this out.

Steve
0 Kudos
Intel_C_Intel
Employee
604 Views
And also, that was a smart thing to do - searching the libraries. I thought that searching the include files would be enough. It wasn't. Thanks for the knowledge.
0 Kudos
Intel_C_Intel
Employee
604 Views
Seems I forgot to hit the send button.... The simple answer was yes, your library suggestion did the trick. Thank you.
0 Kudos
Reply