apoch / epoch-language

Home of the Epoch Programming Language Project
Other
72 stars 3 forks source link

Exported DLL functions don't always handle exceptions #59

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In order to prevent exceptions travelling across DLL boundaries, ensure that 
all export functions have try/catch wrappers to absorb errors and pass them 
along gracefully.

Original issue reported on code.google.com by don.ap...@gmail.com on 20 Sep 2010 at 4:04

GoogleCodeExporter commented 9 years ago
Exception handlers added.

Original comment by don.ap...@gmail.com on 3 Oct 2010 at 7:21