Home |
RTTarget-32 Programming Manual Running Win32 Programs without Win32 Benefits of Running without Windows Benefits of Running with Windows Preparing a Program for RTTarget-32 Running a Program on the Target Compiling and Linking with On Time RTOS-32 |
Preparing a Program for RTTarget-32Preparing 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
|