YES!!! With the 0.96.96 version of scons it works, the only problem that remainsis the NSIS Menu Compilation that doesn't work with VC2003 and VC2005, here is the log:
cl /nologo /O1 /W3 /MD /GX /TP "/Ibuild\release\NSIS Menu" "/IContrib\NSIS Menu"
/IC:\wxWidgets-2.8.0\include /IC:\wxWidgets-2.8.0\lib\vc_libnsis\msw /c "Contri
b\NSIS Menu\nsismenu\nsismenu.cpp" "/Fobuild\release\NSIS Menu\nsismenu\nsismenu
.obj"
nsismenu.cpp
cl /nologo /O1 /W3 /MD /GX /TP "/Ibuild\release\NSIS Menu" "/IContrib\NSIS Menu"
/IC:\wxWidgets-2.8.0\include /IC:\wxWidgets-2.8.0\lib\vc_libnsis\msw /c "Contri
b\NSIS Menu\nsismenu\nslinks.cpp" "/Fobuild\release\NSIS Menu\nsismenu\nslinks.o
bj"
nslinks.cpp
rc "/Ibuild\release\NSIS Menu" "/IContrib\NSIS Menu" /IC:\wxWidgets-2.8.0\includ
e /IC:\wxWidgets-2.8.0\lib\vc_libnsis\msw "/fobuild\release\NSIS Menu\nsismenu-r
c.res" "Contrib\NSIS Menu\nsismenu\nsismenu.rc"
"C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\bin\Win64\li
nk.exe" /nologo /opt:nowin98 /map "/OUT:build\release\NSIS Menu\NSIS.exe" "/LIBP
ATH:build\release\NSIS Menu" "/LIBPATH:Contrib\NSIS Menu" /LIBPATH:C:\wxWidgets-
2.8.0\lib\vc_libnsis advapi32.lib comctl32.lib gdi32.lib shell32.lib user32.lib
wxbase28.lib wxmsw28_core.lib wxmsw28_html.lib "build\release\NSIS Menu\nsismenu
\nsismenu.obj" "build\release\NSIS Menu\nsismenu\nslinks.obj" "build\release\NSI
S Menu\nsismenu-rc.res"
wxbase28.lib(baselib_object.obj) : warning LNK4078: multiple '.CRT' sections fou
nd with different attributes (40300040)
nsismenu.obj : error LNK2001: unresolved external symbol "public: __thiscall exc
eption::exception(class exception const &)" (??0exception@@QAE@ABV0@@Z)
nslinks.obj : error LNK2001: unresolved external symbol "public: __thiscall exce
ption::exception(class exception const &)" (??0exception@@QAE@ABV0@@Z)
nsismenu.obj : error LNK2001: unresolved external symbol "public: __thiscall bad
_cast::bad_cast(class bad_cast const &)" (??0bad_cast@@QAE@ABV0@@Z)
nslinks.obj : error LNK2001: unresolved external symbol "public: __thiscall bad_
cast::bad_cast(class bad_cast const &)" (??0bad_cast@@QAE@ABV0@@Z)
nsismenu.obj : error LNK2001: unresolved external symbol "public: virtual __this
call bad_cast::~bad_cast(void)" (??1bad_cast@@UAE@XZ)
nslinks.obj : error LNK2001: unresolved external symbol "public: virtual __thisc
all bad_cast::~bad_cast(void)" (??1bad_cast@@UAE@XZ)
nsismenu.obj : error LNK2019: unresolved external symbol "__declspec(dllimport)
public: __thiscall bad_cast::bad_cast(char const *)" (__imp_??0bad_cast@@QAE@PBD
@Z) referenced in function "class std::ctype<char> const & __cdecl std::use_face
t<class std::ctype<char> >(class std::locale const &)" (??$use_facet@V?$ctype@D@
std@@@std@@YAABV?$ctype@D@0@ABVlocale@0@@Z)
nslinks.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) p
ublic: __thiscall bad_cast::bad_cast(char const *)" (__imp_??0bad_cast@@QAE@PBD@
Z)
build\release\NSIS Menu\NSIS.exe : fatal error LNK1120: 4 unresolved externals
scons: *** [build\release\NSIS Menu\NSIS.exe] Error 1120
scons: building terminated because of errors.
Thank you for your help