G
Guest
Hi,
If I put a #define somewhere in a file then the compiler complains with
'cannot define/undefine after first token in file'
So I plase #define in very begin of file, but then compiler say 'single line
comment or end of line expected'.
Now what ?
The second error does really not give me a hint on what is wrong
What is ?
Or is #defoine in C# different ? eg I do this:
#define test 1
#define TEST
If I put a #define somewhere in a file then the compiler complains with
'cannot define/undefine after first token in file'
So I plase #define in very begin of file, but then compiler say 'single line
comment or end of line expected'.
Now what ?
The second error does really not give me a hint on what is wrong

Or is #defoine in C# different ? eg I do this:
#define test 1
#define TEST