derek holzer wrote:
Here's a funny one:
There is a "rewrap" object in Zexy, and a "rewrap" object in Maxlib. Only one of them does what I want it to, which is to rewrap forwards and backwards between the two creation arguments, and not wrap all the way back to the first [this is what "wrap" is for, I guess].
Now, if I need both libraries, how can I specify which of the same-named objects PD will use?
'maxlib_rewrap' instead of 'rewrap' will give you the one from maxlib, don't know how to make sure that the other one will be the one from zexy. I guess you'll have to load the libs in the correct order, probably zexy first, followed by maxlib. But I never tried this.
Olaf