----- Original Message ----- From: "SANDHYA PAWAR" <[EMAIL PROTECTED]> To: "Sisyphus" <[EMAIL PROTECTED]> Sent: Wednesday, June 28, 2006 10:37 PM Subject: RE: Inline::java question
> > > I run batch file ( vcvars32.bat) but path of files are not getting > added in PATH variable .. > Can you show us the output (copy'n'paste) ? First enter 'path', then run vcvars32.bat, then enter 'path' again. Here is what I get when I do that: ------------------------------------ C:\WINNT\system32>path PATH=C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;D:\third_party_dll;E: \GTK \bin;;F:\WinCvs\CVSNT C:\WINNT\system32>D:\VC98\bin\vcvars32.bat Setting environment for using Microsoft Visual C++ tools. C:\WINNT\system32>path PATH=D:\vc98\msdev98\BIN;D:\VC98\BIN;D:\vc98\TOOLS\WINNT;D:\vc98\TOOLS;C:\WI NNT\ system32;C:\WINNT;C:\WINNT\System32\Wbem;D:\third_party_dll;E:\GTK\bin;;F:\W inCv s\CVSNT C:\WINNT\system32> ------------------------------- As you can see, running 'vcvars32.bat' added D:\vc98\msdev98\BIN, D:\VC98\BIN, D:\vc98\TOOLS\WINNT, and D:\vc98\TOOLS to my path. A similar thing should happen for you - it would be helpful if we can see what you get when you do the same as I have just done. (Start with a newly opened console.) Cheers, Rob