From: Frank K. <fbk...@zy...> - 2011-08-11 20:09:08
|
Littlefield, Tyler wrote: > Hello all: > I am writing a couple nasm functions to test this out with, and have > been experiencing a problem. I want to link my nasm program to > user32.lib, which I have done, but when I use the microsoft visual > studio link command with user32.lib, I still get told that MessageBoxA > is undefined. How do I do this? Hi Tyler, Just a WAG, but try _MessageBoxA@16 > I am aware of alink, but it seems to be a work in progress and I'd > rather just link to the normal libraries if I possibly can; help is > appreciated. Not a whole lot of progress lately on Alink, AFAIK. There's an IDE and linker (based on Alink, I think) here: http://www.nasmide.co.nr/ This is a "work in progress", under active development (and looking for developers), so it may not be what you want, but I thought I'd mention it. If you try it (anyone), let us know what you think. Best, Frank |