From: Littlefield, T. <ty...@ty...> - 2011-08-11 14:12:59
|
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? 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. Thanks in advance, -- Take care, Ty my website: http://tds-solutions.net my blog: http://tds-solutions.net/blog skype: st8amnd127 My programs don't have bugs; they're randomly added features! |