Home > Software engineering >  Is about afxcomctl32. H error, for help
Is about afxcomctl32. H error, for help

Time:11-02

I use MFC dialog frame connected Mongo, contains the Mongo Client and boost header files, libraries, hint at compile time:
1> -- -- -- -- -- - Build started: Project: Test, the Configuration, the Debug Win32 -- -- -- -- -- --
1> Build started 2016/5/4 8:23:02.
1> InitializeBuildStatus:
1> Touching "Debug \ Test. Unsuccessfulbuild".
1> ClCompile:
1> Stdafx. CPP
1> D: \ \ program files \ Microsoft visual studio 10.0 (x86) \ \ vc atlmfc \ include \ afxcomctl32 h (311) : error C2059: syntax error: ', '
1> D: \ \ program files \ Microsoft visual studio 10.0 (x86) \ \ vc atlmfc \ include \ afxcomctl32 inl (131) : error C2059: syntax error: ', '
1>
1> The Build FAILED.
1>
1> The Time Elapsed 00:00:02. 71
==========Build: 0 succeeded, failed, 1 0 the up - to - date, zero skipped==========
I don't know where to begin to solve this problem, help to look at, thank you!

CodePudding user response:

//MFC application is
#include
//MFC core components and standard components
#include //MFC extension
#include
#include //automation MFC class

//WIN32 application is
#include //, etc., I usually use MFC, use less WIN32 application
  • Related