TailBite 1.0 Preview, soon in PureProject and PureArea

TailBite specific forum

Moderators: gnozal, ABBKlaus, lexvictory

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 »

Progi1984 wrote:Excuse me : I have a question...

How can i use a linked list (of string) by example in parameter... ?
Use
"%FILE" "%TEMPFILE" /KEEPSRCFILES /WRITEBATCH
as parameter for TailBite.
Change the type from Long to LinkedList
ReCreate the lib.
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
User avatar
Progi1984
Addict
Addict
Posts: 806
Joined: Fri Feb 25, 2005 1:01 am
Location: France > Rennes
Contact:

Post by Progi1984 »

That doesn't run....

And i want to use a linked list of string like in my example !
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 »

test.desc wrote:ASM
;
1
KERNEL32
;
LIB
;
7
Requester
FileSystem
Date
Object
SimpleList
LinkedList
LinkedListExtension
;
test.chm
;
MaFonction, Long, LinkedList (truc.l, Param.s())
None | StdCall
;
test_Init
InitFunction | StdCall
;
only change Long to LinkedList and then:
"...\LibraryMaker.exe" "...TailBite\Library sources\test\test.Desc" /TO "...\PureLibraries\UserLibraries" /COMPRESSED

as batch. complete the paths and it should work
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
User avatar
Progi1984
Addict
Addict
Posts: 806
Joined: Fri Feb 25, 2005 1:01 am
Location: France > Rennes
Contact:

Post by Progi1984 »

Perfect !

But it's a bug of tailbite ?
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 »

Progi1984 wrote:Perfect !

But it's a bug of tailbite ?
Not a bug, but a missing feature :wink:
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
User avatar
Progi1984
Addict
Addict
Posts: 806
Joined: Fri Feb 25, 2005 1:01 am
Location: France > Rennes
Contact:

Post by Progi1984 »

Thanks for your fast help !
DarkDragon
Addict
Addict
Posts: 2344
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Post by DarkDragon »

Gee, I don't want to read your postings, I just want to read El_Choni saying: "Here's a new update with all fixes!".
bye,
Daniel
rob6523
User
User
Posts: 59
Joined: Sat Sep 25, 2004 2:02 pm
Location: Netherlands (Ophemert)
Contact:

Post by rob6523 »

El_Choni hasn't been posting on this forum - and on this thread - since June 17.

I've been wondering, is he all right?

Rob.
DarkDragon
Addict
Addict
Posts: 2344
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Post by DarkDragon »

rob6523 wrote:El_Choni hasn't been posting on this forum - and on this thread - since June 17.

I've been wondering, is he all right?

Rob.
He is working for food, but TailBite is more worth than food!!!
bye,
Daniel
User avatar
IceSoft
Addict
Addict
Posts: 1682
Joined: Thu Jun 24, 2004 8:51 am
Location: Germany

Post by IceSoft »

DarkDragon wrote:He is working for food, but TailBite is more worth than food!!!
Source code is available....
...and your daddy is working for your food :wink:

So I belive you can adapt what you need...
..or waiting. :!:
Belive! C++ version of Puzzle of Mystralia
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
DarkDragon
Addict
Addict
Posts: 2344
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Post by DarkDragon »

IceSoft wrote:
DarkDragon wrote:He is working for food, but TailBite is more worth than food!!!
Source code is available....
...and your daddy is working for your food :wink:

So I belive you can adapt what you need...
..or waiting. :!:
I already built my own TailBite for Linux, but I need it for Windows from El_Choni. And rebuilding the whole TB of Windows is too much work for me.
bye,
Daniel
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

Post by Shannara »

Tailbite for Linux? Care to share? :P
DarkDragon
Addict
Addict
Posts: 2344
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Post by DarkDragon »

Shannara wrote:Tailbite for Linux? Care to share? :P
I already postet it in this topic anywhere, including sources. I am able to develop again on it in a while, but atm it's a bit hard to do and PB 4 even isn't out yet.

http://www.purebasic.fr/english/viewtop ... 970#147970
bye,
Daniel
Dare
Addict
Addict
Posts: 1965
Joined: Mon May 29, 2006 1:01 am
Location: Outback

Post by Dare »

Anyone interested in helping out El_Choni and tailbite, this may be of interest?

http://www.purebasic.fr/english/viewtopic.php?t=23234

Hope so!
Dare2 cut down to size
User avatar
Progi1984
Addict
Addict
Posts: 806
Joined: Fri Feb 25, 2005 1:01 am
Location: France > Rennes
Contact:

Post by Progi1984 »

Any news about a release with update for creating gadgets with PB ?
Post Reply