![]() |
Home |
|
Program DLLDemoDLLDemo shows how an application can consist of several DLLs. The main program links Lib1.dll statically and Lib2.dll dynamically with LoadLibrary. For the RTTarget-32 Library, Rtt32dll.dll is used. Apart from an Init function (which is not executed under Win32), DLLDemo does not call any RTTarget-32 native API functions. Thus, DLLDemo can actually be executed under Win32.
|