Ideas for runtime loading of shared libraries.

Jonathan M Davis jmdavisProg at gmx.com
Thu Mar 7 18:35:09 PST 2013


On Friday, March 08, 2013 13:18:31 Daniel Murphy wrote:
> What if their vtbl points into the dll code?
> 
> What about delegates or function pointers that point there?

Assuming that that sort of thing could be detected, then an exception could be 
thrown when attempting to unload the dll.

- Jonathan M Davis


More information about the Digitalmars-d mailing list