|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
What differs a Windows Service EXE from the others?Hello,
It seems that when I write a service project, no matter I set the target to be Windows EXE or Console, it'll compile and load without problem. This lead me to think that the default entry point (static void Main()) may not be the real entry point for Windows Service, but does the Main() get executed each time the service EXE is loaded as a service? Regards, Lau Lei Cheong |
|||||||||||||||||||||||