Code PBLibs in PB
The case problem was never gone. I just modified the code so it accepted ProcedureDLL with any case, and I just forgot about it, sorry. But it´s not TailBite´s fault. Save this code from the IDE and lowercase as in the code from a text editor:
Now type, from PureBasic\Compilers:
See? It also crashes. I guess you´re using an external editor? This hadn´t happened to you before?
Code: Select all
proceduredll Micajita(ba, be, bi)
bo = ba*be*bi
ProcedureReturn bo
endprocedure
Code: Select all
pbcompiler thefile.pb
El_Choni
is there a way to make this go in the purebasic tolls section i have downloaded the newversion several times and installed several time's and it still is not showing up in the PB tools pulldown menu. is there some file i am not running or can i do it manualy? by the way great tool i did get it to work 1 time manualy and then i reinstalled it and hasn't worked since
if someone could list a step by step install procedure maybe i'm a little slow and can't get it to install the correct way or could someon give a step by step on manuly configuring this through pb tools menu what the arg. are and so forth.
thanks
Sean
and thanks for this great tool!!!!!!
if someone could list a step by step install procedure maybe i'm a little slow and can't get it to install the correct way or could someon give a step by step on manuly configuring this through pb tools menu what the arg. are and so forth.
thanks
Sean
and thanks for this great tool!!!!!!
There wasn´t any help file until the very last release, which you can download and test. To make sure you´re using the latest version, in this case I recommend you to remove your previous TailBite installation (delete the TailBite folder, except for any library sources you keep there).
http://www.terra.es/personal5/temporald ... taller.exe
If you don´t have HTML Help Workshop installed (downloadable freely from microsoft), the help files will be installed in HTML format. But, to be honest, the current help files don´t include too much info (I started today with the help files).
If you don´t like the HTML help format, you can download the chm file from:
http://www.terra.es/personal5/temporald ... ilBite.chm
Please, tell me if you have any further problems with the installation or find any bugs.
Have a nice night (I still have to work for more 3 hours in the job that feeds me
http://www.terra.es/personal5/temporald ... taller.exe
If you don´t have HTML Help Workshop installed (downloadable freely from microsoft), the help files will be installed in HTML format. But, to be honest, the current help files don´t include too much info (I started today with the help files).
If you don´t like the HTML help format, you can download the chm file from:
http://www.terra.es/personal5/temporald ... ilBite.chm
Please, tell me if you have any further problems with the installation or find any bugs.
Have a nice night (I still have to work for more 3 hours in the job that feeds me

El_Choni
Well, there´s not too much to tell, in fact. Most PureBasic commands are stored in PureLibraries (have a look at the PureLibraries folder). PureBasic includes a Library SDK, which allows the user to create custom commands in its own libraries, which should be stored in PureLibraries\UserLibraries. These libraries can be coded either in ASM or C.
With TailBite, you can create these libraries in PureBasic, using ProcedureDLL as library functions. PureBasic creates an ASM file of any pb source when called with the /COMMENTED option. TailBite processes this ASM file so it has a suitable format to build an UserLibrary, and then performs in a single step (from the user´s point of view) all the compilations necessary to create a PureLibrary using FAsm.exe, lcclib.exe and Library Maker.exe, all of which are included in PureBasic.
I might use these words in the help file...
With TailBite, you can create these libraries in PureBasic, using ProcedureDLL as library functions. PureBasic creates an ASM file of any pb source when called with the /COMMENTED option. TailBite processes this ASM file so it has a suitable format to build an UserLibrary, and then performs in a single step (from the user´s point of view) all the compilations necessary to create a PureLibrary using FAsm.exe, lcclib.exe and Library Maker.exe, all of which are included in PureBasic.
I might use these words in the help file...

El_Choni
Hi
I am having trouble installing Tailbite on NT4 SP6.
When the tailbite installer is run the first window shows the correct purebasic directory and then the tailbite directory under that.
When I select install I get the dialog saying TailBite has been sucessfully installed.
If I place a tick in the readme check box and press finish I get the following error.
Can't open the README file, the system cannot find the file specified. when I then select OK or if I don't tick either of the boxes, I get the error.
Installation failed: TailBite Manager.exe and TailBite.exe not available, the system cannot find the file specified.
I am having trouble installing Tailbite on NT4 SP6.
When the tailbite installer is run the first window shows the correct purebasic directory and then the tailbite directory under that.
When I select install I get the dialog saying TailBite has been sucessfully installed.
If I place a tick in the readme check box and press finish I get the following error.
Can't open the README file, the system cannot find the file specified. when I then select OK or if I don't tick either of the boxes, I get the error.
Installation failed: TailBite Manager.exe and TailBite.exe not available, the system cannot find the file specified.
Hi, Ajm
It probably has to do with NT, because I´m not able to test it there by now. But, to make sure, download the latest version and try again, please. If it happens again, I´ll see what I can do (maybe I remove that "compile at install time" and just include all the compiled exes, libs and help files).
To be honest, installing fails also sometimes here, mostly when I´m running several programs at the same time. So maybe trying again with no other programs opened solves the problem.
Regards,
It probably has to do with NT, because I´m not able to test it there by now. But, to make sure, download the latest version and try again, please. If it happens again, I´ll see what I can do (maybe I remove that "compile at install time" and just include all the compiled exes, libs and help files).
To be honest, installing fails also sometimes here, mostly when I´m running several programs at the same time. So maybe trying again with no other programs opened solves the problem.
Regards,
El_Choni
-
- Enthusiast
- Posts: 537
- Joined: Wed Oct 29, 2003 10:35 am