now i put my brain ON, i think about this... what do you need to make a plugin that access shared memory? all datas are strings
(want a wmp plugin? with horrible spectrum analyser?)
Code:
typedef struct
{
char name[255]; // Name of the current
char author[255]; // Author of the current
char duration[12]; // Duration of the current
char currentpos[12]; // Current Position
int spectrum[128]; // The spectrum values
int scope[128]; // The scope values
char name_nxt[255]; // The name of the next song
char pourcent;
} WMP_stat_struct;
and name of the shared aera, something like:
WMP-LCDStudio[/code]