win32: error C3861: 'netsnmp_free': identifier not found, even wi th argument-dependent lookup
"Berge, Harry ten" <[email protected]>
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, I've build 5.3 on windows and I'm trying to use the DLL in my own project. So far so good, except that by linking I get unresolved symbols: 'netsnmp_free' and 'netsnmp_strdup' So, what is this? I found that these functions are used to overrule the default free (in 'win32/net-snmp/net-snmp-config.h'), but for some reason this leads to problems in 'container.h'. I'm lost. Anyone an idea? Regards Harry