question when writing a dynamically loadable object

2011-03-03 Thread 刘盈
Dear:  I try to write  a dynamically loadable object  according to the http://www.net-snmp.org/.In the attachment ,there are my files. I change the nstAgentPluginObject.c and load the Makefile,NET-SNMP-TUTORIAL-MIB.txt,nstAgentPluginObject.h from the   " http://www.net-snmp.org/wiki/index.

Writing a Dynamically Loadable Object

2009-06-08 Thread Oana Popescu
I am implementing a MIB extension that I would like to load dynamically in Net-SNMP agent. I am implementing this extension to run on Windows and the Net-snmp version is 5.4.2.1. I saw some comments on the forums that dlmod is not supported under Windows. Is there any other way to do this? Th