Page 8 of 40

..

Posted: Wed Jul 07, 2004 1:48 am
by NoahPhense
El_Choni wrote:0.9 right now, at that URL.
You are a god of sorts!

- np

tagline updated..

Posted: Wed Jul 07, 2004 1:45 pm
by blueb
You are a god of sorts!
Amen

--blueb

Posted: Sun Jul 11, 2004 10:22 am
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
---------------------------

Posted: Sun Jul 11, 2004 1:25 pm
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,

Posted: Sun Jul 11, 2004 1:42 pm
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

Posted: Sun Jul 11, 2004 2:16 pm
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.

..

Posted: Sun Jul 11, 2004 3:46 pm
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

Re: ..

Posted: Sun Jul 11, 2004 9:45 pm
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
---------------------------

Re: ..

Posted: Mon Jul 12, 2004 12:31 am
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

Posted: Mon Jul 12, 2004 6:35 am
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
---------------------------

Posted: Mon Jul 12, 2004 11:45 am
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,

Posted: Mon Jul 12, 2004 12:25 pm
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,

Posted: Mon Jul 12, 2004 12:44 pm
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,

..

Posted: Mon Jul 12, 2004 4:20 pm
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

Posted: Mon Jul 12, 2004 4:22 pm
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