posts - 17,  comments - 226,  trackbacks - 1
<2010年3月>
28123456
78910111213
14151617181920
21222324252627
28293031123
45678910

留言簿(0)

随笔档案

文章档案

搜索

最新评论

  • 1. sfwwbnwi
  • --sfwwbnwi
  • 2. re: 2D游戏碰撞检测之我见
  • 有想法是不错,可惜有错误。如果子弹速度很快,在2帧之间距离大,直接跳过了阻挡体,怎么办?
  • --cc
  • 3. clopidogrel
  • Human beings have an inalienable right to invent themselves.
  • --clopidogrel
  • 4. lipitor nargol liege
  • Patriotism is your conviction that this country is superior to all other countries because you were born in it.
  • --lipitor nargol liege
  • 5. calan
  • Never eat more than you can lift.
  • --calan
  • 6. diamox
  • The most beautiful adventures are not those we go to seek.
  • --diamox
  • 7. xanax side effects
  • Keep cool and you command everybody.
  • --xanax side effects
  • 8. vjgqqmqm
  • --vjgqqmqm
  • 9. ampicillin
  • When you encounter difficulties and contradictions, do not try to break them, but bend them with gentleness and time.
  • --ampicillin
  • 10. valium
  • A large income is the best recipe for happiness I ever heard of.
  • --valium

阅读排行榜

评论排行榜

今天我用VC2005建了一个基于对话框的程序,在对话框里加了个List Control,编译没问题,Debug的时候报错说找不到MFC80UD.DLL,但是我前些天用CListView写的一个程序并没有这个问题,Google了一下找到几个答案,说得很费解,后来我直接在工程里加了一个从CListView派生的类再删掉程序就正常了。发现stdafx.h文件里多了这么些东西:

#ifdef _UNICODE
#if defined _M_IX86
#pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*'\"")
#elif defined _M_IA64
#pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='ia64' publicKeyToken='6595b64144ccf1df' language='*'\"")
#elif defined _M_X64
#pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='amd64' publicKeyToken='6595b64144ccf1df' language='*'\"")
#else
#pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")
#endif
#endif

估计这些语句添加了那些支持项吧。

posted on 2006-09-14 11:06 一个咸蛋的唠叨 阅读(5704) 评论(6)  编辑 收藏
标题  
姓名  
主页
验证码 *
内容   
  登录  使用高级评论  Top
[使用Ctrl+Enter键可以直接提交]