davidchardonnet
Programmer
Hello,
I have a Win32 Application which I launch from the command line, and I want to display text in the MS-DOS Window from which I launched it.
I tried to put printf() in the WinMain function, but nothing appears, and I have the same behaviour with cout << "text";
Does anybody have an idea?
Thank you
David
I have a Win32 Application which I launch from the command line, and I want to display text in the MS-DOS Window from which I launched it.
I tried to put printf() in the WinMain function, but nothing appears, and I have the same behaviour with cout << "text";
Does anybody have an idea?
Thank you
David