Log in

View Full Version : Compile error exp.cpp


Cusser
07-21-2018, 05:18 PM
Pulled updated source from gitpull and got these errors when trying to compile. (zone did not compile) I did notice exp.cpp
was one of the files updated.


15>e:\source\zone\exp.cpp(516): error C2146: syntax error: missing ')' before identifier 'and'
15>e:\source\zone\exp.cpp(516): error C2065: 'and': undeclared identifier
15>e:\source\zone\exp.cpp(516): error C2146: syntax error: missing ';' before identifier 'm_epp'
15>e:\source\zone\exp.cpp(516): error C2059: syntax error: ')'
15>e:\source\zone\exp.cpp(517): error C2059: syntax error: ';'
15>e:\source\zone\exp.cpp(523): error C2065: 'aaexp': undeclared identifier
15>e:\source\zone\exp.cpp(523): error C2065: 'resexp': undeclared identifier
15>e:\source\zone\exp.cpp(523): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
15>e:\source\zone\exp.cpp(523): error C2440: 'initializing': cannot convert from 'initializer list' to 'int'

Cusser
07-21-2018, 06:36 PM
Please disregard my error post. Seems my timing was a little impeccable between my gitpull and the actual commit of that updated
exp.cpp file. It's all good now.