Syntax Error in the provided windns.h when attempting to migrate from an older VC++

  • Thread starter Thread starter cmh615
  • Start date Start date
C

cmh615

Guest
Hello,

As I mentioned in the title, I am working on migrating an old project, that was last built using Visual C++ 6. I am trying to build using the Windows XP compatibility, and have largely been finding success with updating the code where necessary. However, I'm at a point now where I am getting the following errors:



c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windns.h(1451): error C2059: syntax error: ','

c:\program files (x86)\microsoft sdks\windows\v7.1a\include\windns.h(1544): error C2059: syntax error: ','



This occurs during the compilation of multiple files, but not all. The windns.h I am using has not been modified at all from when it was installed.

Any suggestions?
Thanks!

Continue reading...
 
Back
Top