Home |
RTTarget-32 Programming Manual Running Win32 Programs without Win32 Running a Program on the Target Running Demos with Command Line Tools Running Demos in Microsoft Visual Studio Running Demos in the Borland Delphi IDE Using a Standard PC as a Target Using a Standard PC as a Target for GUI Demos Using the AMD Élan SC400 Evaluation Board Using the AMD Élan SC520 Evaluation Board Using the RTOS32Win Virtual Target Using the Real-Time Hypervisor Target Program DLLDemo Compiling and Linking with On Time RTOS-32 |
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.
|