TailBite 1.0 Preview, soon in PureProject and PureArea

TailBite specific forum

Moderators: gnozal, ABBKlaus, lexvictory

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

Post by ABBKlaus »

@Dare
Sorry if I am asking the obvious, but are you now the main maintainer of Tailbite?
No, ElChoni is the maintainer. All i am doing is bugfixing !
And is there a page (link) where your latest release of tailbite can be downloaded at any time?
Yes, can be found here : PureBasicPower
I am after the main branch or fork.
the main branch is V1.3PR1.8 and is still on ElChoni´s website
my Versions are PR1.81 / PR1.82 / PR1.83 / PR1.84 ...
and the sourcecode can be downloaded here : src.pack
The lib created is a real lib - (can be used standalone) or needs a dll?
Import seems to dislike it.
No, all ProcedureDLL commands can be accessed through PureBasic directly by their names. Stands all in the Readme.txt file that comes with Tailbite.

Regards Klaus
Dare
Addict
Addict
Posts: 1965
Joined: Mon May 29, 2006 1:01 am
Location: Outback

Post by Dare »

Hi Klaus

Thanks for the answers.

I downloaded your latest release and it works fine for me.

Thanks again.
Dare2 cut down to size
ABBKlaus
Addict
Addict
Posts: 1143
Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany

Post by ABBKlaus »

@DarkDragon
A minor bug: in the statusbar(Desc file for the PBLibMaker) things are going wrong.
is fixed now.

Please redownload V1.84 again (or press Check for Updates Button in TBManager)

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

Post by gnozal »

Something seems to be wrong with the last V1.84.
I get this message while trying to compile a test library :
'FAsm : Shared\DirectoryListing.asm
error : symbol already defined'
The previous version (13 APR 2007) worked fine.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
ABBKlaus
Addict
Addict
Posts: 1143
Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany

Post by ABBKlaus »

i need a snippet :roll: please.
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

ABBKlaus wrote:i need a snippet.
Sure, PM sent.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
ABBKlaus
Addict
Addict
Posts: 1143
Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany

Post by ABBKlaus »

Something seems to be wrong with the last V1.84.
I get this message while trying to compile a test library :
'FAsm : Shared\DirectoryListing.asm
error : symbol already defined'
The previous version (13 APR 2007) worked fine.
Fixed :D

New Version V1.3PR1.841 can be downloaded here : TailBite_Installer.exe
or press Check for Updates Button in TBManager

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

Post by DarkDragon »

ABBKlaus wrote:
Something seems to be wrong with the last V1.84.
I get this message while trying to compile a test library :
'FAsm : Shared\DirectoryListing.asm
error : symbol already defined'
The previous version (13 APR 2007) worked fine.
Fixed :D
Can I buy you? I mean: can I give you some money to fix the bugs I found in TailBite, whenever I want to?
bye,
Daniel
ABBKlaus
Addict
Addict
Posts: 1143
Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany

Post by ABBKlaus »

No, it was netmaestro´s bug that mixed up some things :twisted:
ABBKlaus
Addict
Addict
Posts: 1143
Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany

Post by ABBKlaus »

Hi,

there is a new version of TailBite ready for testing : TailBite V1.3PR1.843

fixes are :
- tailbite does not quit anymore on this POLIB: warning: '__NULL_IMPORT_DESCRIPTOR' already defined in ... ignoring
- PB-Libs are now written in the .desc file i.e. OLE32.DLL , UUID.DLL (ts-soft)
- fixed "TailBite warning: Unknown Windows API function"
now there are 2 more versions *A for ANSI *W for Unicode in the API-List
- TailBite parameter /CHM:helpfile.chm changed to /CHM:helpfile [without .chm] (ts-soft)
- Systemlibs like ODBCCP32.DLL/SQLConfigDataSource_() are working again (ts-soft)
- fixed endless loop in the ImportFunction
@Maxus your bug is fixed too :wink:
PB_LoadPNGImage:
error: symbol already defined.


Regards Klaus
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 »

thanks for your good work :D
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
Falko
Enthusiast
Enthusiast
Posts: 271
Joined: Sat Oct 04, 2003 12:57 pm
Location: Germany
Contact:

Post by Falko »

Thanks @ABBKlaus, good work :D
www.falko-pure.de
Win11 Pro 64-Bit, PB_6.11b1
Dare
Addict
Addict
Posts: 1965
Joined: Mon May 29, 2006 1:01 am
Location: Outback

Post by Dare »

ABBKlaus wrote:Hi,

there is a new version of TailBite ready for testing : TailBite V1.3PR1.843

fixes are :
- tailbite does not quit anymore on this POLIB: warning: '__NULL_IMPORT_DESCRIPTOR' already defined in ... ignoring
- PB-Libs are now written in the .desc file i.e. OLE32.DLL , UUID.DLL (ts-soft)
- fixed "TailBite warning: Unknown Windows API function"
now there are 2 more versions *A for ANSI *W for Unicode in the API-List
- TailBite parameter /CHM:helpfile.chm changed to /CHM:helpfile [without .chm] (ts-soft)
- Systemlibs like ODBCCP32.DLL/SQLConfigDataSource_() are working again (ts-soft)
- fixed endless loop in the ImportFunction
@Maxus your bug is fixed too :wink:
PB_LoadPNGImage:
error: symbol already defined.


Regards Klaus
Thank You!

Especially for SQLConfigDataSource_() :D
Dare2 cut down to size
User avatar
Maxus
User
User
Posts: 71
Joined: Thu Feb 16, 2006 9:35 am
Location: Russia
Contact:

Post by Maxus »

@Maxus your bug is fixed too
PB_LoadPNGImage:
error: symbol already defined.
Thanks!!!
Sorry my English, I'm Russian
AMT Laboratory
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

New (experimental) version compatible with PB4.10 (modified sources included) : http://freenet-homepage.de/gnozal/TailBite.zip

This custom Tailbite works for PB4.02 and PB4.10
Tested with 2 libs, using the new jaBPe V3 with PB4.02 and PB4.10.
There may be some more changes to do ...
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Post Reply