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

Another LNK2019 error

finnis_m
Beginner
463 Views
Has anyone seen this before? I'm building a project that compiles and links in CVF but produces this when in IVF.

ifwin.lib(ifwinc.obj) : error LNK2019: unresolved external symbol ___WSAFDIsSet@8 referenced in function _FDISSET@8
0 Kudos
1 Reply
Jugoslav_Dujic
Valued Contributor II
463 Views
For what it's worth, ___WSAFDIsSet@8 is defined in ws2_32.lib (ws2_32.dll, the Winsock library) so you should add it to the link list. How and why it was pulled in, I don't have any idea.
0 Kudos
Reply