Dave Kong Writes I've always like the simpler things, take for instance, OutputDebugString. I'm surprised to find that it's a lot more complicated than i previously thought, see this link: http://www.unixwiz.net/techtips/outputdebugstring.html. Speaking of debug outputs, does anyone here find it troubling or frustrated that it seems like every project you are on, there's a different debug/trace package (from simple .h macros to full blown libs) being used? The TRACE macros in MFC and the AtlTrace functions in ATL are already more than adequate. I wonder what *simple* functions others use if you dont want to include MFC or ATL just for debugging? Or is there...