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

sql server - MSSQL Text and Varchar(MAX) fields shown (MEMO) in DBGrid -

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

double exclamation marks in haskell -