game.cpp~

Discussion about Helbreath Server Files.
Post Reply
matova
noob
Posts: 10
Joined: Wed Jan 21, 2004 10:57 am

Post by matova »

--------------------Configuration: Game - Win32 Debug--------------------

Command Lines
Creating temporary file "C:\WINDOWS\TEMP\RSPC021.TMP" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/Game.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"C:\down\2.24b\2.24b Sources\Game.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSPC021.TMP"
Creating temporary file "C:\WINDOWS\TEMP\RSPC022.TMP" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/Game.pdb" /debug /machine:I386 /out:"Debug/Game.exe" /pdbtype:sept
".\Debug\Game.obj"
]
Creating command line "link.exe @C:\WINDOWS\TEMP\RSPC022.TMP"
Output Window
Compiling...
Game.cpp
c:\down\2.24b\2.24b sources\game.cpp(1107) : warning C4101: 'dwTime' : unreferenced local variable
c:\down\2.24b\2.24b sources\game.cpp(2109) : warning C4305: '=' : truncation from 'const int' to 'char'
c:\down\2.24b\2.24b sources\game.cpp(2109) : warning C4309: '=' : truncation of constant value
c:\down\2.24b\2.24b sources\game.cpp(8844) : warning C4305: '=' : truncation from 'const int' to 'short'
c:\down\2.24b\2.24b sources\game.cpp(8844) : warning C4309: '=' : truncation of constant value
c:\down\2.24b\2.24b sources\game.cpp(37394) : error C2001: newline in constant
c:\down\2.24b\2.24b sources\game.cpp(37395) : error C2143: syntax error : missing ')' before '}'
c:\down\2.24b\2.24b sources\game.cpp(37395) : error C2143: syntax error : missing ';' before '}'
Error executing cl.exe.



Results
Game.exe - 3 error(s), 5 warning(s)


help~
Ice-T
Loyal fan
Posts: 262
Joined: Sat Oct 18, 2003 8:51 am
Location: nowere

Post by Ice-T »

matova wrote:--------------------Configuration: Game - Win32 Debug--------------------

Command Lines
Creating temporary file "C:\WINDOWS\TEMP\RSPC021.TMP" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/Game.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"C:\down\2.24b\2.24b Sources\Game.cpp"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSPC021.TMP"
Creating temporary file "C:\WINDOWS\TEMP\RSPC022.TMP" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/Game.pdb" /debug /machine:I386 /out:"Debug/Game.exe" /pdbtype:sept
".\Debug\Game.obj"
]
Creating command line "link.exe @C:\WINDOWS\TEMP\RSPC022.TMP"
Output Window
Compiling...
Game.cpp
c:\down\2.24b\2.24b sources\game.cpp(1107) : warning C4101: 'dwTime' : unreferenced local variable
c:\down\2.24b\2.24b sources\game.cpp(2109) : warning C4305: '=' : truncation from 'const int' to 'char'
c:\down\2.24b\2.24b sources\game.cpp(2109) : warning C4309: '=' : truncation of constant value
c:\down\2.24b\2.24b sources\game.cpp(8844) : warning C4305: '=' : truncation from 'const int' to 'short'
c:\down\2.24b\2.24b sources\game.cpp(8844) : warning C4309: '=' : truncation of constant value
c:\down\2.24b\2.24b sources\game.cpp(37394) : error C2001: newline in constant
c:\down\2.24b\2.24b sources\game.cpp(37395) : error C2143: syntax error : missing ')' before '}'
c:\down\2.24b\2.24b sources\game.cpp(37395) : error C2143: syntax error : missing ';' before '}'
Error executing cl.exe.



Results
Game.exe - 3 error(s), 5 warning(s)


help~
c:\down\2.24b\2.24b sources\game.cpp(37394) : error C2001: newline in constant

this error cant be solved unless we have more info


c:\down\2.24b\2.24b sources\game.cpp(37395) : error C2143: syntax error : missing ')' before '}'
c:\down\2.24b\2.24b sources\game.cpp(37395) : error C2143: syntax error : missing ';' before '}'

these 2 errors usualy mean you have to many opening or closeing "}" or "{"

or could possibly be linked to the first error
<img src='http://www.prism.gatech.edu/~gtg818f/basesig.gif' border='0' alt='user posted image' /><br><img src='http://img228.imageshack.us/img228/439/steam1tf.gif' border='0' alt='user posted image' />
Post Reply