B
bluemooseking
Hi,
I'm using VC++ Express 2005 on a WinXP box. I wrote a little console
program to test out some code I wanted to try. Everything worked
great, but I've tried to turn the console program into a DLL now.
However, when I call this DLL, none of the printf's I've written in my
code execute. I can put breakpoints on the printf's and step though
them... everything seems to work, but the little black window that
used to appear when this was a console program doesn't pop up now to
tell me what's going on.
Can I use printf's from within a DLL?
Jon
I'm using VC++ Express 2005 on a WinXP box. I wrote a little console
program to test out some code I wanted to try. Everything worked
great, but I've tried to turn the console program into a DLL now.
However, when I call this DLL, none of the printf's I've written in my
code execute. I can put breakpoints on the printf's and step though
them... everything seems to work, but the little black window that
used to appear when this was a console program doesn't pop up now to
tell me what's going on.
Can I use printf's from within a DLL?
Jon