flat assembler
Message board for the users of flat assembler.
Index
> Main > [DLL] Can't export "Load" procedure |
Author |
|
revolution 10 May 2015, 09:59
"load" is a reserved word. The error is correct. You can either rename your procedure or rename the "load" command in the fasm sources. But you can't have both together.
|
|||
10 May 2015, 09:59 |
|
StrenoJr 10 May 2015, 10:34
Where could I find the definition of Load in fasm sources?
|
|||
10 May 2015, 10:34 |
|
revolution 10 May 2015, 10:43
TABLES.INC
Code: instructions_4: ;... db 'load',0 dw load_directive-instruction_handler Wouldn't it be easier to change your source? Assuming your editor supports UTF8: Code: export 'inventory.dll', Löad, 'Load' ;... proc Löad endp |
|||
10 May 2015, 10:43 |
|
StrenoJr 10 May 2015, 11:24
Oh, like this!
Shame on me! Thank you. |
|||
10 May 2015, 11:24 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.