Home |
RTTarget-32 Programming Manual Running Win32 Programs without Win32 Running a Program on the Target Win32 Date and Time Management Win32 Exception Handling Win32 Thread Local Storage (TLS) Win32 API Function Cross Reference Alternate Heap Manager RTTHeap Compiling and Linking with On Time RTOS-32 |
Win32 Exception HandlingWin32's structured exception handling (and C++'s or Object Pascal's exception handling which relies on the operating system's exception handling) are fully supported. However, by default, CPU exceptions do not generate structured exceptions. If this is required, call RTRaiseCPUException. Win32 Thread Local Storage (TLS)
|