Code PBLibs in PB

Developed or developing a new product in PureBasic? Tell the world about it.
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Post by Polo »

Well, can you send it by email just for me :) ? I really want it and your link is still not working...

Perhaps it can help but this :
http://www.terra.es/

is not working too, so if the website don't work, the file won't work too...
Proteus
Enthusiast
Enthusiast
Posts: 113
Joined: Wed Sep 17, 2003 8:04 pm
Location: The Netherlands

Post by Proteus »

No problem with terra.es here. Perhaps some program is blocking it for you, Polo?
P4 2.4GHz, 256 MB, WinXP Pro, onboard video&audio.
The Programmer's Drinking Song:
"99 little bugs in the code,
99 little bugs.
Fix one bug, recompile
100 little bugs in the code."
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Post by Polo »

can someone send me it by email ? I have problems with the website, but I dont know why : I haven't got firewalls, haven't got antivirus running...
El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

Post by El_Choni »

sent
El_Choni
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Post by Polo »

thanks !
I test it, but when I try to compile (by clicking on Tools/Tailbite), it says Error line 16777215 :o
User avatar
Paul
PureBasic Expert
PureBasic Expert
Posts: 1282
Joined: Fri Apr 25, 2003 4:34 pm
Location: Canada
Contact:

Post by Paul »

Polo wrote:thanks !
I test it, but when I try to compile (by clicking on Tools/Tailbite), it says Error line 16777215 :o
Well he did say that is was not finished and...
"But I strongly recommend you to wait for the final version anyway."

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

Post by El_Choni »

Can you send me the code you're trying to compile and the TailBite.prefs file? (and Paul is right XD)
El_Choni
User avatar
helpy
Enthusiast
Enthusiast
Posts: 552
Joined: Sat Jun 28, 2003 12:01 am

Post by helpy »

einander wrote:El_Choni:
http://www.terra.es/personal5/temoprald ... taller.exe

No luck.
That is the message that Terra shows:
ERROR
Ha sido imposible encontrar la página solicitada. Inténtalo más tarde.
It is not "..../temoprald/..." but "..../temporald/...". I tired it and it worked ;-) ... so this is the correct URL:

=> http://www.terra.es/personal5/temporald ... taller.exe

cu, helpy
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Post by Polo »

El_Choni wrote:Can you send me the code you're trying to compile and the TailBite.prefs file? (and Paul is right XD)
Well, the file I tried to compile is : Testlib (tailbite this first).pb
I havent change anything in it.

Prefs are that :

PBFolder = C:\Program Files\PureBasic\
TBFolder = C:\Program Files\PureBasic\TailBite\
LibSourceFolder = C:\Program Files\PureBasic\TailBite\Library sources\
LastFile =
ManagerOnTop = 0
Version = 1.0 Beta
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Post by Polo »

I just taked time to test it, and I had problem when I tried to include the Opengl.pbi file (you can found it in the "examples/source - advanced/openGL cube" folder of Purebasic.
El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

Post by El_Choni »

Could you send bug reports directly to me, please? What kind of problems?

Thanks for finding bugs (grrrrr) ;) and sorry for the inconveniences
El_Choni
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Post by Polo »

That's easier to post it here :)

Well, when I include the file, it says Error line 16777215 (where do you found this line ?), like usual :)

As you probably now, the file I'm trying to include have in it only stuffs like that :
#GL_ACCUM = $0100
and I include it to use it like that :
function (#GL_ACCUM)

To do some test, I tried to replace in my file #GL_ACCUm by $0100 and it works !
So I think the bug is that we can't store array or stuffs like that.

I wish you will understand what I've said, I don't speak english really good :(
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Post by Polo »

I have used a little tailbite now, and I have to say that I love it !
I have a little suggestion for you : when we do our function :

ProcedureDLL Myfunction(Name.s, Number.l) ; Do the function

We compile it with Tailbite, it works :)
But, when we type the function in Pure basic, we can see in the status bar that :

Myfunction(Name.s, Number.l) - Do the function
It would be better to have the possibility to put another thing instead of Name.s :)

Anyway you have done a great job ! I can't wait for the final version !
El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

Post by El_Choni »

Arrays won't work yet (unless the code which uses the function uses arrays too). About the argument names, I thought that the easiest way was giving the arguments the same name they had in the original procedure. What do you suggest?
El_Choni
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Post by Psychophanta »

Mmmh! lots of impatience...
El_Choni; you said mid January you would finish that.
After that date i'll be very impatient. :twisted:
Post Reply