The MASM Forum Archive 2004 to 2012

Project Support Forums => OpenGL Forum => Topic started by: omer_akhter on August 22, 2006, 09:50:29 PM

Title: new to OpenGL, new to WinAsm
Post by: omer_akhter on August 22, 2006, 09:50:29 PM
Hello all,

I have been studying assembly language for almost six months, moved to WinAsm a month ago and now I have grabbed the concepts of WinAsm quite well. I want to turn my way to OpenGL now! Thats why I am here.

I have 2 questions:

Where to start? I mean I found Iczelion's Tutorials quite helpful when I started WinAsm. So is there some way to start here?

Where can I find the reference to complete API? I found MSDN (or platform sdk) the best API reference for Windows API, something here?

Thanks
Omer Akhter
Title: Re: new to OpenGL, new to WinAsm
Post by: Mark Jones on August 23, 2006, 08:17:13 PM
Hello Omer, Jeff Molofee has made some C tutorials for OpenGL. Some of them have MASM code available at the bottom. See:

http://nehe.gamedev.net/lesson.asp?index=01
Title: Re: new to OpenGL, new to WinAsm
Post by: omer_akhter on August 27, 2006, 07:57:56 PM
Thanks Mark,

But where o find includes and libraries for MASM32. Also, I need a complete reference to OpenGL like MSDN as well.

Thanks
Omer Akhter
Title: Re: new to OpenGL, new to WinAsm
Post by: hitchhikr on August 27, 2006, 08:58:20 PM
I've converted the opengl includes & libraries they're included in the examples archive.
Title: Re: new to OpenGL, new to WinAsm
Post by: qxtianlong on September 21, 2006, 02:35:14 PM
tanks hitch