Hi,
I added a new taget with File/New/Build target for MSVC 2005.
Thats a lot better than before, but still I can't compile.
I got a million of warnings. It starts with:
cl : Command line warning D9002 : ignoring unknown option '-pipe' simbimApp.cpp
cl : Command line warning D9002 : ignoring unknown option '-mthreads'
D:\wxWidgets\include\wx/chkconf.h(1824) : warning C4668: 'wxUSE_WX_RESOURCES' is not defined as a preprocessor macro, replacing with '0' for '#if/#elif'
C:\Programme\Microsoft Visual Studio 8\VC\include\string.h(141) : warning C4619: #pragma warning : there is no warning number '4609'
D:\wxWidgets\include\wx/strconv.h(416) : warning C4820: 'wxCSConv' : '3' bytes padding added after data member 'wxCSConv::m_deferred'
C:\Programme\Microsoft Visual Studio 8\VC\include\wchar.h(116) : warning C4820: '_wfinddata64i32_t' : '4' bytes padding added after data member '_wfinddata64i32_t::attrib'
.......
And ends with an error:
Linking executable: bin\DebugVC\icpsim.exe
LINK : fatal error LNK1181: cannot open input file 'libkernel32.a.lib'
Process terminated with status 1181 (0 minutes, 58 seconds)
1 errors, 1086 warnings
So there is still something wrong in the compiler settings.
But where?