Question about Service Utility Functions.
-
I have problem using the function ResUtilStartResourceService(...) i included the file clusapi.h and the compiler gives me the error "undeclared identifier". i tried to include the file Resapi.h the compiler gives me the error "unresolved external symbol _ResUtilStartResourceService@8". Best regards, Simos
-
I have problem using the function ResUtilStartResourceService(...) i included the file clusapi.h and the compiler gives me the error "undeclared identifier". i tried to include the file Resapi.h the compiler gives me the error "unresolved external symbol _ResUtilStartResourceService@8". Best regards, Simos
-
I have problem using the function ResUtilStartResourceService(...) i included the file clusapi.h and the compiler gives me the error "undeclared identifier". i tried to include the file Resapi.h the compiler gives me the error "unresolved external symbol _ResUtilStartResourceService@8". Best regards, Simos
ResUtilStartResourceService() is defined in "Resapi.h" You are including the wrong header file, as you can see from the ResUtilStartResourceService() help page in the MSDN (if you'd looked :-))
Darka [Xanya] "I am not a slave to a god that doesn't exist."
-
I figured out the error. The problem now that the service is installed, but when i call the function ResUtilStartResourceService(...) it returns error code 1060 (service does not exist). Can any body help with this. Best regards, Simos
Check the name of the service you are passing to the function, is is the correct one ?
Darka [Xanya] "I am not a slave to a god that doesn't exist."
-
Check the name of the service you are passing to the function, is is the correct one ?
Darka [Xanya] "I am not a slave to a god that doesn't exist."
-
Check the name of the service you are passing to the function, is is the correct one ?
Darka [Xanya] "I am not a slave to a god that doesn't exist."
-
Silly question.... Have you actually installed your service, if so how did you do this ? It does sound like this hasn't been done, you must install the service correctly first.
Darka [Xanya] "I am not a slave to a god that doesn't exist."