From: jminiman on 26 Sep 2006 14:33 So this capability is absent in CF.NET 2.0. I'm pretty far from a COM Interop expert...can someone share some sample code that is logically equivalent to Marshal.GetDelegateForFunctionPointer? I'm not having much success in finding such a sample on Google.
From: Neil Cowburn on 29 Sep 2006 18:36 This isn't really possible with the Compact Framework because of the limitations in the marshaller. Currently, there's no way to create a CCW so that COM can call .NET code. You could work around this by creating a native shim which called the function pointer when P/Invoked from your .NET code. -- ------------------------- Neil Cowburn Principal Partner OpenNETCF Consulting, LLC "jminiman" <jaredscottmin(a)gmail.com> wrote in message news:1159295581.260324.229730(a)d34g2000cwd.googlegroups.com... > So this capability is absent in CF.NET 2.0. I'm pretty far from a COM > Interop expert...can someone share some sample code that is logically > equivalent to Marshal.GetDelegateForFunctionPointer? I'm not having > much success in finding such a sample on Google. >
|
Pages: 1 Prev: Error in MSMQ MessageQueue.Create Next: CreateWatchDogTimer in CF |