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 LinkingSource files in need of RTRth-32 API functions must #include header file Rtrth.h. On Time RTOS-32 programs to be run under the Real-Time Hypervisor must always link library Rrth.lib before Rtt32.lib (please note that the order of libraries is significant and important). Programs also using RTKernel-32 must link the RTRth-32 drivers Clkrth.lib and Hrtpent.lib before Drvrt32.lib. Programs using RTIP-32 and the virtual network interface must also link library Netrth.lib before Rtip.lib. Here are a few examples for different configurations:
|