in tring to compile the exciter code i came across a error that there were to identifiers in sequence . is though imagine that it compile fine using gcc . if there any way around this sort of declaration . also what exactly does it mean to have a varible declared like that .
thanks again .
joge .
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.