The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: savage on May 29, 2006, 02:22:14 PM

Title: OpenGL Includes - Simple question
Post by: savage on May 29, 2006, 02:22:14 PM
This is a problem I'm having with the include files, "opengl32.inc", "glaux.inc", and "glu32.inc".

Why are all the procedures defined as having only DWORDs as parameters? 
Shouldn't many of them be REAL4 and REAL8?

Instead,
Where the REAL4s should be, there is a DWORD.
Where the REAL8s should be, there are two DWORDs.

Why is this?
Title: Re: OpenGL Includes - Simple question
Post by: hutch-- on May 29, 2006, 02:28:59 PM
Have a look in the OpenGL subforum, hitch has done great work here.
Title: Re: OpenGL Includes - Simple question
Post by: savage on May 29, 2006, 02:43:24 PM
I guess this one should be moved into that forum then   :red
Title: Re: OpenGL Includes - Simple question
Post by: Tedd on May 30, 2006, 04:50:30 AM
http://www.masm32.com/board/index.php?topic=4871.msg36451#msg36451