Right, my maths are going down the sink lately... In my discharge, I must say it has been a quite intense weekend. Fixed now, my apologies.MAYBE this is why the installer/updater looking funny, cause .10 is OLDER than .90
TailBite 1.0 Preview, soon in PureProject and PureArea
Moderators: gnozal, ABBKlaus, lexvictory
- NoahPhense
- Addict
- Posts: 1999
- Joined: Thu Oct 16, 2003 8:30 pm
- Location: North Florida
..
No need for any apologies. I didn't even catch it at first.. then it justEl_Choni wrote:Right, my maths are going down the sink lately... In my discharge, I must say it has been a quite intense weekend. Fixed now, my apologies.
slapped me in the face.. mostly because today I have too much free
time on my hands..

- np
Thank's, the problem is on my computer , i dont know what , i search .NoahPhense wrote:Please post the FULL source that you are trying to create a lib from. Or send it to me privately.- np
Here is what i get if i ask only source files.
http://perso.wanadoo.fr/comtois/M3D_Mat ... ilbite.zip
I have the last version of Purebasic and Tailbite .
Please correct my english
http://purebasic.developpez.com/
http://purebasic.developpez.com/
- NoahPhense
- Addict
- Posts: 1999
- Joined: Thu Oct 16, 2003 8:30 pm
- Location: North Florida
..
Try this.. print it out if you need to.


Reinstall TailBite
- np


Reinstall TailBite
- np
Hello!
I have the same bug as Comtois.
When i try to compile my lib, i receive a message from Tailbite:
I have uninstalled and reinstalled all, but the problem are always present.
With my older versions of PureBasic and TailBite, i had no compilation problems.
Chris
I have the same bug as Comtois.
When i try to compile my lib, i receive a message from Tailbite:
I use the 1.2 beta 1.0 version, with PureBasic 3.91 and jaPBe 2.4.6.14---------------------------
TailBite Error
---------------------------
polib:
POLIB: fatal error: File not found: 'Â¥''.
Le canal de communication a été fermé.
---------------------------
OK
---------------------------
I have uninstalled and reinstalled all, but the problem are always present.
With my older versions of PureBasic and TailBite, i had no compilation problems.
Chris

My english is bad !!!... It's normal, i'm french 
My english is not really the English.
It's the FrogLish (Froggy's English)

My english is not really the English.
It's the FrogLish (Froggy's English)

- NoahPhense
- Addict
- Posts: 1999
- Joined: Thu Oct 16, 2003 8:30 pm
- Location: North Florida
..
Make sure you have lcclib.exe in the Library SDK folder.Chris wrote:Hello!
I have the same bug as Comtois.
When i try to compile my lib, i receive a message from Tailbite:---------------------------
TailBite Error
---------------------------
polib:
POLIB: fatal error: File not found: 'Â¥''.
Le canal de communication a été fermé.
---------------------------
OK
---------------------------
I use the 1.2 beta 1.0 version, with PureBasic 3.91 and jaPBe 2.4.6.14
I have uninstalled and reinstalled all, but the problem are always present.
With my older versions of PureBasic and TailBite, i had no compilation problems.
Chris
- np
- NoahPhense
- Addict
- Posts: 1999
- Joined: Thu Oct 16, 2003 8:30 pm
- Location: North Florida
..
I dunno then.. could be your editor.. its say that a file could not beChris wrote:I have put the lcclib.exe in the Library Sdk folder, but the problem are always there
Chris
found??
Maybe El knows.
- np
All case are unchecked.
But if i check "Don't build library...", i don't have the message, and if i check "Don't build library..." and "Keep source files....", the sources are created.
Chris
But if i check "Don't build library...", i don't have the message, and if i check "Don't build library..." and "Keep source files....", the sources are created.
Chris

My english is bad !!!... It's normal, i'm french 
My english is not really the English.
It's the FrogLish (Froggy's English)

My english is not really the English.
It's the FrogLish (Froggy's English)

I think i have found where is the problem.
i had created a procedure " _Init()" , and i thought i must create a procedure "_End()" .
Then, i created a empty procedure.
Apparently, TailBite don't like this
I have deactivated the procedure "_End()", and TailBite make the compilation
Thanks you for all your answers
Chris
i had created a procedure " _Init()" , and i thought i must create a procedure "_End()" .
Then, i created a empty procedure.

Apparently, TailBite don't like this

I have deactivated the procedure "_End()", and TailBite make the compilation
Thanks you for all your answers

Chris

My english is bad !!!... It's normal, i'm french 
My english is not really the English.
It's the FrogLish (Froggy's English)

My english is not really the English.
It's the FrogLish (Froggy's English)

El - You need a forum of your own for this project!
I'm taking down purebasic.org in it's current form and going to move it to a more community based system. One thing I'm going to do is provide some forums for anyone that wants one. If you're interested please let me know.
I'm taking down purebasic.org in it's current form and going to move it to a more community based system. One thing I'm going to do is provide some forums for anyone that wants one. If you're interested please let me know.
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Hi El Chroni
i try this code with a = 1 to 1000 , then i use tailbite with TestTailbite1.pb , i got an error .
Then i try with a = 1 to 10 , and all is ok , no error , and the library is create.
I suppose tailbite don't like lot of ( many ) lines ?
i try this code with a = 1 to 1000 , then i use tailbite with TestTailbite1.pb , i got an error .
Then i try with a = 1 to 10 , and all is ok , no error , and the library is create.
I suppose tailbite don't like lot of ( many ) lines ?
Code: Select all
If CreateFile(0,"TestTailbite1.pb")
For a= 1 To 1000
WriteStringN("Procedure Test" + Str(a) + "()")
WriteStringN(" b = 0")
WriteStringN("EndProcedure")
Next a
CloseFile(0)
EndIf
Please correct my english
http://purebasic.developpez.com/
http://purebasic.developpez.com/