Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Core » How to catch a dll exception
Re: How to catch a dll exception [message #28934 is a reply to message #28929] Tue, 28 September 2010 11:29 Go to previous messageGo to previous message
mdelfede is currently offline  mdelfede
Messages: 1310
Registered: September 2007
Ultimate Contributor
SEH should be for C exception, try...catch for c++ ones, and (IIRC) they're not very compatible.
If your DLL throws c++ exception, they should be caught with try... catch construct; if it's a c dll, it should work with SEH.

If both don't work, I'm out of ideas Smile

Ciao

Max
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: [Fixed!] ScanUuid returns wrong value
Next Topic: Handle a RGBA* with ImageBuffer
Goto Forum:
  


Current Time: Sun Aug 24 09:47:34 CEST 2025

Total time taken to generate the page: 0.00705 seconds