On 09/12/2016 07:33 PM, Orm Finnendahl wrote:
Hi List,
within a custom external I try to load an abstraction called "test.pd" and connect it internally. Unfortunately pd segfaults when initializing the external with one of the the following calls:
new_anything(&pd_objectmaker, gensym("test"), 0, NULL); new_anything(NULL, gensym("test"), 0, NULL);
I'm pretty sure this used to work some versions ago and assume something in the process of creating objects has changed.
Can someone shed a light on this?
hmm, none of the Pd headers exports new_anything(), are you using it directly? if not, how are you using it?
gmards IOhannes