Archive: Fresh build gives "error LNK2019: " any clues?


Fresh build gives "error LNK2019: " any clues?
When I download via CVS a Fresh NSIS pack I cannot compile via scons (see Scons version info below)

SCons by Steven Knight et al.:
engine: v0.96.90.D001, 2005/02/15 20:11:37, by knight on casablanca

The error states,:
error LNK2019: unresolved external symbol et.c etc see for a full report attatched file.

Somewhere to include a .lib maybe?

Help to simply be able to compile on Win32 via scons would be appriciated. I'm Using VS 2003 and new platfor Dev kit on XP SP2.


Run scons -k and attach its log.


You can try this:

http://groups-beta.google.com/group/...2cde3aff13221f


Here output with -k. I will look at the other tip also.


Yesssss! renaming "C:\Program Files\Microsoft Platform SDK\Lib\libcp.lib" to something like "_libcp.lib" to disable it solved my problem.

Well should have been easy if you know it ;)

Thanks, main man "Kichik". Now I can dive into the C(++) code to adjust /improve a few things (Get OS GUI language for example)