Page 4 of 15
Posted: Sun Dec 28, 2003 6:34 pm
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...
Posted: Sun Dec 28, 2003 6:40 pm
by Proteus
No problem with terra.es here. Perhaps some program is blocking it for you, Polo?
Posted: Sun Dec 28, 2003 7:09 pm
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...
Posted: Sun Dec 28, 2003 7:11 pm
by El_Choni
sent
Posted: Sun Dec 28, 2003 7:38 pm
by Polo
thanks !
I test it, but when I try to compile (by clicking on Tools/Tailbite), it says Error line 16777215

Posted: Sun Dec 28, 2003 7:50 pm
by Paul
Polo wrote:thanks !
I test it, but when I try to compile (by clicking on Tools/Tailbite), it says Error line 16777215

Well he did say that is was not finished and...
"But I strongly recommend you to wait for the final version anyway."

Posted: Sun Dec 28, 2003 8:53 pm
by El_Choni
Can you send me the code you're trying to compile and the TailBite.prefs file? (and Paul is right XD)
Posted: Sun Dec 28, 2003 9:46 pm
by helpy
It is not "..../tem
oprald/..." but "..../tem
porald/...". I tired it and it worked

... so this is the correct URL:
=>
http://www.terra.es/personal5/temporald ... taller.exe
cu, helpy
Posted: Mon Dec 29, 2003 9:59 am
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
Posted: Mon Dec 29, 2003 11:07 am
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.
Posted: Mon Dec 29, 2003 11:18 am
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
Posted: Mon Dec 29, 2003 11:32 am
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

Posted: Mon Dec 29, 2003 11:37 am
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 !
Posted: Mon Dec 29, 2003 12:38 pm
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?
Posted: Mon Dec 29, 2003 12:48 pm
by Psychophanta
Mmmh! lots of impatience...
El_Choni; you said mid January you would finish that.
After that date i'll be very impatient.
