摘要: Windows lets you share code at the binary level using DLLs. After all, that's how Windows apps function - reusing kernel32.dll, user32.dll, etc. But since the DLLs are written to a C interface, they... 阅读全文
posted @ 2016-06-28 17:13 今夜太冷 阅读(338) 评论(0) 推荐(0) 编辑
摘要: GetLastError()获取到的错误代码,可以通过VS2013自带的Error Lookup工具来查询错误的描述。 阅读全文
posted @ 2016-06-28 16:52 今夜太冷 阅读(655) 评论(0) 推荐(0) 编辑
摘要: I need to make a detour for a few moments, and discuss how to handle strings in COM code. If you are familiar with how Unicode and ANSI strings work, and know how to convert between the two, then you ... 阅读全文
posted @ 2016-06-28 14:50 今夜太冷 阅读(325) 评论(0) 推荐(0) 编辑