Console output from DBG without VS

Hi,

in Visual Studio, all my console output from DBG() statements comes out fine, but I also need to see them when I’m testing on another machine that hasn’t got Visual Studio installed - is there any way to see it; is it logged into a special Windows system log file?

I tried starting the program from the Windows cmd console, but no output appears here…

Hope somebody can help!

Regards,
Henrik Lynbech

Try DebugView:

http://technet.microsoft.com/en-us/sysinternals/bb896647.aspx

Many thanks for that from me also :slight_smile:

Cheers,
Przemek