zip's

while(true) { Write it down; Think about it; Refine it; Sleep(); }

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2010年6月1日

摘要: 综述:http://msdn.microsoft.com/en-us/library/1ez7dh12.aspx- 通常情况下,使用 regular dll 就好,函数传参使用 STL ,如 std::string ,而不是 CString- regular dll 中的每一个导出函数都需要 AFX_MANAGE_STATE(AfxGetStaticModuleState())- 如果包含从MF... 阅读全文
posted @ 2010-06-01 16:33 zip's 阅读(408) 评论(0) 推荐(0) 编辑