I am getting this warning on one file in my project:
1, 1 Warning: Unexpected trailing tokens on directive line ignored
The line #1 contains the following
/*
I found one message related to this on this forums, but it does not really answer the question. I removed all /* */ comments from #define directives. The #else directives may have /* */ comments after them, because I like to mark what is #else for lenghty conditional code. But the warning comes from the first line and if I deliberately induce an syntax errors, they apear after this warning. There is no directive on the first line.
LabWindows/CVI 8.1.0 (271)
Message Edited by romanZ on 02-02-2007 10:20 AM