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 the PSDK under Server 2003 R2...
Is there something obvious I missed in setting up the PSDK for XP?
(I did read the docs, and setup VC++ paths to put the SDK before the VC++ for 
exe, includes, etc.)

    

I haven't played with this  in ages but it might be as simple as adding the
right header search path to the VC++ project file...so it finds winsock.h...

-G


  
You were so correct!
The PSDK documentation leads you to believe that this was done automatically. It actually walks you thru what I believed were the steps to integrate the PSDK with VC++...

After manually adding the PSDK include path to VC++, the winsock.h error went away.

I am still interested in finding out why the Perl build script fails. (While I am at it, might as well test all the scenarios).
Can someone tell me what the environment variable MSVCDir is set to on your system?
Is it just the "C:\Progam Files\Microsoft Visual Studio 6" or some such?
A copy of the vcvars.bat and vsvars.bat would be nice. VC++ 8 (Express) also has a vcvarsall.bat which doesn't help...

Thanks,
Dan

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to