Home |
RTTarget-32 Programming Manual Running Win32 Programs without Win32 Running a Program on the Target Win32 Emulation Win32 Date and Time Management Win32 Thread Local Storage (TLS) Win32 API Function Cross Reference Alternate Heap Manager RTTHeap Compiling and Linking with On Time RTOS-32 |
Win32 EmulationTo allow the compiler supplied run-time systems to be used under RTTarget-32, all Win32 functions referenced must be supplied by RTTarget-32. Usually, these functions reside in Kernel32.dll, User32.dll, Gdi32.dll, and some other system DLLs. RTTarget-32 supplies these functions in its library Rtt32.lib or in the RTTarget-32 System DLL Rtt32dll.dll. Any security attribute parameters are ignored by RTTarget-32. Application programs may specify NULL (this is also supported by Win32). Win32 Date and Time Management Win32 Thread Local Storage (TLS) Win32 API Function Cross Reference
|