what does this mean

error C2061: syntax error : identifier 'st2'
closed account (z05DSL3A)
The compiler found an identifier where it wasn't expected. Make sure that identifier is declared before you use it.

You should have a line number to go with it. If you post the code around this line number we may be able to help further.
Last edited on
Topic archived. No new replies allowed.