News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

GLU32 for HIDE

Started by s_truta, October 21, 2005, 02:22:14 PM

Previous topic - Next topic

s_truta

Hi,

Anyone here know where I can have glu32.lib and glu32.hhf for HIDE?

Vortex

Hi s_truta,

HLA uses the same type import libraries just like Masm. The masm32 package contains glu32.lib About, the .hhf file, you should convert manually the C function prototypes to HLA.

Sevag.K

Hi s_truta,

If you do convert the glu32.inc file to .hhf format, please send me a copy and I'll include both the .lib and .hhf in the next release of HIDE.


s_truta

Hi all,
In order to convert manually the GLU32 C++ header file to hhf file, I have beginning with inspecting the opengl32.hhf file.
This way I've discovered why does not work glOrtho in my program. glFrustum and glOrtho have both the same type of parameters (in the description from OpenGL ref. guide), but in Opengl.hhf is not the case. Therefore, I made the same modification for glOrtho like the modification existing for glFrustum. Now it works!

Cheers

s_truta

Hi Sevag.K,

I've manually converted glu32.inc to glu32.hhf. Also I've added some constants to opengl32.hhf from DevCpp version of opengl.h. See attachements. I intent to convert the glaux.inc file too.

Cheers

[attachment deleted by admin]

Sevag.K

Thanks!  I'll add them to the next maintenence release of HIDE.