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

java - How to print docx and pdf? -

qml - Is it possible to implement SystemTrayIcon functionality in Qt Quick application -

java - IntelliJ to move a class along with conflicted classes to a new package? -