Game Development Community

Tsk Tsk

by Jeremy Easoz · in Torque Game Engine · 01/04/2004 (10:58 pm) · 0 replies

I updated my download of HEAD today since I formatted.
And to my suprise it wouldnt compile. It looks like someone may have rushed in a fix or something or accidently made a typo when uploading.

platformAssert.cc

bool PlatformAssert::displayMessageBox(const chcr *title, const char *message, bool retry)

c:\documents and settings\jeremy\my documents\development\projects\x\engine\platform\platformassert.cc(37) : error C2143: syntax error : missing ',' before '*'
c:\documents and settings\jeremy\my documents\development\projects\x\engine\platform\platformassert.cc(37) : error C2059: syntax error : '*'
c:\documents and settings\jeremy\my documents\development\projects\x\engine\platform\platformassert.cc(38) : error C2511: 'displayMessageBox' : overloaded member function 'bool (const int)' not found in 'PlatformAssert'
c:\documents and settings\jeremy\my documents\development\projects\x\engine\platform\platformassert.h(16) : see declaration of 'PlatformAssert'
Error executing cl.exe.

platformAssert.obj - 3 error(s), 0 warning(s)


Trivial fix but still :P