Home |
RTKernel-32 Programming Manual Multitasking, Real-Time, and RTKernel-32 Alternate APIs for RTKernel-32 Preconfigured Driver Library Drvrt32.lib |
Preconfigured Driver Library Drvrt32.libTo successfully link an RTKernel-32 application, the main RTKernel-32 library (Rtk32.lib, Rtk32s.lib, Rtk32mp.lib, or Rtk32mps.lib) and a complete set of drivers is required. Since the number of libraries can become quite large, RTKernel-32 comes with the preconfigured library Drvrt32.lib, which incorporates the drivers you will most likely use with RTKernel-32 and RTTarget-32. It contains the following drivers: Thus, an RTKernel-32 program to run under RTTarget-32 needs to link only Drvrt32.lib and Rtk32[s].lib and the RTTarget-32 library Rtt32.lib. You can override the preconfigured drivers by linking the required driver library before Drvrt32.lib. For example, if you want to use floating point driver FLTEMUMT instead of FLTNULL, specify library Fltemumt.lib before Drvrt32.lib on the linker command line.
|