TailBite 1.0 Preview, soon in PureProject and PureArea

TailBite specific forum

Moderators: gnozal, ABBKlaus, lexvictory

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

Post by El_Choni »

Fixed (update to TailBite 1.2 Beta 1.8)
El_Choni
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Post by Polo »

Hi
i don't remember where i posted my message so i repost it there :)
I've got troubles with optional parameters in functions, especially with :

Procedure function()
endprocedure
Procedure function2(arg)
endprocedure
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Post by Polo »

And, i found another bug : enven with selecting "keep source" in the tb manager, the source are not kept :(
Hope you'll get time to fix that ;)
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

Post by NoahPhense »

Polo wrote:And, i found another bug : enven with selecting "keep source" in the tb manager, the source are not kept :(
Hope you'll get time to fix that ;)
Post some code.. we can't read minds.. ;)

- np
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Version: 1.2 Beta 1.11 Date: January 14th 2005

Post by gnozal »

I think there is a new version at http://perso.wanadoo.es/tailbite/

Version: 1.2 Beta 1.11 Date: January 14th 2005

Code: Select all

January 14th 2005: 1.2 Beta 1.11
  * Fixed: Resident files would not be created if a previous resident file with a conflicting definition existed. 
  * You can now use "PB_" to prefix your library name. 
January 11th 2005: Version 1.2 Beta 1.10
  * Fixed problem when including PureLibraries with "TB_Include*". Should be fixed this time, thanks to freedimension. 
January 10th 2005: Version 1.2 Beta 1.9
  * Fixed problem when using "_S" as part of a string. Was being treated as a variable name. Thanks to dracflamloc for reporting it. 
Thanks El Choni :D
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

Re: Version: 1.2 Beta 1.11 Date: January 14th 2005

Post by NoahPhense »

Thanks El!

...and thanks gnozal for pointing that out!

- np

*edit*

El, you're going backwards with you numbers again...

January 14th 2005: 1.2 Beta 1.11

Fixed: Resident files would not be created if a previous resident file with a conflicting definition existed.
You can now use "PB_" to prefix your library name.
January 11th 2005: Version 1.2 Beta 1.10

Fixed problem when including PureLibraries with "TB_Include*". Should be fixed this time, thanks to freedimension.
January 10th 2005: Version 1.2 Beta 1.9

Fixed problem when using "_S" as part of a string. Was being treated as a variable name. Thanks to dracflamloc for reporting it.
November 4th 2004: 1.2 Beta 1.8

** from 1.9 you should have gone to 2.0..

1.9 is higher than 1.10 ;)
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Post by Polo »

I hope he'll fix the keep library source option, it's the only thing i'm missing ;)
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

Post by NoahPhense »

Polo wrote:I hope he'll fix the keep library source option, it's the only thing i'm missing ;)
I use TailBite from inside the PB GDI. I have never used it as a
stand-alone product. So I don't have that problem.

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

Post by Polo »

Yeah, but try to go to the tailbite manager, click on keep source, and then use the option in the purebasic ide to compile your library ; after that, the sources in asm of your lib should be stored in Library Sources in tailbite's folder, but unfortunately it does not work anymore (it was working in the past)
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

Post by NoahPhense »

Polo wrote:Yeah, but try to go to the tailbite manager, click on keep source, and then use the option in the purebasic ide to compile your library ; after that, the sources in asm of your lib should be stored in Library Sources in tailbite's folder, but unfortunately it does not work anymore (it was working in the past)
I'm sure that's easy to fix. If he's got an option button for it. He'll bring
it back.

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

Post by NoahPhense »

El, I'd like to be a mirror site for you. I'll drop TB on there today.

And post a link here.. I'm a permanent site.

Unless you have any objections.

Here's an idea of where it'll be: liquidbuzz.com

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

Post by El_Choni »

Cool, thank you very much ;)

I would need this info to automate the upload process:

* ftp host address
* user
* password
* subdirectory, in case it's needed

And thank you again for your contributions.
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:Cool, thank you very much ;)

I would need this info to automate the upload process:

* ftp host address
* user
* password
* subdirectory, in case it's needed

And thank you again for your contributions.
Tonight when I get home, I'll set you up.

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

Post by Polo »

El chroni, can you fix the stuff with the source files please ? ;) sorry to hurry you :)
btw, i've found something (not a bug) with the procedures with optional parameter :

if you do :

Code: Select all

proceduredll myfunction()
[...]
endprocedure
proceduredll myfunction2(opt.l)
[...]
endprocedure

;here's a library function using "myfunction"
proceduredll stuff(st.l)
  myfunction(st)
endprocedure
PB will report you an error, of course ;) But what i mean with this is that putting optionnal parameter in a procedure should be done in another way, because this one is quite limited, if it was possible to do it like with Blitzbasic, it would be amazing !!
if think in blitz you just put :
function myfunction(myopt=0)
endfunction
which you can call either myfunction() or myfunction(parameter)
Hope you've understood, my english is not really good tonight :lol: [/code]
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Post by Polo »

whoops i've spoke too fast, the library source are kept now :)
thx el c !
Post Reply