View Single Post
  #1  
Old 07-21-2018, 05:18 PM
Cusser
Sarnak
 
Join Date: Sep 2017
Posts: 89
Default Compile error exp.cpp

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.

Code:
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'
Reply With Quote