Page 1 of 1

Compiler error in rev.cpp

Posted: 26 Jun 2008 11:08
by CommanderZ
I updated my BMB patch to current revision and now I'm trying to compile it (in MSVC++ 2008 Express), but the compiler fails on rev.cpp file.

Code: Select all

rev.cpp
..\src\rev.cpp(33) : error C2018: unknown character '0x40'
..\src\rev.cpp(33) : error C2018: unknown character '0x40'
..\src\rev.cpp(33) : error C2018: unknown character '0x40'
..\src\rev.cpp(33) : error C2018: unknown character '0x40'
..\src\rev.cpp(33) : error C2065: 'MODIFIED' : undeclared identifier
What am I doing wrong?

Re: Compiler error in rev.cpp

Posted: 26 Jun 2008 16:08
by glx
@@MODIFIED@@ should have been replaced by determinversion.vbs

Re: Compiler error in rev.cpp

Posted: 26 Jun 2008 17:07
by CommanderZ
What could have gone wrong that it didn't happen?