www.digitalmars.com         C & C++   DMDScript  

c++.windows.32-bits - Windows Service

reply Hankster <Hankster_member pathlink.com> writes:
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
next sibling parent "Matthew" <admin.hat stlsoft.dot.org> writes:
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
prev sibling parent "Tyler Jensen" <tyler tsjensen.com> writes:
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