Re: Can't my service running in the list of services
If it's not in the list of services then it's not installed. Debugging it using the IDE is not running the code "as a service". The service must be registered using the -i option as discussed in the article. You must have missed something somewhere.
Try debuggin it and using the -i option and
1 - Ensure it executes the registration code.
2 - There are no errors returned during registration.
Requests such as
"I need to write an new language compiler by next week, I have teach yourself c++ in 21 days, can someone give me example code?" will be ignored.