IOhannes m zmoelnig wrote:
all Gem objects were dashed. after adding "declare -path /usr/lib/pd-l2ork/extra/Gem" gemhead and gemwin objects are ok but not others such as color, rotate, square.
you need to _load_ Gem: [declare -lib Gem]
i understand that you have not loaded Gem and only Gem's abstractions (found in /usr/lib/pd-l2ork/extra/Gem) are available. since there are abstraction implementations for [gemhead] and [gemwin] these objects succeed to create (though their internals that depend on the Gem-binary don't).
Understood. It works !
thanks a lot.