Re: Building snmpdemoapp on Win32

2005-12-16 Thread xxx yyy
Things got worse before I tracked down the evident source of the link errors - Not only did my release version stop linking successfully, but suddenly, I could no longer successfully rebuild the Win32sdk project! (same "error LNK2001: unresolved external symbol __imp__optind" error, among others

Re: Building snmpdemoapp on Win32

2005-12-14 Thread xxx yyy
Further data: Appears link problems only occur when I build the debug version (which I would prefer to have right now) - After numerous "warning LINK4217: locally defined symbol _netsnmp_ imported" msgs, still get "error LNK2001: unresolved external symbol __imp__optind" (3 times) - If this is

Building snmpdemoapp on Win32

2005-12-13 Thread xxx yyy
What's involved in building snmpdemoapp on a Win32 platform? Since I am not sure how to translate option definition lines such as CFLAGS=-I. `net-snmp-config --cflags` BUILDLIBS=`net-snmp-config --libs` BUILDAGENTLIBS=`net-snmp-config --agent-libs` from gcc compiler-ize to cl compiler-