Page 11 of 15
Posted: Wed Jan 21, 2004 7:15 pm
by El_Choni
Ok, I'll remove the "compile at install time" scheme, it only gives problems. It was only good for the Installer size, but if I remove the TailBite sources (making them downloadable separately), it will be smaller, anyway. But not today, sorry.
Posted: Sun Feb 15, 2004 12:53 pm
by Bernard
I try to download TailBite but the link don't work. I try it since severals days.
How can I do ?
Thanks
Posted: Sun Feb 15, 2004 2:50 pm
by El_Choni
Posted: Sun Feb 15, 2004 3:09 pm
by filperj
I have the same problem with the link:
Server Error
This server has encountered an internal error which prevents it from fulfilling your request. The most likely cause is a misconfiguration. Please ask the administrator to look for messages in the server's error log.

Posted: Sun Feb 15, 2004 4:45 pm
by Psychophanta
Choni, pasa de "terra" si puedes, porque va de pena!
In english:
Choni, don't use "terra" if possible, it doesn't work fine!

Posted: Sun Feb 15, 2004 5:27 pm
by Bernard
El_Choni
Yes it's the link I try to use
Posted: Sun Feb 15, 2004 9:29 pm
by El_Choni
New download link for betas (the previous one is still valid):
http://perso.wanadoo.es/tailbite/TailBite_Installer.exe
Posted: Sun Feb 15, 2004 11:04 pm
by Comtois
Great work 8O
Thanks
Posted: Tue Feb 17, 2004 12:41 am
by ricardo
This is REALLY nice El_Choni!!!
Posted: Tue Feb 17, 2004 12:48 am
by Polo
I have tested some stuffs, but the thing is that I can't put ASM code in the libraries...
I try that :
Value.l = 10
MOV Value, 20
INC Value
The code is from the PB ASM example... It says "VALUE" is not a valid operator... And I can't use things such as al, edi, eax, ...
Posted: Tue Feb 17, 2004 2:22 am
by El_Choni
Polo wrote:I have tested some stuffs, but the thing is that I can't put ASM code in the libraries...
I try that :
Value.l = 10
MOV Value, 20
INC Value
The code is from the PB ASM example... It says "VALUE" is not a valid operator... And I can't use things such as al, edi, eax, ...
Have you tried enabling inline asm in your code? (i hope you haven't, for this would be a huge bug in my code).
EDIT: yes, it's a bug, but luckily a little one, thanks.
EDIT2: fixed, thanks again (I guess you can download now?).
EDIT3: Wanadoo is even worse than Terra. New beta download link (the other two are still valid, but I can't upload to Wanadoo sometimes):
http://inicia.es/de/elchoni/TailBite/Ta ... taller.exe
The final version will be available from the
PureBasic Resources site and from
PureArea.net.
Posted: Tue Feb 17, 2004 8:02 am
by Polo
I downloaded the new tailbite from the new address, but the bug is still here :
Value.l = 10
MOV eax,Value
EAX is not a valid operator...
Posted: Tue Feb 17, 2004 11:47 am
by Polo
Hmm, sorry to give you so much work

I wish you'll find a way to make it works...
Posted: Tue Feb 17, 2004 1:17 pm
by El_Choni
Please, Polo, enable Inline ASM in your code in 'Compiler-->Options'. I swear it works.
Posted: Tue Feb 17, 2004 3:19 pm
by Polo
it is done, but it doesn't work.