c++.windows.32-bits - Windows Service
- Hankster (4/4) Jan 29 2005 Hi Guys and Gals.
- Matthew (16/20) Feb 16 2005 This is one of the things that's going to be in STLSoft 1.9, but it's se...
- Tyler Jensen (8/13) Aug 22 2014 2005 was a long time ago but I hope this helps.
Hi Guys and Gals. Trying to write a windows service and not use .NET. Anyone know how or have template code? Infinite Recursions are for life.
Jan 29 2005
This is one of the things that's going to be in STLSoft 1.9, but it's several weeks away. For now, you might try using ATL. Sorry I can't be more helpful at this time. Cheers -- Matthew Wilson Author: "Imperfect C++", Addison-Wesley, 2004 (http://www.imperfectcplusplus.com) Contributing editor, C/C++ Users Journal (http://www.synesis.com.au/articles.html#columns) Director, Synesis Software (www.synesis.com.au) STLSoft moderator (http://www.stlsoft.org) ----------------------------------------------------- "Hankster" <Hankster_member pathlink.com> wrote in message news:ctgkm1$47o$1 digitaldaemon.com...Hi Guys and Gals. Trying to write a windows service and not use .NET. Anyone know how or have template code? Infinite Recursions are for life.
Feb 16 2005
On Saturday, 29 January 2005 at 18:29:21 UTC, Hankster wrote:Hi Guys and Gals. Trying to write a windows service and not use .NET. Anyone know how or have template code? Infinite Recursions are for life.2005 was a long time ago but I hope this helps. https://github.com/duovia/WindowsServiceInD I'm using the Windows API library (source actually) on dsource.org. See link on the github page. I found it difficult to find a complete solution to the problem, so I'm going to cross post in a few places to make it easier to find for others seeking an answer to the same question.
Aug 22 2014