Forum: Assembly Feb 8th, 2009 |
| Replies: 6 Views: 1,600 You're the man chris!!!
Thanks. |
Forum: Assembly Feb 8th, 2009 |
| Replies: 6 Views: 1,600 I get it now. It doesn't know where to get the winAPI functions from.
I added this:
import MessageBoxA user32.dll
Still though, it's still pissing me about. There's so many annoying little... |
Forum: Assembly Feb 7th, 2009 |
| Replies: 14 Views: 17,240 Oh dude, just what I needed!!! Thanks alot!!!! |
Forum: Assembly Feb 7th, 2009 |
| Replies: 6 Views: 1,600 "Does the link know where and to include C headers etc...." Good point, how does one go about doing that? I tried linking it with gcc, but I still get the same error message. |
Forum: Assembly Feb 7th, 2009 |
| Replies: 6 Views: 1,600 I'm trying to compile an example nasm program I downloaded for windows. But I can't get it to compile.
C:\nasm-2.06rc1\nasmw -f win32 example.asm
C:\lcc\bin\lcclnk -s -subsystem windows... |