I am using import to load a single external, for example [import pddp/pddplink].
doing so, I can create pddplink without the prefix pddp in my patch.
the only problem is, that [pddp/pddplink] will not work anymore after that. so import breaks existing paths somehow.
I figured out that not using import at all, only [pddp/pddplink] does what I need, because having an object [pddp/pddplink] in a patch will enable [pddplink] if it is created afterwards and [pddp/pddplink] will still work too.
m.
Anonymous
Logged In: YES
user_id=27104
Originator: NO
this still happens on Pd-extended 0.40.3-20080517, attached example patch.
File Added: import_objectclass_bug.pd