NASM - The Netwide Assembler

NASM Forum => Using NASM => Topic started by: nobody on January 11, 2009, 04:19:47 AM

Title: minimal win32 MessageBox application
Post by: nobody on January 11, 2009, 04:19:47 AM
Where do I get the include files and such to be able to call MessageBoxA?

I downloaded nasm-2.06rc2-win32.zip but it only includes the assembler itself and no libraries

Sorry to ask such a basic question but I googled and checked the nasm homepage first

Thanks
-Jeff
Title: Re: minimal win32 MessageBox application
Post by: Frank Kotler on January 11, 2009, 05:11:43 PM
The Nasmx project is probably the best place to find what you want:

http://www.asmcommunity.net/projects/nasmx/ (http://www.asmcommunity.net/projects/nasmx/)

Best,
Frank
Title: Re: minimal win32 MessageBox application
Post by: nobody on January 11, 2009, 11:01:04 PM
Excellent, Thanks
-Jeff