先改bktheme.h中为#include <vsstyle.h>. 然后是宏的问题.然后stdafx.h里面改成:
bktheme.h
#include <vsstyle.h>
宏
stdafx.h
#define WINVER 0x0502 #define _WIN32_WINNT 0x0501 #define _WIN32_IE 0x0601 #define _RICHEDIT_VER 0x0300
然后,改为静态链接,就可以了.
静态链接