Prev: How to render html (text-only) into an offscreen buffer?
Next: Visual c++ 2008 could not find Include File!
From: David Wilkinson on 2 Jan 2010 05:17 纵横天下 wrote: > No, It not have windows.h. > I installed Windows 7 SDK (I computer's OS is Windows XP), It had > windows.h and basetsd.h. > But not open Include File "afxcontrolbars.h" I thought that VC++ Express 2009 included the Windows SDK, so it should not be necessary to download the Windows 7 SDK (unless you specifically need Windows 7 features). But anyway, "afxcontrolbars.h" is an MFC header. MFC is not included in the Windows SDK, and cannot be used with Visual C++ Express. -- David Wilkinson Visual C++ MVP
From: 纵横天下 on 2 Jan 2010 05:45 Thank you. ZongHengTianXia "David Wilkinson" <no-reply(a)effisols.com> 写入消息 news:eATFcT5iKHA.2132(a)TK2MSFTNGP05.phx.gbl... > 纵横天下 wrote: >> No, It not have windows.h. >> I installed Windows 7 SDK (I computer's OS is Windows XP), It had >> windows.h and basetsd.h. >> But not open Include File "afxcontrolbars.h" > > I thought that VC++ Express 2009 included the Windows SDK, so it should > not be > necessary to download the Windows 7 SDK (unless you specifically need > Windows 7 > features). > > But anyway, "afxcontrolbars.h" is an MFC header. MFC is not included in > the > Windows SDK, and cannot be used with Visual C++ Express. > > -- > David Wilkinson > Visual C++ MVP
From: ccyhaoran on 7 Jan 2010 07:23 Maybe you have not set the directory.you can click tools->option to set. I am Chinese too. "纵横天下" wrote: > Thank you for your attention! > I am using Visual C++ 2008 to compile a project, > But could not find Include File! > include file directory does not have. > Files list: > BaseTsd.h > windows.h > > Why are this? > > ---Chinese Text (Unicode)--- > 谢谢您的关注! > 我使用VISUAL C++ 2008 编译一个工程 > 但是不能寻找到包含文件! > 包含文件目录没有。 > 文件列表: > BaseTsd.h > windows.h > > 为何会这样? > > -------------------- > > ZongHengTianXia > 纵横天下 > > . >
From: 纵横天下 on 11 Jan 2010 06:14 :-) Hello 同胞哈 cctry.com上来的? "ccyhaoran" <ccyhaoran(a)discussions.microsoft.com> 写入消息 news:F3800A27-413D-4F11-A487-F8D7CDBEA8B4(a)microsoft.com... > Maybe you have not set the directory.you can click tools->option to set. > I am Chinese too. > > "纵横天下" wrote: > >> Thank you for your attention! >> I am using Visual C++ 2008 to compile a project, >> But could not find Include File! >> include file directory does not have. >> Files list: >> BaseTsd.h >> windows.h >> >> Why are this? >> >> ---Chinese Text (Unicode)--- >> 谢谢您的关注! >> 我使用VISUAL C++ 2008 编译一个工程 >> 但是不能寻找到包含文件! >> 包含文件目录没有。 >> 文件列表: >> BaseTsd.h >> windows.h >> >> 为何会这样? >> >> -------------------- >> >> ZongHengTianXia >> 纵横天下 >> >> . >>
First
|
Prev
|
Pages: 1 2 Prev: How to render html (text-only) into an offscreen buffer? Next: Visual c++ 2008 could not find Include File! |