Version 6 of DLL

Updated 2007-11-21 14:34:40 by LV

Dynamic Link Library Just about all Windows based applications are made up of a core process (EXE) and are extended by the use of DLLs. Some larger Windows applications will use dozens or even hundreds of DLLs. Tcl C/C++ based Windows extensions are DLLs.


Binary Buffer Reverse (C Extension Example)


A DLL that exposes COM exports DllGetClassObject, according to helpful PT.


DLLEXPORT and DLLIMPORT