View Single Post
  #2  
Old 02-28-2008, 09:53 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,027
printf works in my tests. In VC 7.1 (VS.NET 2003), I created a new Win32 Project, added #include <stdio.h> at the top and a printf statement in _tWinMain, built it, then ran it from VBP (with Run Program step marked to not hide the app window). After closing the program's window, the printf output was captured and logged by VBP.
Reply With Quote