QUOTE(optantic @ Jan 29 2012, 07:24 PM)

When I opened the .sln or .vcproj file in VS2008 and click on Build. I could choose to Build Solution or Build xpploadersample, but both give the same errors:
[spoiler]
Build started: Project: xpploadersample, Configuration: Debug|Xbox 360
Command Lines Creating temporary file "d:\360\xpp0.2a\xpploadersample\Debug\RSP00000668647440.rsp" with contents
[
/Od /D "_DEBUG" /D "_XBOX" /D "_MBCS" /Gm /MTd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /Zi /TP /callcap
.\xpploadersample.cpp
]
Creating command line "cl.exe @d:\360\xpp0.2a\xpploadersample\Debug\RSP00000668647440.rsp /nologo"
Output Window Compiling...
xpploadersample.cpp
.\xpploadersample.cpp(37) : error C3861: 'debugmessage': identifier not found
.\xpploadersample.cpp(40) : error C3861: 'debugmessage': identifier not found
.\xpploadersample.cpp(55) : error C3861: 'debugmessage': identifier not found
.\xpploadersample.cpp(61) : error C3861: 'debugmessage': identifier not found
.\xpploadersample.cpp(69) : error C3861: 'debugmessage': identifier not found
.\xpploadersample.cpp(73) : error C3861: 'debugmessage': identifier not found
.\xpploadersample.cpp(79) : error C3861: 'debugmessage': identifier not found
.\xpploadersample.cpp(84) : error C3861: 'debugmessage': identifier not found
.\xpploadersample.cpp(92) : error C3861: 'debugmessage': identifier not found
Results Build log was saved at "file://d:\360\xpp0.2a\xpploadersample\Debug\BuildLog.htm"
xpploadersample - 9 error(s), 0 warning(s)
[/spoiler]
I have tried using different SDK versions, same thing happens.
any ideas?
Comment out those lines
CODE
// This text is commented out and will not be included when the file in compiled
Looks to me like it is just calling for a debug function to save error logs.