What i use is an special debug window.
All my important code has printf() commands inside a
On execution of my WinMain i call AllocConsole()
http://windowssdk.msdn.microsoft.com...locconsole.asp
This way i can output data to check if the function works properly.
So mainly i don't use seperate unit testing