TailBite 1.0 Preview, soon in PureProject and PureArea

TailBite specific forum

Moderators: gnozal, ABBKlaus, lexvictory

User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

..

Post by NoahPhense »

El_Choni wrote:0.9 right now, at that URL.
You are a god of sorts!

- np

tagline updated..
User avatar
blueb
Addict
Addict
Posts: 1111
Joined: Sat Apr 26, 2003 2:15 pm
Location: Cuernavaca, Mexico

Post by blueb »

You are a god of sorts!
Amen

--blueb
User avatar
Comtois
Addict
Addict
Posts: 1431
Joined: Tue Aug 19, 2003 11:36 am
Location: Doubs - France

Post by Comtois »

---------------------------
TailBite Error
---------------------------
polib:
POLIB: fatal error: File not found: 'blicà'.



Le canal de communication a été fermé.


---------------------------
OK
---------------------------
I got this with Pure 3.91 and Tailbite 1.2 Alpha 0.9


And if i try un simple code ( Toto.pb)

Code: Select all

ProcedureDLL TailBiteTest(a.l, b.l)
  ProcedureReturn a + b
EndProcedure
i got this message .
---------------------------
TailBite Error
---------------------------
PBCompiler: "C:\PureBasic3_91\Mes Trucs\LibrairieMatrixV1\toto.pb"

Syntax Error !

Le canal de communication a été fermé.

---------------------------
OK
---------------------------
Please correct my english
http://purebasic.developpez.com/
El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

Post by El_Choni »

blicà? Is that the name of a function? Could you try using unaccented names to see if it does the same?

About the second message: do you use two PureBasic versions? Check the TailBite.prefs file to see if the paths are correct, and check that polib.exe is in the Compilers directory (well, it probably is there, but just to make sure).

Regards,
El_Choni
User avatar
Comtois
Addict
Addict
Posts: 1431
Joined: Tue Aug 19, 2003 11:36 am
Location: Doubs - France

Post by Comtois »

El_Choni wrote:blicà? Is that the name of a function? Could you try using unaccented names to see if it does the same?
All my functions begin by M3D_ , and i don't use accent , only for comment .
About the second message: do you use two PureBasic versions? Check the TailBite.prefs file to see if the paths are correct, and check that polib.exe is in the Compilers directory (well, it probably is there, but just to make sure).Regards,
Here is TailBite.prefs , the path is correct.
PBFolder = C:\PureBasic3_91\
TBFolder = C:\PureBasic3_91\TailBite\
LibSourceFolder = C:\PureBasic3_91\TailBite\Library sources\
LastFile =
ManagerOnTop = 0
Version = 1.2 Alpha 0.9
About polib.exe , i have this one

2.80.0.0
date de création 18/06/2004
Please correct my english
http://purebasic.developpez.com/
El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

Post by El_Choni »

Ok, there could be a bug in the part that creates the obj list for polib. I'll check it, thanks for you report.
El_Choni
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

..

Post by NoahPhense »

El_Choni wrote:Ok, there could be a bug in the part that creates the obj list for polib. I'll check it, thanks for you report.
*edited*

If you place to lcclib.exe, in the Library SDK directory, it creates the
library just fine.

- np
Last edited by NoahPhense on Mon Jul 12, 2004 12:34 am, edited 1 time in total.
User avatar
Comtois
Addict
Addict
Posts: 1431
Joined: Tue Aug 19, 2003 11:36 am
Location: Doubs - France

Re: ..

Post by Comtois »

NoahPhense wrote:If you place to polink.exe, in the compilers directory, it creates the library just fine.
I can create this library , but i have an error message .

Code: Select all

ProcedureDLL TailBiteTest(a.l, b.l) 
  ProcedureReturn a + b 
EndProcedure
and i must use Tailbite 1.2 Alpha 0.5 ( and PB 3.90 ) for another library, because it's impossible to create the library with Alpha 0.9 .

I got this with Alpha 0.9 , not with Alpha 0.5.

Citation:
---------------------------
TailBite Error
---------------------------
polib:
POLIB: fatal error: File not found: 'blicà'.



Le canal de communication a été fermé.


---------------------------
OK
---------------------------
Please correct my english
http://purebasic.developpez.com/
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

Re: ..

Post by NoahPhense »

I apologize, my previous post was incorrect.. it's the lcclib.exe not the
polib.exe... (damn drugs)

If you read back on page 7, El states the following:
the library creation god wrote:Make sure you have lcclib.exe in the Library SDK folder.
Have you done that?

I am using 3.91 Full and the latest tailbite..

- np
User avatar
Comtois
Addict
Addict
Posts: 1431
Joined: Tue Aug 19, 2003 11:36 am
Location: Doubs - France

Post by Comtois »

Ok , thank you .
I copy lcclib.exe ( from 3.90 ) in the Library SDK folder .

And now i get this :?
---------------------------
TailBite Error
---------------------------
polib:
POLIB: fatal error: File not found: '_Strà'.

Le canal de communication a été fermé.

---------------------------
OK
---------------------------
Please correct my english
http://purebasic.developpez.com/
El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

Post by El_Choni »

TailBite will use polib if it finds it, lcclib otherwise.

I don't understand what's happening, looks like a problem with the ObjFiles.txt created for polib/lcclib. I must say I don't have any of these problems here (using TailBite 1.2 Alpha 0.10)

BTW, it looks like the updater doesn't report the correct version number lately, so if you try to update and the updater says the version is the same, install anyway just in case.

Sorry for the trouble, I really thought everything worked Ok since all the libs I test are compiled without problems here, even those that people send me reporting a bug. So it's being a bit difficult to trace those bugs, for what I apologize. I hope I fix them soon.

Regards,
Last edited by El_Choni on Mon Jul 12, 2004 12:30 pm, edited 1 time in total.
El_Choni
Edwin Knoppert
Addict
Addict
Posts: 1073
Joined: Fri Apr 25, 2003 11:13 pm
Location: Netherlands
Contact:

Post by Edwin Knoppert »

Tip:
1) Could you add your page to your profile?
2) Could you make a link in the same webpage to the final and beta zips instead of pointing to another website please?

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

Post by El_Choni »

Ok, added the www. However, final versions will be available from these other websites, which are more widely known to the community, and therefore easier for people to find. I don't want to make final versions available from my download page to avoid having multiple versions around. Thanks for your suggestions, anyway.

Regards,
El_Choni
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

..

Post by NoahPhense »

El_Choni wrote:Ok, added the www. However, final versions will be available from these other websites, which are more widely known to the community, and therefore easier for people to find. I don't want to make final versions available from my download page to avoid having multiple versions around. Thanks for your suggestions, anyway.

Regards,
lol.. i have a suggestion..

Your website says:

" Version: 1.2 Alpha 0.10 " just curious are we going backwards now..?

Because last version was 0.9 ;) ..

MAYBE this is why the installer/updater looking funny, cause .10 is OLDER
than .90

- np
Last edited by NoahPhense on Mon Jul 12, 2004 4:24 pm, edited 1 time in total.
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

Post by NoahPhense »

Comtois wrote:Ok , thank you .
I copy lcclib.exe ( from 3.90 ) in the Library SDK folder .

And now i get this :?
---------------------------
TailBite Error
---------------------------
polib:
POLIB: fatal error: File not found: '_Strà'.

Le canal de communication a été fermé.

---------------------------
OK
---------------------------
Please post the FULL source that you are trying to create a lib from. Or
send it to me privately.

- np
Post Reply