Hi IOhannes,
Am Montag, den 12. September 2016 um 19:51:46 Uhr (+0200) schrieb IOhannes m zmoelnig:
hmm, none of the Pd headers exports new_anything(), are you using it directly? if not, how are you using it?
I declare them like this in my code:
extern void new_anything(void *dummy, t_symbol *s, int argc, t_atom *argv); extern t_pd pd_objectmaker;
Then I call the routine directly in my code as specified.
I don't know of any other way to accomplish the task. Is there a recommended way to load abstractions internally?
-- Orm