I want to get into using OpenGL libraries in C++. Can someone get me started?
I found some tutorial at
http://nehe.gamedev.net/data/lessons/lesson.asp?lesson=Mac_OS_X
I've included the framework, and typed in the example. It compiles ok, but it doesn't run. I get this error-
cocoaglutopenGL has exited due to signal 6 (SIGABRT).
[Session started at 2008-03-18 09:54:15 +0800.]
ZeroLink: unknown symbol '__Z13ReSizeGLSceneii'
Maybe there are some classes I need to add?
I found some tutorial at
http://nehe.gamedev.net/data/lessons/lesson.asp?lesson=Mac_OS_X
I've included the framework, and typed in the example. It compiles ok, but it doesn't run. I get this error-
cocoaglutopenGL has exited due to signal 6 (SIGABRT).
[Session started at 2008-03-18 09:54:15 +0800.]
ZeroLink: unknown symbol '__Z13ReSizeGLSceneii'
Maybe there are some classes I need to add?