Re: how to write a dynamically loadable object for a table

2011-08-24 Thread Wes Hardaker
>>>>> 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

dynamically loadable object

2011-08-23 Thread chulk
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

Writing a Dynamically Loadable Object Problem

2009-03-03 Thread David Hervás
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

Need help in Linking sample nstAgentPluginObject - Dynamically Loadable Object for Net-SNMP Agent

2008-06-13 Thread srenivasan rs
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