The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: drjr on September 10, 2007, 02:17:25 AM

Title: masm32 and directX
Post by: drjr on September 10, 2007, 02:17:25 AM

hi, for all programmers:

Could someone tell me some material (on line) for learn programming directX in masm32 ?
There are some in C++ but I don`t know in masm.

                                                     Thanks.
Title: Re: masm32 and directX
Post by: Vortex on September 10, 2007, 05:49:31 AM
Win32Asm DirectX8 :

http://www.scrontsoft.com/Scrontsoft.asp?pageID=1

Title: Re: masm32 and directX
Post by: gabor on September 10, 2007, 09:35:07 AM
Hi drjr!

I would recommend to search also here in the forums. For DX I used some include files created by other members (you can find those downloads here) and I used the C++ tutorial of the SDK on the MSDN portal. I found that all those steps can be easily followed, though I made it a bit harder for my because I don't want to use the d3dx lib (because it needs to many other libs/dlls) and most of the tuts and samples take advantage of the many methods and objects implemented in that lib.

Good luck and should you have questions post it here!  :U

Greets, Gábor
Title: Re: masm32 and directX
Post by: Alloy on September 11, 2007, 07:35:29 PM
 Check out code samples for other assemblers such as FASM too.