Compile Error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Celtix
    New Member
    • Oct 2006
    • 2

    #1

    Compile Error

    Trying to compile and get this error: "In function 'void decode_line()' : syntax error before ' ) ' token"

    Does this mean ive missplaced a bracket?
  • dariophoenix
    New Member
    • Oct 2006
    • 34

    #2
    Originally posted by Celtix
    Trying to compile and get this error: "In function 'void decode_line()' : syntax error before ' ) ' token"

    Does this mean ive missplaced a bracket?
    That's a possible reason... But to be sure, I'd have to see the code

    Comment

    • apiplani
      New Member
      • Oct 2006
      • 8

      #3
      In such cases the error is either at the line pointed to by the compiler or a missing semi-colon or missing paranthesis or braces before the line pointed by the compiler.

      If you can paste the part of code may be someone can help...

      Comment

      Working...