Windows service in ATL
ATL / WTL / STL
2
Posts
2
Posters
20
Views
1
Watching
-
The easiest is to run Visual Studio Wizard and select ATL service. You'll get all necessary code to register and start the service. If your methods/functions are COM-based, then just insert COM objects (using ATL Wizard). If not, you'll have to do it yourself. (My advice: base your communication protocol with service on COM, it's really easy to implement). Vagif Abilov MCP (Visual C++) Oslo, Norway If you're in a war, instead of throwing a hand grenade at the enemy, throw one of those small pumpkins. Maybe it'll make everyone think how stupid war is, and while they are thinking, you can throw a real grenade at them. Jack Handey, Deep Thoughts