[PD-dev] help coding an object, I need it cause I don't know better

IOhannes m zmölnig zmoelnig at iem.at
Mon Oct 9 21:36:50 CEST 2023


Am 9. Oktober 2023 18:22:11 MESZ schrieb Alexandre Torres Porres <porres at gmail.com>:
>
>*var.c:80:22: **error: **assigning to 'float' from incompatible type
>'t_float *'*

Well it's just what it says: you are trying to assign a `t_float*` value to a `t_float`.
A `t_float` is some floating type, and it is not allowed to use it to store a pointer.

What's the question?



mfg.sfg.jfd
IOhannes




More information about the Pd-dev mailing list