[Done] Problem with Label's

TailBite specific forum

Moderators: gnozal, ABBKlaus, lexvictory

CSHW89
User
User
Posts: 30
Joined: Thu Sep 09, 2010 2:47 pm

[Done] Problem with Label's

Post by CSHW89 »

Hi,

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
i get the following error:
FAsm: Proc_UNICODE.asm

Error
Line no: 24
Error code: -127
Error String: SYMBOL_ALREADY_DEFINED
it works, when i create a normal lib without /multi.
and it works with 'Goto' and '!JMP'

PureBasic: 4.51
TailBite: 1.4.6

thanks
lg kevin
Image Image Image
lexvictory
Addict
Addict
Posts: 1027
Joined: Sun May 15, 2005 5:15 am
Location: Australia
Contact:

Re: Problem with Label's

Post by lexvictory »

can you provide a commented asm output of those that don't work?
(with pbcompiler /commented)
Demonio Ardente

Currently managing Linux & OS X Tailbite
OS X TailBite now up to date with Windows!
CSHW89
User
User
Posts: 30
Joined: Thu Sep 09, 2010 2:47 pm

Re: Problem with Label's

Post by CSHW89 »

Do you mean the asm files of tailbite? here (this is with "a = ?TestLabel"):

http://www.mevedia.de/cshw89/Tailbite.zip

I think, in the file "Function\Proc_UNICODE.asm" the line 6 is incorrect.

lg kevin
Image Image Image
lexvictory
Addict
Addict
Posts: 1027
Joined: Sun May 15, 2005 5:15 am
Location: Australia
Contact:

Re: Problem with Label's

Post by lexvictory »

ok, from that zip i can see what the problem is (TB is extrn'ing the label in the decorated files)
It may take a while to fix though, not sure when I'll have time
Demonio Ardente

Currently managing Linux & OS X Tailbite
OS X TailBite now up to date with Windows!
ABBKlaus
Addict
Addict
Posts: 1143
Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany

Re: Problem with Label's

Post by ABBKlaus »

can you test with this version http://www.tailbite.com/downloads/TailBiteV1.4.7.zip

Please report back if it works, i can then upload the final build.

BR Klaus
CSHW89
User
User
Posts: 30
Joined: Thu Sep 09, 2010 2:47 pm

Re: Problem with Label's

Post by CSHW89 »

Sorry, i had no time to test.
Wow it works. Thanks, thank you VERY much!
btw: the smiley is missing here from the German forum: Image

lg kevin
Image Image Image
ABBKlaus
Addict
Addict
Posts: 1143
Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany

Re: [Done] Problem with Label's

Post by ABBKlaus »

Thanks for testing, just uploaded the new version.

BR Klaus
Post Reply