printf's won't show since I see no console window :/

Well I have a strange problem… Whenever I execute “fluidsD3D9” I get a console window! Since I based my program on that SDK example, I would expect to get a console window too!

Strangely enough I don’t see one, so whenever I do a printf in my code to print out some data I don’t see it…

Anyone knows how to get such a window?

The console window I’m talking about is this:

Console Window

Are you using visual studio? – Is the project a console application?

What happens if you go to start > run and type in ‘cmd’ to bring up a command window.

Then use the command window to navigate to the directory with the executable and run it?

Hmm if I browse to the .exe file and then execute I get an error… Any idea’s?