Quick Question: Whats wrong with this pre-processor directive in C#
Posted
by pecker
on Stack Overflow
See other posts from Stack Overflow
or by pecker
Published on 2010-05-03T07:57:12Z
Indexed on
2010/05/03
8:08 UTC
Read the original article
Hit count: 269
Whats wrong with these pre-processor directive in C#
#define OUTPUT_DIRECTORY "E:\asdf\sdfg\jhkl\"
I also tried giving:
#define OUTPUT_DIRECTORY "E:\\asdf\\sdfg\\jhkl\\"
for both I get error:
Error 1 Single-line comment or end-of-line expected
© Stack Overflow or respective owner