fatal errors what does this mean w

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • noora dmedi
    New Member
    • Oct 2012
    • 1

    fatal errors what does this mean w

    error C2059: syntax error : '<'
    d:\hm\hmh.h(9) : fatal error C1903: unable to recover from previous error(s); stopping compilation
    Error executing cl.exe.
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    We would need to see the code that caused the error.

    Comment

    • donbock
      Recognized Expert Top Contributor
      • Mar 2008
      • 2427

      #3
      The C2059 error appears to indicate that the compiler didn't like a ">" character it encountered in your source file. Syntax errors typically tell you the line number of the source line it didn't like.

      Comment

      • sgayathri2412
        New Member
        • Oct 2012
        • 8

        #4
        problem is with your directory file.

        Comment

        Working...