> Does every supported PD platform allow you to a) dynamically load an object > that defines > a previously defined symbol and b) search for a symbol starting from the last > loaded > object and going up the dependency chain to the containing object? I'm not sure if I understand your question. are you talking about C symbols or Pd symbols here?
Gesendet: Sonntag, 12. Mai 2019 um 01:14 Uhr Von: "Jonathan Wilkes via Pd-list" <[email protected]> An: katja <[email protected]> Cc: Pd-List <[email protected]> Betreff: Re: [PD] Full stop '.' in class namespace > On Saturday, May 11, 2019, 1:16:16 PM PDT, katja <[email protected]> > wrote: > On 5/11/19, Jonathan Wilkes via Pd-list > <[email protected][mailto:[email protected]]> wrote: [...] >> 1. A cautious user will always leverage Pd's general collision avoidance by >> prefixing your library's directory >> name in the object box. > Does prefixing with libdir name avoid collision? > Is it the case that Pd can have classes like [cyclone/svf~] and > [bsaylor/svf~] loaded > simultaneously? Does every supported PD platform allow you to a) dynamically load an object that defines a previously defined symbol and b) search for a symbol starting from the last loaded object and going up the dependency chain to the containing object? If the answer to both is yes, then the answer to your question is yes. If not, then we're forever stuck with "pddp/pddplink" and friends. (Unless there's a way to use something like the gcc constructor attribute on all platforms.) -Jonathan > Katja > -Jonathan > >> Cheers, >> J. >_______________________________________________ [email protected] mailing >list UNSUBSCRIBE and account-management -> >https://lists.puredata.info/listinfo/pd-list[https://lists.puredata.info/listinfo/pd-list] _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
