
console output with mfc apps
G'Day,
I am spawning multiple MFC application processes at once, that all want to
use a console for output. This I can do easy enough.
What I want to do, however, is to run all of the applications off the 1
console.
I can do it for console apps, just using spawnle with _fileinfo = 1.
This method doesn't seem to cut it for MFC apps however.
Any help on the matter would be appreciated.
--
Thanks,
Andrew Bluff