Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How an ATL COM server can dump messages to the console send by the client??
Posted

1 solution

Try using AllocConsole function. You cannot create two consoles for a single application. If your application already has a console then call to this function will fail.

For more information have a look at http://msdn.microsoft.com/en-us/library/ms681944%28v=vs.85%29.aspx
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900