Troubleshooting
In the programming of hardware dependent software, driver or realtime
applications it is common that errors appear. Different from pure
application development, doing little mistakes often influences more
than only the appearance of a "polite" message-box on the display.
Because, all protection measures are suspended on kernel level! The
basic rule: keep calm!
Read more …
Using KS_openDriver/KS_closeDriver in DllMain or DllEntryPoint?
If the Kithara tools are used from within a DLL and opened or closed
directly in DllEntryPoint, problems (like locks or errors) occur.
Read more …
How to debug kernel DLLs?
Kithara RealTime Suite's tools provide the opportunity to load common
DDLs directly to the kernel level. How to debug these DLLs?
Read more …