On 12/4/05, Ed Kelly morph_2016@yahoo.co.uk wrote:
#ifdef NT #include #include #else -> this should be an endif I guess, otherwise the code below won't be compiled: If I do this, I get back to Syntax error : missing ';' before 'type' error.
Looks like you have three #ifdef but only two #endif.