[omniORB] Problem building IDL file

Kiran Shettigar kiranjs@vsnl.com
Fri, 23 Jun 2000 09:49:57 +0530


Hi all,

    It's not working.Now i am using msvcp50.dll but the problem still
persists
"Spawnvp of CL failure".Even VCVARS32.bat is not helping.
When running  vcvars32.bat  it says following
 "Setting the environment variables for VC++ tools . Out of environment
scope. Out of environment scope. Out of environment scope."

A solution at the earliest is much appreciated.

Thanx
kiran



----- Original Message -----
From: Armin Gerritsen <a.a.gerritsen@phys.uu.nl>
To: Kiran Shettigar <kiranjs@vsnl.com>
Sent: Thursday, June 22, 2000 4:46 PM
Subject: Re: [omniORB] Problem building IDL file


> > Hi all,
> >     I tried to build the IDL file using VC++ 6.0 and on Windows 98.
> > It gave me an error message that "MSVCP50.dll is not found". I tried by
> > copying and renaming the
> > MSVCP60.dll to MSVCP50.dll.Then after building the idl file it gave me
an
> > error "Spawnvp of CL failed"
> > I tried running the VCVARS32.bat file but it says "Setting the env var
for
> > VC++ tools . Out of env scope..........."
> > What should i do now. Where i am goin wrong?
>
> You are not doing something wrong at all.
> You simply need this DLL and the 6.0 versions is really different so
> renaming doesn't help. Installing VC++ 5 helps, but since you already have
> 6.0 this is not a real option. :-)
>
> Try to look on your system whether you somewhere have this DLL. If so copy
> it to your WINDOWS\SYSTEM directory, else look at MS's site, Yahoo, or
> http://solo.abac.com/dllarchive/ for the DLL.
>
> Regards,
>
> Armin