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
Post a Comment