std.gc.setHandle causes Access Violation

Walter Bright newshound at digitalmars.com
Thu May 18 12:31:53 PDT 2006


Sjoerd van Leent wrote:
> Using a shared DLL and a client Executable, both written in D, I'd like 
> to be able to use std.gc.setGCHandle, as mentioned in the Win32 DLL 
> example. However, I am getting an Access Violation Error, right when the 
> call to std.gc.setHandle is made.
> 
> Does anyone know about this problem, and how to solve it?

I'd try using windbg on it.



More information about the Digitalmars-d mailing list