The Preprocessor definitions field should contain the following
symbols for Debug:
WIN32,_DEBUG,_WINDOWS,__WINDOWS__,__WXMSW__,__WXDEBUG__,WXDEBUG=1,
__WIN95__,__WIN32__,WINVER=0x0400,STRICT
and these for Release:
NDEBUG,WIN32,_WINDOWS,__WINDOWS__,__WXMSW__,__WIN95__,__WIN32__,
WINVER=0x0400,STRICT
The Additional include directories field should contain the following
for Debug:
c:\wx2\include,c:\wx2\contrib\include,c:\wx2\lib\mswd
The Additional include directories field should contain the following
for Release:
c:\wx2\include,c:\wx2\contrib\include,c:\wx2\lib\msw
The Additional include directories field should contain the following
for All Configurations:
c:\wx2\include,c:\wx2\contrib\include
(and of couse any other directories you wish to use in your project).
The Object/library modules field should
contain: kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib
odbccp32.lib comctl32.lib rpcrt4.lib wsock32.lib zlibd.lib regexd.lib
pngd.lib jpegd.lib tiffd.lib wxmswd.lib
for the Debug configuration and kernel32.lib user32.lib
gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib
oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib
wsock32.lib zlib.lib regex.lib png.lib jpeg.lib tiff.lib wxmsw.lib
for the Release configuration.
The Ignore libraries field should contain:
libcd.lib
for the Debug configuration and libc.lib
for the Release configuration.
The Additional library path field should contain
c:\wx2\lib,c:\wx2\contrib\lib
for both Debug and Release configurations.