Quote Originally Posted by JSoftware
Quote Originally Posted by Robert Kosek
I recently reinstalled 1.9.6, and started back into it again.

Anyone know how to load images in FPC using GL? No SDL, as I don't want to be bound by it ... but FPC lacks a "graphics" unit.
Just grap a header type somewhere on the net. if you're talking about bmp's then i bet fpc has a windows unit which contains the bmp header

i don't use "graphics" to load images to opengl.. :?
There is a whole images systems called fpimage. Not very performant, but good enough to load graphics.

There also is an OpenGL unit.