Prev: which functions can take over the standard ones in a multi-thread program?
Next: Managed/unmanaged code exceptions handling tool (C# / ?++)
From: Renat Letfullin on 22 Mar 2010 11:12 Hi, We have application combining managed and unmanaged code (C# / C++). It is neccessary to implement exceptions handling for this application. We planning to implement it as a tool (or couple - for managed and unmanaged parts) that will catch unhandled exceptions, all information about them (including process, thread info, call stack and so on). Maybe someone can prompt the best way to implement this? |