Displaying console of service applications
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
I have Win32 console-based service app. I want to show its console for debugging purposes on the interactive user's desktop. How can I do this? I use AllocConsole to allocate a console in runtime. Thanks, Krishnan
-
I have Win32 console-based service app. I want to show its console for debugging purposes on the interactive user's desktop. How can I do this? I use AllocConsole to allocate a console in runtime. Thanks, Krishnan
-
I have Win32 console-based service app. I want to show its console for debugging purposes on the interactive user's desktop. How can I do this? I use AllocConsole to allocate a console in runtime. Thanks, Krishnan
How about to use TRACE and view it in DebugView or your IDE debug pane? Sonork 100.41263:Anthony_Yio