Author Topic: minimal win32 MessageBox application  (Read 8709 times)

nobody

  • Guest
minimal win32 MessageBox application
« 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

Offline Frank Kotler

  • NASM Developer
  • Hero Member
  • *****
  • Posts: 2667
  • Country: us
Re: minimal win32 MessageBox application
« Reply #1 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/

Best,
Frank

nobody

  • Guest
Re: minimal win32 MessageBox application
« Reply #2 on: January 11, 2009, 11:01:04 PM »
Excellent, Thanks
-Jeff