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.
I don't know if I understand you, Denis, but the ASM sources can be available, you just ave to check the option "Keep Sources files" in the Tailbite Manager.
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.
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).
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.
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.
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,
The example included is the one I was using for debugging, most probably won't compile ok. I suggest you use your own code, you see how it works, it's easy.