ok, I can reproduce it running Miller's pd and mingw-compiled cyclone... sorry, it cannot be done -- mingw-compiled externals are not compatible with vc build of pd...
Hi Krzysztof, what do you think is the reason for this? Different structure packing? If that's the case we should really introduce some #pragmas or compiler options to make the pd library cross-compiler-compatible.
best greetings, Thomas
hi Thomas,
Thomas Grill wrote: ...
what do you think is the reason for this? Different structure packing?
yes, sizeof(t_object) is 28 in mingw, 32 in vc.
If that's the case we should really introduce some #pragmas or compiler options to make the pd library cross-compiler-compatible.
should be doable...
Krzysztof