supertuxkart-sourceforge-migration / stk-migration-test

0 stars 0 forks source link

STK doesn't compile with vc2010 #802

Closed supertuxkart-sourceforge-migration closed 10 years ago

supertuxkart-sourceforge-migration commented 10 years ago

Author: deveee

It has problem with this line in crash_reporting: _Outwrites(maxStringLength) PSTR outputString,

2> crash_reporting.cpp 2>..\src\utils\crash_reporting.cpp(75): error C2061: syntax error : identifier '_Outwrites' 2>..\src\utils\crash_reporting.cpp(78): error C2059: syntax error : ')' 2>..\src\utils\crash_reporting.cpp(78): error C2143: syntax error : missing ')' before ';'

supertuxkart-sourceforge-migration commented 10 years ago

Author: deveee Fixed by funto in r14619.