What is the status of structure marshalling to unmanaged code?
I'm trying to hook up a legacy library, and it uses a callback
which passes a pointer to a structure.

    typedef void (*EventHandler)(Event*);

I got it working fine under .NET, but under Mono the struct
comes back with garbage. I could post some sample code, but
I wanted to make sure this wasn't a known issue first. I
didn't see anything in the bug db about it.

Jason
379


_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to