I have an MFC app with a simple dialog but I want to now not
instantiate the dialog but still let the remainder of the exe run to
completion and print the results to standard out ( just as a Win32
console app does ) in the good old Hello World example using cout.
However, when I put any couts in the app and run it from a command
prompt I get no output at all :-(
Also tried ( in desperation ) printf and fprintf(stdout....) but got
nowt.
Is stdout redirected away from the commanding window.
Any ideas anybody.
OK, it's still dialog based but I want some output back at the command
prompt.
Thanks in advance
Paul.