[Done] Problem with Label's
Posted: Tue Feb 15, 2011 3:15 am
Hi,
i have a small problem with labels. i want to create with this code an multi-userlib (is just an example)
i get the following error:
and it works with 'Goto' and '!JMP'
PureBasic: 4.51
TailBite: 1.4.6
thanks
lg kevin
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:
EndProcedureit 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
