hi Miller,
how am I supposed to use the PD_VERSION macro, defined in m_pd.h, in conditional compilation? The C preprocessor does not seem to recognize floating point values used in expressions.
Forgive me, if I am missing something obvious, but, anyway, how about defining the usual:
#define PD_MAJOR_VERSION 0 #define PD_MINOR_VERSION 37
Krzysztof
Oops, didn't think of that. I was thinking of run-time testing (which would be appropriate for externs but not for extensions to Pd proper.)
I'll go on and provide both from now on.
cheers Miller
On Thu, Mar 20, 2003 at 10:24:40AM +0100, Krzysztof Czaja wrote:
hi Miller,
how am I supposed to use the PD_VERSION macro, defined in m_pd.h, in conditional compilation? The C preprocessor does not seem to recognize floating point values used in expressions.
Forgive me, if I am missing something obvious, but, anyway, how about defining the usual:
#define PD_MAJOR_VERSION 0 #define PD_MINOR_VERSION 37
Krzysztof
PD-dev mailing list PD-dev@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-dev