G
Guest
Dear All
I used those code to import methods from native dll.
It works on WinCE.net 4.2
But when I try it on PPC2003 device. It throw a MissingMethodException.
Please give me a hand.
[DllImport("test.dll", EntryPoint="MyCreate")]
private static extern IntPtr Create ();
endpoint = Create (); <---- error here
Thanks a lot ~!!
Joey
I used those code to import methods from native dll.
It works on WinCE.net 4.2
But when I try it on PPC2003 device. It throw a MissingMethodException.
Please give me a hand.
[DllImport("test.dll", EntryPoint="MyCreate")]
private static extern IntPtr Create ();
endpoint = Create (); <---- error here
Thanks a lot ~!!
Joey