Re: Visual C++ Express and net-snmp

2007-01-26 Thread Daniel Lacey
Alex Burger wrote: Daniel Lacey wrote: I tried to compile net-snmp as in section "Win32\build.bat script" and using the Visual C++ application. The BAT method gives me an error caused by: if (! (-d $ENV{MSVCDir})) { print "\nPlease run VCVARS32.BAT first to set up the Visual St

Re: Visual C++ Express and net-snmp

2007-01-26 Thread Alex Burger
Daniel Lacey wrote: > I tried to compile net-snmp as in section "Win32\build.bat script" and > using the Visual C++ application. > The BAT method gives me an error caused by: > > if (! (-d $ENV{MSVCDir})) { > print "\nPlease run VCVARS32.BAT first to set up the Visual Studio > build\n" . >

Re: Visual C++ Express and net-snmp

2007-01-25 Thread Daniel Lacey
G. S. Marzot wrote: Daniel Lacey wrote: I finally got the Visual C++ Express and PSDK on my XP machine... It does have NMAKE!!! That's the end of the good news... When trying from Visual C++, I get errors about not being able to find winsock.h... It is in th

Re: Visual C++ Express and net-snmp

2007-01-25 Thread G. S. Marzot
Daniel Lacey wrote: > I finally got the Visual C++ Express and PSDK on my XP machine... > It does have NMAKE!!! > > That's the end of the good news... > > When trying from Visual C++, I get errors about not being able to find > winsock.h... > It is in the PSDK under Server 2003 R2... > Is there

Visual C++ Express and net-snmp

2007-01-24 Thread Daniel Lacey
I finally got the Visual C++ Express and PSDK on my XP machine... It does have NMAKE!!! That's the end of the good news... I tried to compile net-snmp as in section "Win32\build.bat script" and using the Visual C++ application. The BAT method gives me an error caused by: if (! (-d $ENV{MSVCD