Author Topic: GUI in NASM  (Read 11608 times)

nobody

  • Guest
GUI in NASM
« on: January 07, 2008, 09:26:54 PM »
Hi, My name is Rick, just so you have a name to call me other than OP :p.

I have a linker, and a win32.lib to link all the windows API calls into my nasm app, however, I cant find a suitable tutorial or example code file of a simple window in nasm, if someone could simply ' mov' me to the right place or 'push' me some example code i'd be very grateful.

Thanks

nobody

  • Guest
Re: GUI in NASM
« Reply #1 on: January 08, 2008, 09:17:29 AM »
Hi Rick,

It has come to my attention that Jeremy Gordon, author of GoAsm, has got some nice tutorials and examples on his site. Most of it ought to apply to Nasm, too.

http://www.jorgon.freeserve.co.uk/

You might want to take a look at the "Nasmx" project...

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

Another source of examples is the NaGoA project - seems to be "sleeping" lately, but they've got a raft of examples:

http://www.visual-assembler.pt.vu/

There's also a "Yahoo group":

http://tech.groups.yahoo.com/group/win32-nasm-users/

The list is not very active, but they've got a bunch of examples in the "files" section - *two* translations of the examples from the Iczelion tutorials so that they'll assemble with Nasm. Note that this isn't a "translation of the Iczelion Tutorials". They remain here:

http://win32assembly.online.fr/tutorials.html

You can probably find some examples in there that'll "push" you on your way. :)

Best,
Frank