Teach me anout MFC extension DLL's and regular DLL's!
hi! i have studied wikipedia , msdn, still haven't grasped different dll setups. put down think have found out far. please correct me i',m wrong! a dll can of type mfc extension dll or regular dll . a dll of type mfc extension can call functions in regular dll a dll of type regular cannot call functions in mfc extension dll. a dll of type regular cannot call functions in mfc extension dll if dll export functions plain c-styre signatures , datatypes. a dll of type mfc extension may complemented .lib-file used statically linking. after statically linking dll, caller can use functions in dll if available during build time (all though possible exchange dll new, compatible, dll). a dll of type regular may complemented .a-file used statically linking. after statically linking dll, caller can use functions in dll if available during build time (all though possible exchange dll new, compatible, dll). a regular dll is compiled standard c interface , dll format elf ...