OpenGL in Metrowerks CodeWarrior

I’m trying to work on my final project in computer science however as a requirment we have to use Metrowerks CodeWarrior 5.3 LE. I am used to writting in Vis C++ and can not figure out how to get Code Warrior to support OpenGL. Is there any way I can find out how to do this, or can I download the OpenGL libraries and just include them in my project. Thanks.

Hello I’ve just got the minimal OpenGL apps working with CodeWarrior. I changed the includes to use just the directory instead of GL/, swapped the hDC with the hWnd in the ReleaseDC calls, checked the link order, remembered to drop the relevant libs into the project so that the DLLs could be used. So try all that and if you still can’t get it to work I’ll zip the whole project and send you a link.

ok I’ve posted the project at http://www.kalavinka.freeserve.co.uk/test3.zip hope that helps!