This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
When I try to use __FILE__ and __LINE__ in my code I get an question mark on that line. But the code runs OK. What is wrong?
I use CCS5.
Marko,
There is a dynamic syntax checker that runs in the editor. It does not recognize __FILE__ and __LINE__ as valid as they are not defined anywhere in the source. It is not aware that the preprocessor does understand these. I can file a defect for this.
Regards,
John