I've been successfully compiling NSIS on one machine, actually I only really want to compile my own versions of the UI exes but I've been using scons and compiling the whole thing, it's worked fine. That was visual Studio 2005 on Win XP
My new development machine however is running Windows 7 64 bit, still Visual Studio 2005, I've updated to the very latest trunk and scons but when I try to build using scons I get
BgImage.cppI want to build a 32 bit installer, I just happen to be on a 64 bit machine, anybody got any ideas?
Contrib\BgImage\BgImage.cpp(154) : error C2065: 'GWL_WNDPROC' : undeclared ident
ifier
Contrib\BgImage\BgImage.cpp(391) : error C2664: 'CallWindowProcA' : cannot conve
rt parameter 1 from 'long (__cdecl *)(HWND,unsigned int,unsigned int,long)' to '
WNDPROC'
This conversion requires a reinterpret_cast, a C-style cast or function-
style cast
scons: *** [build\release\BgImage\BgImage.obj] Error 2
scons: building terminated because of errors.