Page 1 of 1
Tailbite bug
Posted: Tue Oct 26, 2004 12:35 am
by Chris
(I don't know if i can post this bug here, move it if it's not at the right place. Sorry.)
I've updated Tailbite to 1.2 beta 1.4, and now, i can't open a file.
When i click on "Check For Error", this message is displayed:
TailBite Error
Duplicated library command: TB_Include2DDrawing()(in libraries TB_Include2DDrawing and TB_Include)
*** Added***
The same message are displayed when i run jaPBe.
PB 1.92 + jaPBe 2.4.7.17
Chris

Posted: Tue Oct 26, 2004 2:18 am
by El_Choni
You need to delete the file PureBasic\PureLibraries\UserLibraries\TB_Include.
Sorry for the trouble. There's still some strange bug floating around which I can't reproduce, but I'm working on it.
Regards,
Posted: Tue Oct 26, 2004 2:50 am
by Chris
Thanks El_Choni.
No problem, now, when i run jaPBe, but i have new bug.
This message are displayed, for any code i try to compile.
I've used the code below for the test.
Code: Select all
ProcedureDLL StartTest()
Global Debut
Debut = GetTickCount_()
EndProcedure
ProcedureDLL StopTest()
Stop = GetTickCount_()- Debut
Heures = Stop/3600000 : rh = Stop % 3600000
Minutes = rh/60000 : rm = rh % 60000
Secondes = rm/1000 : rs = rm % 1000
MSecondes = rs
Heures$ = RSet(Str(Heures) ,2,"0")
Minutes$ = RSet(Str(Minutes) ,2,"0")
Secondes$ = RSet(Str(Secondes) ,2,"0")
M_Secondes$ = RSet(Str(MSecondes) ,3,"0")
OpenConsole()
PrintN("Resultat du test :")
PrintN("")
PrintN("Le test s'est termine en : "+ Heures$+" h "+Minutes$+" mn "+Secondes$+" s et "+M_Secondes$+" ms")
PrintN ("")
PrintN("Tapez une touche pour quitter")
Repeat
Until Inkey()
EndProcedure
This code worked correctly with the previous versions.
Chris

Posted: Tue Oct 26, 2004 3:35 am
by El_Choni
Could you update TailBite and try with the new version (1.2 Beta 1.5)
Regards,
Posted: Tue Oct 26, 2004 3:41 am
by Chris
Good job! The new version work fine!
Thank you, El_Choni, you are THE BOSS
Chris

Posted: Tue Oct 26, 2004 8:20 am
by gnozal
TBManager says 'No updates available' (probably because I have a proxy with authentification ?).
Where can I download this new version : it tried at
http://inicia.es/de/elchoni/TailBite/ but it is still 1.2b1.4
Posted: Tue Oct 26, 2004 1:25 pm
by El_Choni
Yes, for some reason I couldn't upload it to inicia. But I did upload it here:
http://perso.wanadoo.es/TailBite/
Posted: Tue Oct 26, 2004 1:54 pm
by gnozal
I should have looked
Thanks !
Posted: Fri Oct 29, 2004 11:28 am
by NoahPhense
sweet.. u rule El !
- np