TailBite 1.0 Preview, soon in PureProject and PureArea

TailBite specific forum

Moderators: gnozal, ABBKlaus, lexvictory

tomijan
Enthusiast
Enthusiast
Posts: 107
Joined: Sun Dec 11, 2005 1:32 pm

Post by tomijan »

@el_choni
you work really fast, b.4 is available now!
thx
tom
DarkDragon
Addict
Addict
Posts: 2344
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Post by DarkDragon »

Thanks El_Choni for working on TailBite now! :lol:
bye,
Daniel
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Post by Polo »

Is the 1.3 PR 0.4 "working" with PB4 ?

By the way, WHO got the idea for such complicated version numbers :shock: :lol:
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Post 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 ?
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Post 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...
User avatar
Droopy
Enthusiast
Enthusiast
Posts: 658
Joined: Thu Sep 16, 2004 9:50 pm
Location: France
Contact:

Post 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
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post 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,
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Post 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 :)
User avatar
Droopy
Enthusiast
Enthusiast
Posts: 658
Joined: Thu Sep 16, 2004 9:50 pm
Location: France
Contact:

Post by Droopy »

Thanks Flype :wink:
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post 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 !
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

Post 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) ;)
El_Choni
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post 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 !!!
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
IceSoft
Addict
Addict
Posts: 1683
Joined: Thu Jun 24, 2004 8:51 am
Location: Germany

Post 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

Image
Belive! C++ version of Puzzle of Mystralia
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

Post by El_Choni »

Looks like 1 and 2 are done, could you check it?
El_Choni
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post by ts-soft »

Bug with path in Version 07, see pic:
Image
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
Post Reply