flat assembler
Message board for the users of flat assembler.
Index
> IDE Development > problem with 'begin' when using fasm macros, without libs |
Author |
|
skingston 12 Dec 2004, 06:02
Hi,
I am new to fasm & fresh. I'm currently trying to use fresh's win32 macros, without using the libraries, but I have a compiler error at 'begin' in the first (and only) proc/endp procedure. I get the error message: Error: undefined symbol << if .info.frame >> xedit.asm [78] StdCallEx.inc [78] Can anyone help?
|
|||||||||||
12 Dec 2004, 06:02 |
|
JohnFound 12 Dec 2004, 07:22
In aWndProc, there is internal label "defwndproc", that is global label. In Fresh StdCallEx.inc proc macroses, you can't use global labels inside the procedure.
The solution is simple - rename the label to ".defwndproc". If you want to use this label outside aWndProc procedure you still can do it with: "aWndProc.defwndproc" Regards. |
|||
12 Dec 2004, 07:22 |
|
skingston 12 Dec 2004, 08:03
Thanks
|
|||
12 Dec 2004, 08:03 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.