[PD] exciter : long long var .

Yves Degoyon ydegoyon at free.fr
Sun Mar 3 13:16:45 CET 2002


hi,.


> in tring to compile the exciter code i came across a error that there were
> to identifiers in sequence .

must be the "long long" declaration,
just declare the equivalent type for windows
with an ifdef :

#ifdef UNIX
   long long reltime;
#else
   <windows 8-bytes type> reltime;
#endif

good luck !!!

Yves/

PS : i'm not bored with "report-bugs" threads,
i just meant it will surely happen.




More information about the Pd-list mailing list