Anyway, you say that array won't works, but will it work one day ? I would be interested if you can allow the Dim arrays
Code PBLibs in PB
To be honest, the beta version is quite complete; it only lacks array handling, and variable argument/CPU specialized*/debug functions, which is somewhat buggy yet. And: a help file, helper libs to allow using TailBite for plugins and good samples.
Yes, it'll support arrays, it's very easy to fix that but I just can't do it until 4 or 5 January, sorry.
And anything reasonable you suggest. I won't work in TailBite until 4 or 5 January, when I'm back home.
*Yes, it would be absurd to use TailBite for this task, I just want to give that possibility.
Yes, it'll support arrays, it's very easy to fix that but I just can't do it until 4 or 5 January, sorry.
And anything reasonable you suggest. I won't work in TailBite until 4 or 5 January, when I'm back home.
*Yes, it would be absurd to use TailBite for this task, I just want to give that possibility.
El_Choni
Hi Polo,
what i want to say is:
from explorer you select a pb file and drag and drop it onto the TailBite.exe or onto the TailBite manager window, then the lib will be directly done with default parameters.
The same for asm file, it this case i was thinking for personal asm files, but there are no differences between own asm files or TailBite asm created files to do the lib.
Denis
what i want to say is:
from explorer you select a pb file and drag and drop it onto the TailBite.exe or onto the TailBite manager window, then the lib will be directly done with default parameters.
The same for asm file, it this case i was thinking for personal asm files, but there are no differences between own asm files or TailBite asm created files to do the lib.
Denis
A+
Denis
Denis
The drag'n'drop thing is a good suggestion. In the TB Manager, i'll make it put the dropped file in the below string gadget (so you do what you want with it).
Compiling from a desc file is already implemented, provided that you use the folder structure used by TailBite (I know, it's not documented, remember there is a help file missing
). Dropping a pb or desc file in TailBite should already work (pb or desc file is the first parameter), but I haven't tested it (I must make it use the default params yet, though).
Compiling from a desc file is already implemented, provided that you use the folder structure used by TailBite (I know, it's not documented, remember there is a help file missing
El_Choni
I can't do this. I need a desc file or pb source to know what to do with the asm file. Or maybe I don't understand what you mean.The same for asm file, it this case i was thinking for personal asm files, but there are no differences between own asm files or TailBite asm created files to do the lib.
El_Choni
Hmmm... I see there are still problems with Windows 2000 for some reason. Anybody else has tested TB with Win2000?
BTW, there's only one example included. Could you test with this and see if it works?:
Remember to relaunch PureBasic after making the library. And don't give your PB file the same name as an existing UserLbrary (the previous will be erased). Thanks and regards,
BTW, there's only one example included. Could you test with this and see if it works?:
Code: Select all
ProcedureDLL MyBox(message$)
MessageRequester("MyBox", message$)
EndProcedure
El_Choni


