|
-
Aug 16th, 2001, 04:06 PM
#1
Win32 NASM
Are there sny tutorials on how to use NASM to make a Win32 program?
-
Aug 17th, 2001, 01:54 PM
#2
Well for one, you need to have a list of the Windows API calls. Then make sure you compile using the BITS 32 directive so that you can make win32 programs. ALSO, you need to compile everything into an OBJ file so that you can use a LINKer program to make the EXE file. Then you should be able to make your own windows programs.
This help?
-
Aug 17th, 2001, 02:14 PM
#3
Well eventually i figured it out myself. Thanks though.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|