Bon apres des nuit pour découvrir comme installer les lib pour opengl ... je trouve enfin, mais une fois installé ils me donnent l'érreur.
"[LinkerError]'d:\other\tools\cbuilder\lib\glut32.lib' contains invalid OMF record, type 0x21 (possibly COFF)."
Apres des heures de recherche, j'ai trouvé que c'est parce que le glut32.lib a été crée pour visual c++ et que moi j'utilise Broland et il y a un conflit comme le dit : http://forums.belution.com/en/opengl/000/000/37.shtml
ET
http://ucsub.colorado.edu/~macklem/borland.html
Ils expliquent la façon pour résoudre le problème mais moi je
C O M P R E N D R I E N !!
--->
During linking, I get the error:
'C:\BC5\LIB\OPENGL32.LIB' contains invalid OMF record, type 0x21
This means you have used the library from Visual C++ and not recreated a library for
Borland from the Windows DLL file. Perform the following:
cd \bc5\lib
implib opengl32.lib c:\windows\system\opengl32.dll