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