A question about PB4
A question about PB4
Will it includes the possibility to directly create user libraries within pbcompiler ?
i think it's because
1. libs as opposed to includes, are not cross platform
2. libs strongly depend on the version of pb
(although that last one wouldn't mean much as on each new release a new recompile would be all it takes, hmmm)
not sure though
you'd have to ask the experts
1. libs as opposed to includes, are not cross platform
2. libs strongly depend on the version of pb
(although that last one wouldn't mean much as on each new release a new recompile would be all it takes, hmmm)
not sure though
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB - upgrade incoming...)
( The path to enlightenment and the PureBasic Survival Guide right here... )
( The path to enlightenment and the PureBasic Survival Guide right here... )
A .exe file created in Purebasic Windows is not cross platform either, so I don't see why we shouldn't create a PBLib on windows, one on Linux, and one on Macosxblueznl wrote:1. libs as opposed to includes, are not cross platform
I was hoping to get this feature because the fact that Tailbite takes the code create by the compiler and reprocess it slow down the total compilation time...
Here is the generic answer:
Q: Why is feature X not implemented?
A: Because we did features A-H, and we simply cannot do everything at once.
Some more reasons for this particular one:
- There is Tailbite (for windows), so it is not that urgent. We focused on other
features that cannot easily done through 3rd party tools (or with IncludeFiles for that matter)
- PB's intenals are still rapidly changing (especially now), which is not a good base
to allow building libs that will depend on these internals. This option is not off the table,
but it won't happen right now.
Q: Why is feature X not implemented?
A: Because we did features A-H, and we simply cannot do everything at once.
Some more reasons for this particular one:
- There is Tailbite (for windows), so it is not that urgent. We focused on other
features that cannot easily done through 3rd party tools (or with IncludeFiles for that matter)
- PB's intenals are still rapidly changing (especially now), which is not a good base
to allow building libs that will depend on these internals. This option is not off the table,
but it won't happen right now.
quidquid Latine dictum sit altum videtur

