Page 3 of 10

Posted: Thu Aug 16, 2007 8:42 am
by Progi1984
Sorry, I speak better in english !

When you generate an userlib, the file goes automatically in "$PathOfPurebasic\Purebasic\PureLibraries\UserLibraries". Is it possible to have an option for define this path ?

Posted: Thu Aug 16, 2007 9:39 am
by dontmailme
ABBKlaus wrote:thanks to all the contributors for the nice icons (netmaestro/Inf0Byt3).
All icons are taken in src.pack
Did you miss my icon, or you HATE it Image

Posted: Thu Aug 16, 2007 12:01 pm
by ABBKlaus
@Progi1984, TailBite has already a switch /SUBS:"LibraryPath" but is limited to the PureBasic directory :

Code: Select all

PBFolder$+PBUserLibraryFolder$
PureLibraries\UserLibraries\
SubSystems\NT4\PureLibraries\
SubSystems\OpenGL\PureLibraries\
SubSystems\UserLibThreadSafe\PureLibraries\
SubSystems\UserLibUnicode\PureLibraries\
SubSystems\UserLibUnicodeThreadSafe\PureLibraries\
@dontmailme, i must have overlooked that :oops: i will put the icon in the source directory when i´m at home :wink:

Regards Klaus

Posted: Thu Aug 16, 2007 1:17 pm
by Progi1984
ABBKlaus wrote:@Progi1984, TailBite has already a switch /SUBS:"LibraryPath" but is limited to the PureBasic directory :

Code: Select all

PBFolder$+PBUserLibraryFolder$
PureLibraries\UserLibraries\
SubSystems\NT4\PureLibraries\
SubSystems\OpenGL\PureLibraries\
SubSystems\UserLibThreadSafe\PureLibraries\
SubSystems\UserLibUnicode\PureLibraries\
SubSystems\UserLibUnicodeThreadSafe\PureLibraries\
But it's limited... and this is the problem !
Any other solution ?

Posted: Thu Aug 16, 2007 5:01 pm
by ABBKlaus
new version is out : V1.3 PR 1.853
[15] AUG 16th 2007 TailBite v1.3 PR 1.853
- added new commandline parameter for TailBite.exe /LIBN:Libname
the generated lib has the filename "Libname"
- added new commandline parameter for TailBite.exe /OUTP "Path"
the generated lib will be put in the folder "Path"
- added new icons Dog.ico (netmaestro) / s2xr2.ico (Inf0Byt3) / snake.ico (dontmailme)
see first post for more details.

Regards Klaus

Posted: Fri Aug 17, 2007 8:09 am
by Progi1984
Thans you very much !

Posted: Fri Aug 17, 2007 10:42 am
by Flype
Hi ABBKlaus & Gnozal,

French forum is working on the French translation.
I will send you 'French.catalog' when it's done.

http://www.purebasic.fr/french/viewtopic.php?t=7037

:wink:

Posted: Tue Aug 21, 2007 11:28 pm
by ABBKlaus
new version is out : V1.3 PR 1.854
[16] AUG 22th 2007 TailBite v1.3 PR 1.854
- fixed optional parameters bug reported by TS-Soft
see first post for more details.

Regards Klaus

Posted: Wed Aug 22, 2007 12:26 am
by ts-soft
Image
thanks,

another small problem, if i use tailbite from pb-ide, the last two parameters ignored:
"%FILE" "%TEMPFILE" /KEEPSRCFILES /WRITEBATCH
With tailbite-manager it works.

greetings
Thomas

Posted: Wed Aug 22, 2007 7:58 am
by ABBKlaus
Moin Thomas,
ts-soft wrote:Image
thanks,

another small problem, if i use tailbite from pb-ide, the last two parameters ignored:
"%FILE" "%TEMPFILE" /KEEPSRCFILES /WRITEBATCH
With tailbite-manager it works.

greetings
Thomas
i can not reproduce it here, could you check the commandline in the PB-IDE :
c:\Program Files\PureBasic410\TailBite\TailBite.exe

Regards Klaus

Posted: Wed Aug 22, 2007 2:10 pm
by ts-soft
ABBKlaus wrote:Moin Thomas,
Moin, moin Klaus
ABBKlaus wrote: can not reproduce it here, could you check the commandline in the PB-IDE :
c:\Program Files\PureBasic410\TailBite\TailBite.exe

Regards Klaus
D:\Programmieren\PureBasic4.10\TailBite\TailBite.exe
Thomas

Posted: Wed Aug 22, 2007 4:47 pm
by ABBKlaus
@ts-soft,

could you download this debug version of tailbite and send me the logfile it generates :wink:

The logfile is located in the temp folder :
C:\Dokumente und Einstellungen\Benutzername\Lokale Einstellungen\Temp\TailBite_Logfile.txt
This is the download link : TailBite.exe

Regards Klaus

Posted: Wed Aug 22, 2007 5:02 pm
by ts-soft
> and send me the logfile it generates
is on the way :wink:

Posted: Thu Aug 23, 2007 7:58 pm
by ABBKlaus
new version is out : V1.3 PR 1.855
[17] AUG 23th 2007 TailBite v1.3 PR 1.855
- fixed loading of preferences in the TailBite folder reported by TS-Soft
- new commandline switch /LOGF
Enable creating of TailBite_Logfile.txt and save it into TemporaryDirectory
see first post for more details.

Regards Klaus

Posted: Fri Aug 31, 2007 11:44 pm
by eddy
Hi,
Nice job :)

- I can't compile the tailbite's example because of this function TB_DebugError
Did I forget to install something :?:
- TailbiteManager : I noticed the pickCurrent button does not pick the full pathname.