[SDL] Problem sdl & visual studio 2005

Patricia Curtis patricia.curtis at gmail.com
Sun Jul 29 18:09:06 PDT 2007


Hi Guys
       i am assuming that your talking about your programs not working and
not SDL not working. if so, i use VS 2005 and its all good, so here are my
commandflags obviously this path "F:\Programming
Projects\Games\Lines\Lines\" and i have taken out the include path , as well
as the output path.

When i final build my games, i build to release, and then i have to copy the
game from release to its parent Dir to run, but try going through
the project properties and setting the flags listed below.

Debug Compiler Command line

/Od /Ot /Oy /GT /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_UNICODE" /D
"UNICODE" /Gm /EHsc /MD /Fo"Debug\\" /Fd"Debug\vc80.pdb" /FR"Debug\\" /W3
/nologo /c /Wp64 /ZI /TP /errorReport:prompt

Debug linker command line

/INCREMENTAL /NOLOGO /MANIFEST
/MANIFESTFILE:"Debug\Tonga.exe.intermediate.manifest" /DEBUG
/PDB:"f:\Programming Projects\Games\Lines\Lines\Debug\Tonga.pdb" /MAP
/SUBSYSTEM:WINDOWS /MACHINE:X86 /ERRORREPORT:PROMPT kernel32.lib user32.lib
gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib
oleaut32.lib uuid.lib odbc32.lib odbccp32.lib

Release Compiler Command line

/O2 /Ob2 /Ot /Oy /GT /GL /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_UNICODE"
/D "UNICODE" /FD /EHsc /MD /Fo"Release\\" /Fd"Release\vc80.pdb"
/FR"Release\\" /W3 /nologo /c /Wp64 /TP /errorReport:prompt

Release linker command line

/INCREMENTAL:NO /NOLOGO /LIBPATH:"F:\Programming Projects\SDL\lib" /MANIFEST
/MANIFESTFILE:"Release\Tonga.exe.intermediate.manifest" /DEBUG
/PDB:"f:\Programming Projects\Games\Lines\Lines\Release\Tonga.pdb"
/SUBSYSTEM:WINDOWS /OPT:REF /OPT:ICF /LTCG /MACHINE:X86 /ERRORREPORT:PROMPT
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib
shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib

Trish
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.libsdl.org/private.cgi/sdl-libsdl.org/attachments/20070730/a9fe3d2e/attachment.htm 


More information about the SDL mailing list