Search Result

Collapse
2 results in 0.0023 seconds.
Keywords
Members
Tags
c2061
  •  

  • Gurkboll
    started a topic DirectX Window error
    in C

    DirectX Window error

    Greetings dear forum!

    I am currently trying to learn some directX programming and thus I am following this tutorial I found. After completing the first stage I should be able to get a blue window when I run the program, but instead I get no less then 103 Errors. After looking through the code and searching on the web for awhile I decided to ask if anyone her could enlighten me of what I've done so terribly wrong.

    Here
    ...
    See more | Go to post

  • shashahayes
    started a topic Error C2061: syntax error
    in C

    Error C2061: syntax error

    I am getting an error on this line, does anyone have any suggestions?

    here is the error
    here is line 25

    Code:
      if area > 750 then charge = 200
    1>Furniture.cp p
    1>c:\users\jims ha\documents\vi sual studio 2008\projects\f urniture\furnit ure\furniture.c pp(25) : error C2061: syntax error : identifier 'area'
    1>Build log was saved at "file://c:\Users\JimSha \Documents\Visu al...
    See more | Go to post
    Last edited by shashahayes; Mar 6 '10, 07:25 PM. Reason: missing info
Working...