mjs0
The 4th X
Below are all my command line options for the compiler and the linker as generated by VS2003. As you can see I have /ZI rather than /Zi but this means basically the same it just includes the VS2003 support for edit and continue as well as the regular debug data.MatzeHH said:Do you use the compiler option /Zi?
Compiler:
/Od /G7 /I "Boost-1.32.0\include" /I "Python24\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "CVGAMECOREDLL_EXPORTS" /D "_WINDLL" /D "_MBCS" /FD /EHsc /MD /Gy /GR /Yu"CvGameCoreDLL.h" /Fp"Debug/CvGameCoreDLL.pch" /Fo"Debug/" /Fd"Debug/vc70.pdb" /W3 /nologo /c /ZI /Gd /TP
Linker:
/VERBOSE /OUT:"../Assets/CvGameCoreDLL.dll" /INCREMENTAL /NOLOGO /LIBPATH:"Python24\libs" /LIBPATH:"boost-1.32.0\libs\\" /DLL /NODEFAULTLIB:"msvcprtd.lib" /DEBUG /PDB:"Debug/CvGameCoreDLL.pdb" /SUBSYSTEM:WINDOWS /IMPLIB:"Debug/CvGameCoreDLL.lib" /MACHINE:X86 boost_python-vc71-mt-1_32.lib winmm.lib msvcprt.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ".\Boost-1.32.0\libs\boost_python-vc71-mt-1_32.lib"