Quick Question: Whats wrong with this pre-processor directive in C#
- by pecker
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