People providing libraries for PureBasic can now do it in three main ways.
It may be useful for developers to know which order of preference would suit us best.
Please give your preferences. For example, if you prefer lib/obj via import overall, and dll least of all, pick 6. If you reckon a PureLib beats all else, and an imported lib/obj file sucks, pick 1.
Thanks!
Using a library: Your preferred method
Using a library: Your preferred method
@}--`--,-- A rose by any other name ..
Yep. Given, undeniably, that sources are best - which non-source lib. 
I went import - dll - purelibrary because import and dll are less likely to break, methinks, with changes to PureBasic.
Import, like PureLib, can also build directly into your prog (with just the used functionality).
Whereas DLL will load all, and unless two or more apps are using that dll it has no advantage over lib.
So lib/obj import. Also because it is cool.
I went import - dll - purelibrary because import and dll are less likely to break, methinks, with changes to PureBasic.
Import, like PureLib, can also build directly into your prog (with just the used functionality).
Whereas DLL will load all, and unless two or more apps are using that dll it has no advantage over lib.
So lib/obj import. Also because it is cool.
@}--`--,-- A rose by any other name ..

