Re: Win32 DLL - API functions not exported

2010-12-15 Thread Bart Van Assche
On Wed, Dec 15, 2010 at 11:39 AM, Mario Gartner wrote: > > My question is related to the Windows DLL version of Net-SNMP. > I found that not all API functions are really exported since they're not > mentioned in the .def file. > > I'm mainly interested in agent handler API (agent_handler.h): > ht

Win32 DLL - API functions not exported

2010-12-15 Thread Mario Gartner
Hi! My question is related to the Windows DLL version of Net-SNMP. I found that not all API functions are really exported since they're not mentioned in the .def file. I'm mainly interested in agent handler API (agent_handler.h): http://www.net-snmp.org/docs/man/netsnmp_handler.html Is there a