This is a dumb question but I don't know jack about windows programming. I've got a console application that loads a dll. The dll prints some things to stdout. I can see messages to stdout from the console application in the command window from which it was launched. But I can't see the stdout messages from the dll I've loaded. How do I set things up so I can see messages printed to stdout from the dll?
Start Free Trial