FreeGLUT 3.0.0

Headers, Bindings, Libraries for use with FreeBASIC, Please include example of use to help ensure they are tested and usable.
Post Reply
D.J.Peters
Posts: 8586
Joined: May 28, 2005 3:28
Contact:

FreeGLUT 3.0.0

Post by D.J.Peters »

Latest version of FreeGLUT download: freeglut-3.0.0.zip ( Fri Apr 03, 2015)

Joshy
Last edited by D.J.Peters on Oct 12, 2022 18:47, edited 5 times in total.
D.J.Peters
Posts: 8586
Joined: May 28, 2005 3:28
Contact:

Re: freeglut 3.0.0

Post by D.J.Peters »

I fixed a bug can someone test it with Win64 please ?

Joshy
Drago
Posts: 116
Joined: Aug 10, 2005 13:15

Re: freeglut 3.0.0

Post by Drago »

Geany wrote:c:\FreeBasic64\fbc -s gui "test.bas" (im Verzeichnis: C:\FreeBasic64\Tests)
Kompilierung erfolgreich beendet.
I had to add the 'inc':

Code: Select all

#include once "inc/GL/freeglut.bi"
Works with define static and without

Grüße
Rainer
D.J.Peters
Posts: 8586
Joined: May 28, 2005 3:28
Contact:

Re: freeglut 3.0.0

Post by D.J.Peters »

Rainer thank you for testing.

Joshy
Post Reply