Code PBLibs in PB

Developed or developing a new product in PureBasic? Tell the world about it.
El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

Post 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.
El_Choni
Bernard
User
User
Posts: 23
Joined: Sun Apr 27, 2003 4:49 pm
Location: France

Post by Bernard »

I try to download TailBite but the link don't work. I try it since severals days.

How can I do ?

Thanks
Bernard
El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

Post by El_Choni »

El_Choni
filperj
User
User
Posts: 77
Joined: Tue Sep 16, 2003 8:53 pm
Location: Nevers(France)

Post 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.
:cry:
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Post 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! :o
Last edited by Psychophanta on Sun Feb 15, 2004 7:18 pm, edited 1 time in total.
Bernard
User
User
Posts: 23
Joined: Sun Apr 27, 2003 4:49 pm
Location: France

Post by Bernard »

El_Choni

Yes it's the link I try to use
Bernard
El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

Post by El_Choni »

New download link for betas (the previous one is still valid):

http://perso.wanadoo.es/tailbite/TailBite_Installer.exe
El_Choni
User avatar
Comtois
Addict
Addict
Posts: 1431
Joined: Tue Aug 19, 2003 11:36 am
Location: Doubs - France

Post by Comtois »

Great work 8O

Thanks
Please correct my english
http://purebasic.developpez.com/
ricardo
Addict
Addict
Posts: 2438
Joined: Fri Apr 25, 2003 7:06 pm
Location: Argentina

Post by ricardo »

El_Choni wrote:New download link for betas (the previous one is still valid):

http://perso.wanadoo.es/tailbite/TailBite_Installer.exe
This is REALLY nice El_Choni!!!
ARGENTINA WORLD CHAMPION
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Post 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, ...
El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

Post 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.
El_Choni
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Post 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...
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Post by Polo »

Hmm, sorry to give you so much work :) I wish you'll find a way to make it works...
El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

Post by El_Choni »

Please, Polo, enable Inline ASM in your code in 'Compiler-->Options'. I swear it works.
El_Choni
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Post by Polo »

it is done, but it doesn't work.
Post Reply