RegCloseKey(hKey);return(0); } RegCloseKey(hKey);return(1); }else{fprintf(stderr,"CreateService() failed. GetLastError=%lu (%s)\n", GetLastError(), GetLastErrorString() ); CloseServiceHandle(schSCManager);return(0); } }elsefprintf(stderr,"OpenSCManager() failed. GetLastError=%lu (%s)\n",...
I'm also having the same issue, no admin right resulting in an ERROR saying it's a WARNING. This breaks integration with other tools that see this proclaimed error as an error and logically consider that the compilation failed because of that. Reported by nicolas.hurion on 2014-03-27 08...