While trying to get it compiled on OS X with Pd 0.37 I realised that some
header
files changed. This breaks a lot of my externals. A fix is to also include
m_pd.h
and s_stuff.h in case anyone is getting compile errors complaining about
missing
stuff in m_imp.h....
Yes, this is also a (minor) problem for my externals, as m_imp.h now needs m_pd.h to be included beforehand.
BTW, is it possible to detect at compile time which version of Pd is used?
With version 0.37 there are those PD_VERSION_MAJOR and _MINOR defines.
best greetings, Thomas