On 26.02.20 14:22, IOhannes m zmoelnig wrote:
On 26.02.20 14:12, Alexandre Torres Porres wrote:
I've tested loading externals and it just doesn't create and complain, but trying to load cyclone with [declare -lib cyclone] crashes Pd!
could that be a duplicate of https://lists.puredata.info/pipermail/pd-dev/2019-12/022222.html?
ah sure:
class_new() *might* return a NULL-pointer (and it will, if the precision doesn't match), so you have to check for that before you access any class members.
asdrm IOhannes