08 2009 档案
摘要: 为什么会出现LNK2005 许多Visual C++的使用者都碰到过LNK2005:symbol already defined和LNK1169:one or more multiply defined symbols found这样的链接错误,而且通常是在使用第三方库时遇到的。对于这个问题,有的朋友可能不知其然,而有的朋友可能知其然却不知其所以然,那么本文就试图为大家彻底解开关于它的种种疑惑。 ...阅读全文
摘要: How to drag&Drop listview items? The first thing come to my mind is that, to use evensetter. However, it is not true. The Drag & Drop event is never triggered. Then I searched and found a log ...阅读全文
摘要: I am still confused about these 2 concepts.Extracted from MSDN:One frequent application of routed events within the WPF platform is for input events.In WPF, tunneling routed events names are prefixed ...阅读全文
摘要: Extracted from MSDN, http://msdn.microsoft.com/en-us/library/ms810613.aspxOne advantage to using MMF I/O is that the system performs all data transfers for it in 4K pages of data. Internally all pages...阅读全文