Speeple News Search

Sign Up! | Tags | Domains | Statistics | Options | Advanced Search

Converting Win32 and C++ Exceptions to Managed Exceptions

microsoft.co.il » 2008 » August » 20th » Converting Win32 and C++ Exceptions to Managed Exceptions

Tagged: debugging, win32, c

In a layered application consisting of managed upper layers and unmanaged lower implementation layers, you might frequently encounter the need to call unmanaged code, handle any exceptional conditions and reflect them to the upper layers as managed exceptions. This can be done manually, but fortunately as of Windows XP there is an approach that does not require wrapping every unmanaged call in Continue Reading »


Latest news from All Your Base Are Belong To Us:

  1. PDC Day 3: What's Coming in CLR 4.0 (Part 2)
  2. PDC Day 3: What's Coming in CLR 4.0 (Part 1)
  3. PDC Day 1: No-PIA, or Type Equivalence and Type Embedding
  4. PDC Day 1: The Future of C#
  5. PDC Pre-Conference: Concurrent and Parallel Programming

Latest news from microsoft.co.il:

  1. Visual Studio Tip: Debug .NET Framework Source Code
  2. Debugging LINQ Queries
  3. Typemock is looking for agile developers
  4. קורס גמילה מפחד של רג'קס - מומלץ ביותר, זה באמת עובד ומהר!
  5. Back To Basics: Const Vs Readonly