Page 1 of 1

New VC6 Project files

Posted: Sun May 04, 2003 10:27 am
by Valerian
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")

Posted: Mon May 05, 2003 12:34 am
by Valerian
Problem: struct alignment set to 8 bytes in vc6 project file, needs to be 1 byte.

Posted: Mon May 05, 2003 3:06 am
by dont_know_at_all
The correct vc60 project file was checked into cvs on 5/3.

Posted: Mon May 05, 2003 5:35 am
by Valerian
obviously, which is why I'm posting the problems with them.. the problems and fixes I have posted here apply to the project files on the CVS.

Posted: Mon May 05, 2003 6:15 am
by Valerian
actually, my bad, stupid vc6 decided that since it couldn't find the eqlib.dsp project file (which btw is NOT included with the cvs, thus it can't be built in vc6 developer environment) it used one of my old ones. we need to get eqlib.dsp into the CVS.

Posted: Mon May 05, 2003 1:37 pm
by dont_know_at_all
Oops, my bad. The eqlib.dsp is now checked in.

Posted: Mon May 05, 2003 6:49 pm
by Valerian
sweet, compiles like a charm, thanks.