Re: exception handling and dynamic loading

2014-03-07 Thread Dicebot
On Friday, 7 March 2014 at 20:14:07 UTC, Carl Sturtivant wrote: I'm using DMD32 D Compiler v2.064 on windows This is the main problem. All recent work Martin Nowak has done on improving dynamic loading is Linux-only for now. Windows support is very limited compared to it.

exception handling and dynamic loading

2014-03-07 Thread Carl Sturtivant
I am loading my own small dynamic library of functions, using Runtime.loadLibrary in core.runtime and want an exception thrown in a function in the dynamic library to be caught close to where I call it, which is of course in the program that's doing the dynamic loading. How do I get the excep