>>>>> On Wed, 24 Aug 2011 10:30:08 +0800, "guguclk" said:
g> I want to write a dynamically loadable object.
g> now, how can I get a makefile of dynamic module ?
g> and get a dynamically loadable object ?
We have a tutorial that has an example Makefile:
http
t.c
vdslLineTable_data_get.h
vdslLineTable_data_set.c
vdslLineTable_data_set.h
vdslLineTable_enums.h
vdslLineTable_interface.c
vdslLineTable_interface.h
vdslLineTable_oids.h
These files are expected when we run "mib2c -c mib2c.mfd.conf xxxtable".
I want to write a dynamically loadable obj
Hi, I'm David, from Spain.
I want to write a dinamically loadable object, and to begin, I'm
following the tutorial "Writing a Dynamically Loadable Object" in the
Net-SNMP web. I'm working on Fedora 10 and I have the net-SNMP 5.4.2.1
version
I have downloaded all fil
Hi All,
I am trying to create a DLL for nstAgentPluginObject sample program given
in
http://www.net-snmp.org/tutorial/tutorial-5/toolkit/dlmod/nstAgentPluginObject.c
using
VC++ 2008 Express Edition.
==
The compilation an