09-18-2012 11:58 AM
I just added Spectral Measurement Toolkit 2.6.2 to my project to correct link errors. An error, syntax error: found 'integer constant' expecting '}', is being generated by the typedef enum for AnalysisLibWindowType in advanlys.h. The syntax looks correct.
Solved! Go to Solution.
09-19-2012 10:30 AM
Hi Herbert,
Can you post a screenshot of the error and the part of the syntax to which it is referring?
Regards,
Travis Ann
09-19-2012 12:23 PM
Error was caused by creating a type def with the same name as a previously defined variable or constant. The problem had nothing to do with the syntax error generated. Thank you for your help.