TailBite 1.0 Preview, soon in PureProject and PureArea

TailBite specific forum

Moderators: gnozal, ABBKlaus, lexvictory

User avatar
Rings
Moderator
Moderator
Posts: 1435
Joined: Sat Apr 26, 2003 1:11 am

Post by Rings »

Edwin Knoppert wrote:Can we expect limitations though?
yes, remember that if you are using PB-Commands in your libs, these are also needed while linking a finaly exe. that means the size of a file can explode (not a real problem) . Also remember that if a Commands' syntax changes (That should normaly not happen, but only fred knows) your lib can become incompatibel with newer version (see AllocateMemory problem).
Another Topic are Strings and Threads , so better use your own Memory .
But if you remember these details, Lib-writing can be very funny.
I often write first Commands in plain Purebasic and replace later most of the Commands with API one's to avoid bloating linking.
My NTPowerPack should be available soon :)

Also remember what happens with the lib-commands if you are no longer part of the community (sooner or later there become problems with new Purebasic-versions) , so sometimes releasing also the sourcecode (or sending to a friend) is better :).........remember Mr.Skunk?
SPAMINATOR NR.1
El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

Post by El_Choni »

Good point(s), Rings ;)
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,

Is it possible to have TailBite look for .htm as well as .html ?

I like .html better myself, but I'm trying out this new help file creator -- its
a freebie and it's damn good.

Check it..
http://sourceforge.net/projects/helpmaker/

Maybe there is a way to change the .htm inside of this app, but I've yet
to find it. It's just that by default, this helpmaker, utilizes .htm ..

If it's not easy.. don't worry about it.. because I'm quite fond of
the regular HTML Workshop... ;)

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

Post by El_Choni »

es, I can do that (I'll do it). What I can't do is adapt it to every help compiler out there. We'll see.

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:es, I can do that (I'll do it). What I can't do is adapt it to every help compiler out there. We'll see.

Regards,
If you can, great. If not, that's ok too.. like I said, I do love the simplicity
of FrontPage and the HTML CHM Workshop..

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

..

Post by NoahPhense »

El_Choni wrote:es, I can do that (I'll do it). What I can't do is adapt it to every help compiler out there. We'll see.

Regards,
Just curious, tried the updater a few minutes ago, says it failed..

site down?

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

Post by El_Choni »

Could be, the download sites are free and fail from time to time, but the updater tries them all, so it should succeed almost always.

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:Could be, the download sites are free and fail from time to time, but the updater tries them all, so it should succeed almost always.

Regards,
It seems to only be trying one site?

then fails :: Status code query failed.

mcalderon.jazztel.es ..

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

Post by El_Choni »

Ah, that one is definetely down. Download the installer from here, please:

http://www.inicia.es/de/elchoni/TailBite/
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:Ah, that one is definetely down. Download the installer from here, please:

http://www.inicia.es/de/elchoni/TailBite/
thx!

- np
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Post by DoubleDutch »

I have been using tailbite (great program btw), but after upgrading to purebasic 3.91b2 I have encountered an error...

I think that the upgrade may erase lcclib.exe from the "library sdk" folder. ???

Tailbite reported that it cannot find that program, I looked and it was definately not there...

Anyone else have this problem?

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

Post by El_Choni »

It happened to me too. Looks like PB deletes lcclib.exe when installing 3.91 b2. Makes sense, since lcclib.exe is supposed to be installed with prior versions of PB, and with the linker change it's no longer needed in theory.

TailBite will use polib.exe (in the Compilers folder) when 3.91 is released. In the meantime, you just can download lcclib.exe from somewhere and put it in the Library SDK folder again.

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:It happened to me too. Looks like PB deletes lcclib.exe when installing 3.91 b2. Makes sense, since lcclib.exe is supposed to be installed with prior versions of PB, and with the linker change it's no longer needed in theory.

TailBite will use polib.exe (in the Compilers folder) when 3.91 is released. In the meantime, you just can download lcclib.exe from somewhere and put it in the Library SDK folder again.

Regards,
Guess I didn't have that problem. I installed 3.90 Full, then ran 3.91b2
on top of it. Installed TB, then ran smart update.

- np
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Post by DoubleDutch »

El_Choni: Thanks, just did that... Probabily while you were writing the reply! :)

btw whats the way of making a help file that works with purebasic using tailbite?
El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

Post by El_Choni »

btw whats the way of making a help file that works with purebasic using tailbite?
This is so undocumented I don't even remember myself very well how it works... :lol:

But you can try this:

a) If you have HTMLHelpWorkshop installed, put your hhp project in a subfolder of your original pb source. TailBite will just compile the chm file and put it in the PureBasic/Help/ dir.

b) If you don't have it (it's freely downloadable from Microsoft), put your html help files in a subfolder of your original pb source, "Help", for example. In this case, TailBite only copies the Html files to the PureBasic/Help/Libname/ folder.

Regards,
El_Choni
Post Reply