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.
Win32Asm DirectX8 :
http://www.scrontsoft.com/Scrontsoft.asp?pageID=1
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
Check out code samples for other assemblers such as FASM too.