Hallo!
let's say I want to use OSCroute... I put an object [import oscx]. but OSCroute ... couldn't create only oscx/OSCroute works, and then I can also use OSCroute. I can import OSCroute, but only after I imported oscx.
Okay, which pd-extended version do you use ? I use the autobuild Pd version 0.40.3-extended-20080224 and I can do a [import oscx] and [OSCroute].
(of course you have to load the library "libdir" first, because thats the library loader - so yes, libdir should be loaded automatically)
Alternatively I can do [declare -lib oscx] and then [OSCroute] which should work with any pd version which supports [declare].
almost all the help patches that rely on one of these libraries are broken.
I changed the makefile at some time that all the helpfiles are also installed into the extra/library path. So everything worked basically. But I think these changes are not yet in the official released pd-extended ...
LG Georg