Home Forums C++ Programming errors while executing vc++ code

Viewing 1 reply thread
  • Author
    Posts
    • #1941
      KhushbooJain
      Participant
      Hi

      I have one opensource of vc++. While executing this code it is giving the following errors.

      1)error C2433: ‘HWND’ : ‘inline’ not permitted on data declarations

      2)error C2143: syntax error : missing ‘;’ before ‘{‘

      3)error C2447: ‘{‘ : missing function header (old-style formal list?)

      4)error C4430: missing type specifier – int assumed. Note: C++ does not support default-int

      5)error C2086: ‘int CALLBACK’ : redefinition

      If any one got these errors and knew the solution please let me know.

      Thank You
      angle

    • #3195
      KhushbooJain
      Participant

      @guru wrote:

      Thanks for ur reply.

      Here I am posting the errors and the code where i am getting these errors with line no.
      1) Error 1 error C2146: syntax error : missing ‘;’ before identifier ‘HwndMSWheel’ c:program filesmicrosoft visual studio 8vcplatformsdkincludezmouse.h 141
      2)Error 2 error C2433: ‘HWND’ : ‘inline’ not permitted on data declarations c:program filesmicrosoft visual studio 8vcplatformsdkincludezmouse.h 141
      3)Error 3 error C4430: missing type specifier – int assumed. Note: C++ does not support default-int c:program filesmicrosoft visual studio 8vcplatformsdkincludezmouse.h 141
      4)Error 4 error C2065: ‘PUINT’ : undeclared identifier c:program filesmicrosoft visual studio 8vcplatformsdkincludezmouse.h 142
      5)Error 5 error C2146: syntax error : missing ‘)’ before identifier ‘puiMsh_MsgMouseWheel’ c:program filesmicrosoft visual studio 8vcplatformsdkincludezmouse.h 142
      6)Error 6 error C4430: missing type specifier – int assumed. Note: C++ does not support default-int c:program filesmicrosoft visual studio 8vcplatformsdkincludezmouse.h 142
      7)Error 7 error C2059: syntax error : ‘)’ c:program filesmicrosoft visual studio 8vcplatformsdkincludezmouse.h 146
      8)Error 8 error C2143: syntax error : missing ‘;’ before ‘{‘ c:program filesmicrosoft visual studio 8vcplatformsdkincludezmouse.h 148
      9)Error 9 error C2447: ‘{‘ : missing function header (old-style formal list?) c:program filesmicrosoft visual studio 8vcplatformsdkincludezmouse.h 148

      The code is:

      I think this will be helpful in giving suggestions and modifications.

      Thanku

Viewing 1 reply thread
  • The forum ‘C++ Programming’ is closed to new topics and replies.