[PD-dev] more windows compile issues

Georg Holzmann grhPD at gmx.at
Sun Dec 4 15:10:03 CET 2005


Hallo!

only a quick look at your code, but:

#ifdef NT
#include <windows.h>
#include <commctrl.h>
#else
-> this should be an endif I guess, otherwise the code below won't be 
compiled:

static t_class *framescore_tilde_class;

typedef struct _framescore_tilde
{
   t_object x_obj;
   t_float f;
   t_float fmax, fwin, faccum;
   t_outlet *fscore;
} t_framescore_tilde;

[...]

#endif

LG
Georg




More information about the Pd-dev mailing list