Set up C++ OpenGL on the Mac
Loading...
5,309
Loading...
Uploader Comments (jackgreenhill)
see all
All Comments (4)
-
Why would you use Carbon for new projects ? It will be deprecated eventually, and is already not supporting 64 bit. Being future proof is a critical aspect of development.
-
this helped allot. thanks
Loading...
For some reason, no matter what I do, I cannot get anything using OpenGL to compile correctly... It really irks me. Do I need to download any special templates?
acertainmegaman 1 year ago
@acertainmegaman Make sure you import the OpenGL.framework and GLUT.framework into your project, also make sure that you have imported the framework headers into your file.
jackgreenhill 1 year ago