G
Guest
Hello
I'm trying to call the winsock api in C# CF
Is it possible to call the inet_addr(const char* server) from .NET CF application
I got System.NotSupportedException when I tried below codes
[DllImport("winsock.dll", EntryPoint="inet_addr", CharSet=CharSet.Unicode, SetLastError=true)
public static extern ulong inet_addr(char[] cp); o
public static extern ulong inet_addr(byte[] cp)
Any ideas or suggestions are welcome
Thanks
Re
I'm trying to call the winsock api in C# CF
Is it possible to call the inet_addr(const char* server) from .NET CF application
I got System.NotSupportedException when I tried below codes
[DllImport("winsock.dll", EntryPoint="inet_addr", CharSet=CharSet.Unicode, SetLastError=true)
public static extern ulong inet_addr(char[] cp); o
public static extern ulong inet_addr(byte[] cp)
Any ideas or suggestions are welcome
Thanks
Re