TailBite 1.0 Preview, soon in PureProject and PureArea
Moderators: gnozal, ABBKlaus, lexvictory
@netmaestro : you are right, it is based on Tailbite 1.3 PR 1.8 (29. May 2006)
@srod the following issues are fixed :
- PureLibrary is missing ":System"
- Div64 would be renamed to a Library function (in my case pdf_Div64)
- Unicode switch added (/UCOD)
- Threadsafe switch added (/THRD)
- TailBite Installer Build.pb modified for PB4
Regards Klaus
@srod the following issues are fixed :
- PureLibrary is missing ":System"
- Div64 would be renamed to a Library function (in my case pdf_Div64)
- Unicode switch added (/UCOD)
- Threadsafe switch added (/THRD)
- TailBite Installer Build.pb modified for PB4
Regards Klaus
- netmaestro
- PureBasic Bullfrog
- Posts: 8451
- Joined: Wed Jul 06, 2005 5:42 am
- Location: Fort Nelson, BC, Canada
>> Where's El_Choni gone?
He is not gone :roll:
I've write them to Tailbit and he wrote me:
Regards, Falko
He is not gone :roll:
I've write them to Tailbit and he wrote me:
PM from , El_Choni wrote:From: El_Choni
To: Falko
Posted: Fri Nov 10, 2006 20:35
Subject: Re: Problems with PB 4.01 and compiled TailBite Ver. 1.8 Quote message
Hi,
I haven't had time to fix TailBite lately. I can't tell you when I'll be able to do it. All I can tell you is that as soon as I find a couple of days, I'll do it.
Until then, sorry for the trouble: too much work! Sad
Regards,
_________________
El_Choni
Regards, Falko
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
It's as stable as El_Choni's last version (only a few changes, see the sources) : I could compile all my libs with El_Choni's version without any problem.Progi1984 wrote:For those who have tested this new version :
Is that ABBKlaus's Tailbite stable ?
You have the sources, so there is no trust problem ... And on the other hand ABBKlaus is making great userlibs, so I think he knows what he is doing.Progi1984 wrote:sorry fot this lack of trust
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
thanks gnozal.
as fred said
http://www.purebasicpower.de/?download=src.pack
as fred said
did i mention that i included the complete sources ?Just try it![]()

-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
For default values, you have to use the 'old' Tailbite method and not the new 'PB4' method.IceSoft wrote:Tailbite 1.3 PR 1.81 supports not the default values on a function.
The application wich use the userlib have to write all parameters.
-> The default parameters also!
Tailbite help wrote:You can make your function accept variable arguments. To do so, you must include two or more ProcedureDLL's with the same name and an index number:
ProcedureDLL MyFunction(arg1, arg2)
result = Pow(arg1, arg2)
ProcedureReturn result
EndProcedure
ProcedureDLL MyFunction2(arg1, arg2, arg3)
result = Pow(arg1, arg2)/arg3
ProcedureReturn result
EndProcedure
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
But, this works only for one default parameter correct. For more, you have to correct the desc file!
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.

Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
In PureSMTP the function PureSMTP_SendMail() has 4 optional parameters and it works.ts-soft wrote:But, this works only for one default parameter correct. For more, you have to correct the desc file!
There is a little problem with the quick-help text though, which is PureSMTP_SendMail([ilTo.s, MailFrom.s, Subject.s, MsgBody.s [, Attachments.s [, UserName.s [, Password.s [, HeaderAddon.s]]]]) instead of PureSMTP_SendMail([MailTo.s, MailFrom.s, Subject.s, MsgBody.s [, Attachments.s [, UserName.s [, Password.s [, HeaderAddon.s]]]])
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
I correct the desc-file and recompile it with a batch 

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.

Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Too many libs and updates, I forget to do it most of the time ... And it works anyway.
I guess someone will have to fix this bug.
I guess someone will have to fix this bug.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).