[Wish] Library-binding by code

Jost aus Soest

Active Member
Licensed User
Longtime User
When I'm reusing an utility-module, I'm often forgetting to activate the libs used by this module...

So it would be nice to have something like an "auto-bind-feature" ;) controlled by code, e. g. using a declaration like this in the reused module:
B4X:
Uses Reflection, Threading
Also a kind of compiler directive as comment would be possible, e. g.:
B4X:
'$Uses Reflection, Threading

In future, everytime I import such a module in a new project, the libs are "automagically" binded i. e. activated. :cool:
 

NeoTechni

Well-Known Member
Licensed User
Longtime User
That's ingenious actually.
Especially if it gets b4a to download a lib the user doesn't have
 
Top