Re: Retreiving Adaptors informations with Winsock 1 on WIN32
Re: Retreiving Adaptors informations with Winsock 1 on WIN32
- Subject: Re: Retreiving Adaptors informations with Winsock 1 on WIN32
- From: David Remahl <email@hidden>
- Date: Tue, 04 Jun 2002 19:17:21 +0200
>
Hi everybody,
>
>
Im trying to develop a cross-platform NetWork API (SUN/OPENSTEP/WIN32).
>
>
i would like to know if there is some possibilities to query NetWork
>
Interfaces of a local computer.
>
>
Code is trivial on UNIX system (by use of <net/if.h> & <sys/ioctl.h>).
>
>
But i found that the only available library for ObjC on WIN32 is the cheapest
>
Winsock32 (define in winsock.h) ....
>
>
So my question is :"Is there a possibility to query network interface without
>
using Winsock2 ?"
>
>
Is there another solution ???
>
>
Regards,
>
>
THORILLON Xavier
>
Software Engineer
>
Proxyware
This is definitely a question better asked on a windows programming list.
You can use any c api available on windows, but I do not know which those
are when it comes to networking.
/ David
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.