摘要: ContentsIntroductionC Language ApproachHandlesCalling ConventionsException SafetyAdvantagesDisadvantagesC++ Naive Approach: Exporting a ClassWhat You See Is Not What You GetException SafetyAdvantagesDisadvantagesC++ Mature Approach: Using an Abstract InterfaceHow This WorksWhy This Works With Other 阅读全文
posted @ 2013-04-28 16:53 MMLoveMeMM 阅读(482) 评论(0) 推荐(0)
摘要: This article shows you how to create a Win32 and MFC DLL to dynamically link a Library to your application. Microsoft Foundation Class (MFC) library can be used to create simplified DLLs. The MFC supports two types of DLLs, regular and extension:Regular DLL using shared MFC DLLRegular DLL with MFC s 阅读全文
posted @ 2013-04-28 15:43 MMLoveMeMM 阅读(270) 评论(0) 推荐(0)