C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
Windows DLL Options
                                             Up Contents Index Back
─────C/C++ Compiler─────────────────────────────────────────────────────────
 
     Windows dynamic-link libraries are libraries of functions that can
     be linked to an application at load time. All DLL functions that
     are visible to applications are "entry functions." In a DLL, other
     functions can exist that are not exported to applications but are
     visible to functions that comprise the DLL.
 
     See also: __export keyword
               EXPORTS Statement
               Windows User Code Options
               Protected-Mode DLLs (/GD)
               Customized Windows Entry/Exit Code (/GE)
                                    -♦-