Hi,

I programmed a little MFC-tool which watches for incoming connections on a specific port.

After I ported it to an NT-MFC-Service this tool won't work any longer.

If I test my program with socktest I can login, but nothing more happens, it seems that my program don't execute the ACCEPT task ( I use onAccept ).

Who can help me out here, or can probably send me a short code example on how to use this with an NT-Service.

Thanx in advance