Page 35 of 40

Posted: Mon Apr 16, 2007 3:04 pm
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

Posted: Mon Apr 16, 2007 3:23 pm
by Dare
Hi Klaus

Thanks for the answers.

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

Thanks again.

Posted: Mon Apr 16, 2007 11:20 pm
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

Posted: Tue Apr 17, 2007 8:34 am
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.

Posted: Tue Apr 17, 2007 11:13 am
by ABBKlaus
i need a snippet :roll: please.

Posted: Tue Apr 17, 2007 12:47 pm
by gnozal
ABBKlaus wrote:i need a snippet.
Sure, PM sent.

Posted: Tue Apr 17, 2007 4:43 pm
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

Posted: Tue Apr 17, 2007 6:23 pm
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?

Posted: Tue Apr 17, 2007 8:47 pm
by ABBKlaus
No, it was netmaestro´s bug that mixed up some things :twisted:

Posted: Sun May 20, 2007 12:54 am
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

Posted: Sun May 20, 2007 1:22 am
by ts-soft
thanks for your good work :D

Posted: Sun May 20, 2007 1:29 am
by Falko
Thanks @ABBKlaus, good work :D

Posted: Sun May 20, 2007 1:55 am
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

Posted: Tue May 22, 2007 3:05 pm
by Maxus
@Maxus your bug is fixed too
PB_LoadPNGImage:
error: symbol already defined.
Thanks!!!

Posted: Thu May 24, 2007 12:28 pm
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 ...