On 13 April 2010 12:47, Dave Shield <[email protected]> wrote:
>   (I'm looking at problems with builds with some of the other
>    parameters enabled...)

The attached patch seems to fix the errors running build.bat on Windows
with Visual Studio 2008,  and selecting dynamic linking.   I appreciate that
the 'libsnmp.def' file may not be the best mechanism for specifying which
symbols should be exporting from the library, but I'm trying to keep changes
to a minimum at this stage.

I'm therefore calling for votes as to whether this should be applied
to the two lines currently in release freeze.

Dave
Index: win32/libsnmp_dll/libsnmp.def
===================================================================
--- win32/libsnmp_dll/libsnmp.def	(revision 18463)
+++ win32/libsnmp_dll/libsnmp.def	(working copy)
@@ -247,6 +247,7 @@
 	copy_nword
 	calculate_time_diff
 	vacm_is_configured
+	get_configuration_directory
 	vacm_createGroupEntry
 	vacm_destroyGroupEntry
 	vacm_destroyAllGroupEntries
Index: win32/libsnmp_dll/libsnmp.def.in
===================================================================
--- win32/libsnmp_dll/libsnmp.def.in	(revision 18463)
+++ win32/libsnmp_dll/libsnmp.def.in	(working copy)
@@ -247,6 +247,7 @@
 	copy_nword
 	calculate_time_diff
 	vacm_is_configured
+	get_configuration_directory
 	vacm_createGroupEntry
 	vacm_destroyGroupEntry
 	vacm_destroyAllGroupEntries
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to