Currently getting this error, i've followed everything in the tutorial step by step and i get this..
d:\development\eoserver\src\extra\ntservice.cpp: In function 'void service_handler(int)':
d:\development\eoserver\src\extra\ntservice.cpp:70:43: error: 'NO_ERROR' was not declared in this scope
service_update_status(SERVICE_STOPPED, NO_ERROR, 0, 0, 0);
^~~~~~~~
d:\development\eoserver\src\extra\ntservice.cpp:75:39: error: 'NO_ERROR' was not declared in this scope
service_update_status(service_state, NO_ERROR, 0, 0, 0);
^~~~~~~~
d:\development\eoserver\src\extra\ntservice.cpp: In function 'void service_main(int, char**)':
d:\development\eoserver\src\extra\ntservice.cpp:90:47: error: 'NO_ERROR' was not declared in this scope
service_update_status(SERVICE_START_PENDING, NO_ERROR, 0, 1, 6000);
Any idea on how to fix this, i've been looking in the forum but theres no real answer