Page 20 of 40
Posted: Mon May 15, 2006 5:13 pm
by tomijan
@el_choni
you work really fast, b.4 is available now!
thx
tom
Posted: Mon May 15, 2006 5:19 pm
by DarkDragon
Thanks El_Choni for working on TailBite now!

Posted: Mon May 15, 2006 6:29 pm
by Polo
Is the 1.3 PR 0.4 "working" with PB4 ?
By the way, WHO got the idea for such complicated version numbers

Posted: Mon May 15, 2006 7:16 pm
by Polo
Haven't tested it yet, but does the things like that are taken in account :
Global value=5
I mean, does value will be 5 ?
Posted: Mon May 15, 2006 7:17 pm
by Polo
Well, now i've tried with my code, it still creates a resident file instead of a library :roll:
Guess I'll have to wait...
Posted: Mon May 15, 2006 8:16 pm
by Droopy
Is there a way to use Native optional parameters with tailbite
Code: Select all
ProcedureDLL Test(Title.s="Title",Text.s="Text")
MessageRequester(Title,Text)
EndProcedure
Without using this
Code: Select all
ProcedureDLL MyFunction(arg1, arg2)
result = Pow(arg1, arg2)
ProcedureReturn result
EndProcedure
ProcedureDLL MyFunction2(arg1, arg2, arg3)
result = Pow(arg1, arg2)/arg3
ProcedureReturn result
EndProcedure
Posted: Mon May 15, 2006 8:42 pm
by Flype
not yet droopy.
There are still some bugs and PB4 features missing, but i'd like to hear about new bugs, etc., before adding features like default values for arguments, etc.
Thanks in advance, and regards,
Posted: Mon May 15, 2006 9:25 pm
by Polo
Flype wrote:not yet droopy.
There are still some bugs and PB4 features missing, but i'd like to hear about new bugs, etc., before adding features like default values for arguments, etc.
Thanks in advance, and regards,
Oh, well, if it's not supported I can't use it yet...
Well, I've sent the file to El Chroni anyway

Posted: Mon May 15, 2006 10:01 pm
by Droopy
Thanks Flype

Posted: Tue May 16, 2006 8:11 am
by gnozal
My error report for Tailbite 1.30 PR06
1 et 2 no more error
Code: Select all
ZIP : to much lines, sent per mail
But with the same library, tailbite now says 'ERROR : line : -1'
3 seems to be fixed
4 seems to be fixed
Thank you very much for your hard work !
Posted: Tue May 16, 2006 8:31 am
by El_Choni
1. ImportFunctions is being added, doesn't work for now. I'm also adding the possibility of compiling just a static lib to a purelib, putting in the pb source just import sections with no procedures.
2. Problems with inline ASM, I'm fixing it right now (I think)

Posted: Tue May 16, 2006 9:06 am
by gnozal
El_Choni wrote:I'm also adding the possibility of compiling just a static lib to a purelib, putting in the pb source just import sections with no procedures.
Very nice, thanks !!!
Posted: Tue May 16, 2006 9:12 am
by IceSoft
From german forum:
ts-soft wrote:there some strange bug with path in version 05 and 06
06 tailbited no source!!! See the picture

Posted: Tue May 16, 2006 9:30 am
by El_Choni
Looks like 1 and 2 are done, could you check it?
Posted: Tue May 16, 2006 9:39 am
by ts-soft
Bug with path in Version 07, see pic:
