MFC Console Apps
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I have 2 questions about console apps. I have an MFC console app that opens a listen socket. It does this right out of Main(). 1st. How do I keep main from returning, thus allowing the socket to keep listening? 2nd. How do I prevent the console window from opening up when run, like an NT service. I'm looking for similar results in Win 9x. Thanks.