Attaching OpenGL graphics to Kylix

Hi, I would like to render OpenGL graphics in MDI application in Linux. My application is developed in Borland Kylix. I used “glx” but there were errors by redefinitions at linking. Can i use “glut” library to do the same and solve the problem?. Thanks to everybody.

If there’s a port of glut for Delphi then yes. Or if Delphy lets you link with C libraries yes too.

Otherwise, I’m afraid not.

Of course you may use glut. I don’t know if there are bindings for Kylix, just ask google. If not you may want to take a look at the Delphi bindings and use them as a start to create your own.

hih

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