Visual studio Project template to create a windows service in c++ -


is there project template available in microsoft visual studio 2010 create windows service in c++.

in vs 2013,you can using atl project wizard create windows service program. , still can set service class inheriting servicebase class. from msdn: how to: write services programmatically


Comments

Popular posts from this blog

html - jquery - p element wont show after I hid it -

python - BeautifulSoup: How to get the nearest tag -

php - Return Last Insert ID with PDO -