Magnus Fromreide wrote: > If I understand it correctly functions in the lib that are to b > available on win32 must be listed in win32/libsnmp_dll/libsnmp.def.in. > > If this is correct (could someone who knows windows please correct me if > it isn't) then i propose that the attached patch should be added to > 5.4.rc2
The only functions that need to be in the .def / .def.in files are ones that are used outside of the library. The four you listed appear only be used inside snmplib/. Are you using these functions in your own code? Alex > + netsnmp_lookup_default_target > + netsnmp_clear_default_target > + netsnmp_lookup_default_domain > + netsnmp_clear_default_domain ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
