D
Daniel =?iso-8859-1?Q?Lidstr=F6m?=
Hi,
I've got a DLL compiled with managed extensions. Now I wish to access
objects created in this DLL from another DLL compiled without extensions.
How is that possible? I do not want to communicate between the dlls through
function calls. I want to be able to get a reference or a pointer to the
managed objects. Surely this must be possible?
I've got a DLL compiled with managed extensions. Now I wish to access
objects created in this DLL from another DLL compiled without extensions.
How is that possible? I do not want to communicate between the dlls through
function calls. I want to be able to get a reference or a pointer to the
managed objects. Surely this must be possible?