[AGENT++] Support for IPv6 in Windows.

Jochen Katz katz at agentpp.com
Tue Jul 4 23:26:13 CEST 2006


Hi,

> I am trying to build the SNMP_PP dll with IPv6. But I saw in the code
> #ifndef WIN32
> #define SNMP_PP_IPv6
> #endif
> 
> Is it not supported for WIN32?

no, only with cygwin. I don't remember exactly, but I think I had some
problems with IPv6 and VC++6.

I just tried with the free Visual Studio 2005 version, just to find out
that this version does not have a winsock header any more...

> What has to be done for the support for IPv6 in SNMP_PP dll in windows?

Just define SNMP_PP_IPv6 and see what happens ;-) You will get some
calls to undefined functions or calls with illegal arguments, as windows
 uses different names/arguments.

Regards,
  Jochen





More information about the AGENTPP mailing list