On Time RTOS-32 Documentation
Welcome
RTTarget-32
RTTarget-32 Programming Manual
Introduction
Running Win32 Programs without Win32
Benefits of Running without Windows
Benefits of Running with Windows
Preparing a Program for RTTarget-32
Locating a Program
Cross Debugging a Program
A Complete Example
The i386 Microprocessor
RTLoc: Locating a Program
Running a Program on the Target
Cross Debugging
Using an IDE
The RTTarget-32 API
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
|
Preparing a Program for RTTarget-32
Preparing a program for RTTarget-32 is very similar to preparing Win32 console mode programs. The command line compiler or IDE compiles the program as if it were intended to run as a 32-bit console mode application. The only difference is that RTTarget-32's library Rtt32.lib is linked in. Rtt32.lib contains special versions of some Win32 API functions. This library makes the program independent of Kernel32.dll (Window's main API DLL).
Running Win32 Programs without Win32
Benefits of Running with Windows
Locating a Program
|