hi all, i'm getting the following errors when compiling sample code in Microsoft Visual Studio 6 C++, ive compiled the net-snmp libraries, and i am able to use the supplied executables (eg. snmpget.exe) from the command line with no problems. I've changed the setting of VC++ as according the the readme.win32 file but with no success. here is the errors which i get when compiling the sample code for a snmpget request. .obj : error LNK2001: unresolved external symbol _winsock_cleanup .obj : error LNK2001: unresolved external symbol _snmp_close .obj : error LNK2001: unresolved external symbol _snmp_free_pdu .obj : error LNK2001: unresolved external symbol _snmp_errstring .obj : error LNK2001: unresolved external symbol _print_variable .obj : error LNK2001: unresolved external symbol _snmp_synch_response .obj : error LNK2001: unresolved external symbol _snmp_add_null_var .obj : error LNK2001: unresolved external symbol _read_objid .obj : error LNK2001: unresolved external symbol _snmp_pdu_create .obj : error LNK2001: unresolved external symbol _snmp_log .obj : error LNK2001: unresolved external symbol _snmp_perror .obj : error LNK2001: unresolved external symbol _snmp_open .obj : error LNK2001: unresolved external symbol _winsock_startup .obj : error LNK2001: unresolved external symbol _snmp_sess_init .obj : error LNK2001: unresolved external symbol _init_snmp any help is much appreciated. Thanks ian
------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
