Home |
RTTarget-32 Programming Manual Running Win32 Programs without Win32 DLL Command Running a Program on the Target Compiling and Linking with On Time RTOS-32 |
DLL CommandApart from the application's .EXE file, RTLoc can be instructed to add a DLL to the program's image: DLL = DLLName If DLLName has no file name extension, .DLL is assumed. If no path information is supplied, RTLoc will search for the DLL in the default directory, RTLoc's load directory, and on the system's PATH. Up to 63 DLLs can be used by an application. All sections of the DLL required by the program must be located using Locate Section or Locate NTSection, just like for the main EXE. At program startup, the DLLs are initialized in the order of the respective DLL commands in the configuration file(s). For additional information about DLLs, please refer to section Advanced Topics, Using DLLs through RTLoc. An alternate method of using DLLs is described in section Advanced Topics, Loading DLLs through a File System.
|