On Saturday, May 11, 2019, 5:25:25 PM PDT, Christof Ressi christof.ressi@gmx.at wrote:
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?
I'm talking about the system library on each OS responsible for dynamically loading and searching objects into the running process. Like dlopen/dlsym
-Jonathan