New VC6 Project files
Posted: Sun May 04, 2003 10:27 am
Problem: wsock32.lib needs to be added to the link tab's Object/Library modules.
Problem: (well, warning at least... non-fatal problem)
LINK : warning LNK4044: unrecognized option "nodefaultlibrary:libc.lib"; ignored
Creating library ..\Release\NoPerl/EQLib.lib and object ..\Release\NoPerl/EQLib.exp
LINK : warning LNK4098: defaultlib "LIBC" conflicts with use of other libs; use /NODEFAULTLIB:library
Solution: change the option to /nodefaultlib:"libc.lib" (currently /nodefaultlibrary:"libc.lib")
Problem: (well, warning at least... non-fatal problem)
LINK : warning LNK4044: unrecognized option "nodefaultlibrary:libc.lib"; ignored
Creating library ..\Release\NoPerl/EQLib.lib and object ..\Release\NoPerl/EQLib.exp
LINK : warning LNK4098: defaultlib "LIBC" conflicts with use of other libs; use /NODEFAULTLIB:library
Solution: change the option to /nodefaultlib:"libc.lib" (currently /nodefaultlibrary:"libc.lib")