Last edited by Flype on Sun May 09, 2004 4:59 am, edited 1 time in total.
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
I need to know what happens with TailBite if i use userlibs functions into my userlib ?
in other words,
the code of the external function is included in my userlib or not ?
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
so that, i'm freely allowed to use them as i want...
good news
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
i tried and i can say that external userlibs
are not included in my userlib through TailBite...
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
I red your source and I just want to tell you it is a nice coding style.
And the library is nice too, good functions to add for coding higher quality user interface.
Rgrds
My avatar is a small copy of the 4x1.8m image I created and exposed at 'Le salon international du meuble à Paris' january 2004 in Matt Sindall's 'Shades' designers exhibition. The original laminated print was designed using a 150 dpi printout.
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
IP + Port Requester
Login + Password Requester
Cool About Box
...
..
.
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
AFAIK, TailByte uses the PB libs but doesn't includes them, which means than all will be shared between the user program and your library. In other word, you will have to use the dynamic object handling for all the used PB objects (#PB_Any) or you could have conflicts with user's objects.