i have a small problem with labels. i want to create with this code an multi-userlib (is just an example)
Code: Select all
ProcedureDLL Proc()
;Goto TestLabel ;works
;! JMP l_testlabel ;works
;! JE l_testlabel ;don't works
a = ?TestLabel ;don't works
TestLabel:
EndProcedure
it works, when i create a normal lib without /multi.FAsm: Proc_UNICODE.asm
Error
Line no: 24
Error code: -127
Error String: SYMBOL_ALREADY_DEFINED
and it works with 'Goto' and '!JMP'
PureBasic: 4.51
TailBite: 1.4.6
thanks
lg kevin