Home |
RTTarget-32 Programming Manual Running Win32 Programs without Win32 Running a Program on the Target Running with or without Paging Installing Hardware Interrupt Handlers Catching NULL Pointer Assignments Running without Run-Time System Configuration for Debug and Release Builds Loading DLLs through a File System Using the MetaWINDOW Graphics Library Custom MP Floating Pointer Structure Compiling and Linking Compiling and Linking with On Time RTOS-32 |
Compiling and LinkingApplication source files in need of RTVmf-32 API functions must #include header file Rtvmf.h. On Time RTOS-32 programs to be run under RTOS32Win must always link library Rvmf.lib before Rtt32.lib (please note that the order of libraries is significant and important). Programs also using RTKernel-32 must link the RTVmf-32 drivers Clkvmf.lib, Hrtvmf.lib or Hrtpent.lib, and SysVmf.lib before Drvrt32.lib. Programs using RTIP-32 and the virtual network interface must also link library Netvmf.lib before Rtip.lib. Here are a few examples for different configurations:
Please note that driver Hrtpent.lib is also supported instead of Hrtvmf.lib.
|