flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
Roman
Fasm 1.73
Dir EQU "img\1\“ In code: Invoke Messagebox, 0,Dir#"p.bmp",0,0 Fasm get error value out of range. But this ok Invoke Messagebox, 0,"img\1\p.bmp",0,0 |
|||
![]() |
|
revolution
The hash (#) is only processed inside a macro body. So you can do this:
Code: match Dir,Dir {Invoke Messagebox, 0,Dir#"p.bmp",0,0} |
|||
![]() |
|
Roman
Thanks. Work
|
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.