View Single Post
Old 03-12-2006, 08:54 PM   #7 (permalink)
DJMaze
Senior Contributor
 
DJMaze's Avatar
 
Join Date: Mar 2005
Posts: 705
DJMaze is on a distinguished road
What i use is an special debug window.
All my important code has printf() commands inside a
PHP Code:
#ifdef DEBUG 
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
DJMaze is offline   Reply With Quote