dynamic library building and loading

Maxim Fomin maxim at maxim-fomin.ru
Fri Sep 28 11:25:25 PDT 2012


On Thursday, 27 September 2012 at 17:10:07 UTC, Jacob Carlborg 
wrote:
> Actually, I seriously doubt everything is working as expected.

I tried to check how TLS, EX, etc. (mostly exposed to dll issue) 
are working and here is some kind of test: 
https://github.com/mxfm/sharedtest. Unfortunately scope(exit) 
isn't executed when it is situated in a shared library and which 
calls some throwing function from another shared library. 
Unittests aren't working either. Regarding other parts - they 
seem to work.


More information about the Digitalmars-d mailing list