|
On Time RTOS-32 Documentation
Welcome
RTTarget-32
RTTarget-32 Programming Manual
Introduction
Running Win32 Programs without Win32
The i386 Microprocessor
RTLoc: Locating a Program
Running a Program on the Target
Cross Debugging
Using an IDE
The RTTarget-32 API
RTTarget-32 Native API
RTTarget-32 Header Files
DOS Emulation
DPMI Emulation
Win32 Emulation
RTTarget-32's Memory Managers
Alternate Heap Manager RTTHeap
Demo Programs
Advanced Topics
Compiling and Linking with On Time RTOS-32
Redistributable Components of RTTarget-32
RTLoc Error Messages
RTTarget-32 Reference Manual
RTKernel-32
RTFiles-32
RTIP-32
RTPEG-32
RTUSB-32
|
The RTTarget-32 API
RTTarget-32's API is contained in library file Rtt32.lib, in Rtt32dll.dll, and its import library Rtt32dll.lib. Only the MetaWINDOW Initialization, the FPU emulator, and the alternate heap manager RTTHeap are contained in libraries Rtmetaw.lib, Rtemu.lib, and Rttheap.lib, respectively. Most applications will statically link Rtt32.lib. Using System DLLs such as Rtt32dll.dll is described in section Advanced Topics, Using DLLs through RTLoc.
Information about compiling and linking On Time RTOS-32 programs is available in section Compiling and Linking with On Time RTOS-32.
Using an IDE
RTTarget-32 Native API
RTTarget-32 Header Files
DOS Emulation
DPMI Emulation
Win32 Emulation
RTTarget-32's Memory Managers
Alternate Heap Manager RTTHeap
Demo Programs
|