|
From: Yeoh H. <ye...@ye...> - 2003-10-16 06:20:35
|
Hi Frank, You're right. :-) There are several versions of win32n.inc. My version is: <extract> WINDOWS.INC for 32 bit NASM (Version 1.26e) Release 07 Jul 2003 ;; This is the NASM(XSTRUCed) version of WINDOWS.INC by sheroc & Jibz ;; </extract> The other include file I have is nagoa.inc: <extract> ; NAGOA.INC for NASM based on win32n.inc version 0.06 by Tamas Kaproncai [to...@sz...] ;================================================================= ; by PedroGC version 2 ABRIL 2003 </extract> These two include files appear to be updated in 2003 so I think I'll stick with these. Other "non-standard" macros, including my own, I think it's best to put them in a separate file for inclusion. :-) I wish there were a de facto standard. It would make code sharing and re-useability much easier. :-) Also, the build process can be different. In RadAsm, the build batch commands are set in RadAsm. For those who like to build at DOS command prompt level, the batch commands would be slightly different. In future, I think I'll add a build.bat to the zips so that the programs can also be built at DOS prompt. :-) Best Regards, Yeoh -- |