Optional or Declared User Libs
Posted: Wed Sep 29, 2004 1:35 pm
Would it be possible for PB to optionally load user libs?
My thinking goes like this:
I would love this and see no harm in it, as anyone preferring to use the existing method could just drop their chosen libs in the existing folders.
My thinking goes like this:
- User libs are stored anywhere. The lib, associated residents and associated help all in the one folder.
Programs could have a special compiler directive, say:(or whatever is a good directive word) and that lib is then used.Code: Select all
CompilerUse "pathqualifier\libname"
Anything stored in the "standard" user library area is handled as per current setup.
I would love this and see no harm in it, as anyone preferring to use the existing method could just drop their chosen libs in the existing folders.