A dll question
-
-
Hi, i'm developing this app using MFC now i want to store some functions(MFC),controls(MFC) ect. in a dll, i have 2 options Regular DLL using shared MFC or MFC extension DLL wich is better to use and what is the difference beetwen them, thanks ~dzenan~
Hi: Regular DLL: Allows you to use any MFC classes and functions, but you can only exports "C" functions. MFC extension DLL: Allows you to export Classes that you can derive from in your client app. hope it helps regards Daniel Cespedes "There are 10 types of people, those who understand binary and those who do not" "Santa Cruz de la Sierra Paraiso Terrenal!" daniel.cespedes@ieee.org
-
Hi: Regular DLL: Allows you to use any MFC classes and functions, but you can only exports "C" functions. MFC extension DLL: Allows you to export Classes that you can derive from in your client app. hope it helps regards Daniel Cespedes "There are 10 types of people, those who understand binary and those who do not" "Santa Cruz de la Sierra Paraiso Terrenal!" daniel.cespedes@ieee.org