我写的VS2008 C++不能编译
就像写VB程序那样定义窗口和按钮的属性然后再为BUTTON1_CLICK写了MessageBox(NULL,"...","...",MB_OK)发现提示没有定义MB_OK\NULL,我又在主窗口的H文件最上面加了行#include 还是编译不了,为什么?正在编译...
stdafx.cpp
正在编译...
AssemblyInfo.cpp
First.cpp
C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\windows.h(151) : fatal error C1083: 无法打开包括文件:“excpt.h”: No such file or directory
正在生成代码...