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.
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 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.
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.
jemeor 1 month ago
this helped allot. thanks
niallduffy1988 1 year ago
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