2009年7月13日

Proxy 模式

摘要: namespace ProxyPursuit{ class Beauty { private string name; public string BeautyName { get; set; } public Beauty() { } public Beauty(string name2) { this.name = name2; } } interface GiveGift { void Gi... 阅读全文

posted @ 2009-07-13 21:10 Acor 阅读(228) 评论(0) 推荐(0) 编辑

nafxcw.lib(afxmem.obj): LNK 2005 错误:"void * _cdecl 运算符 new (unsigned int)"(stdafx.obj 中已定义 2@YAPAXI@Z)

摘要: http://support.microsoft.com/kb/184235解决方案:删除 _ ATL _ MIN _ CRT 预处理器定义,并重建该项目。 为此,请在 项目 菜单上单击 设置 。 在 C/C++ 选项卡上选择 预处理器 类别,并删除 _ ATL _ MIN _ CRT 定义。 阅读全文

posted @ 2009-07-13 13:26 Acor 阅读(1361) 评论(0) 推荐(0) 编辑

导航