Console Window with Project Builder

I like to use the console window when using GLUT to keep track of error reporting and such. With CodeWarrior that was automatic, but with Project Builder no console window. Anybody have an idea how to bring it up? Also when using PB for OSX only what is the best target to use when creating a project settings?
Using ANSI C and GLUT.

Things you printf() go to the Project Builder “Run” tab if you’re running from PB, or to the Console application if you’re running from the Finder.

I always create an empty project, then manually add an application target. I then add Cocoa, GLUT and OpenGL frameworks to that target.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.