Re: CL.EXE error !
- From: "Nishant Sivakumar" <nish@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 27 Jul 2005 10:46:10 +0530
vsvars32.bat sets some environment variables used by the command line
compiler. Why would you want to copy/paste its contents into your batch
file? You can use the "call" batch file command to execute it and have
control return to your batch file after it's finished executing.
--
Regards,
Nish [VC++ MVP]
http://www.voidnish.com
http://blog.voidnish.com
"dwaach" <xbhishek.xsthxnx@xxxxxxxxx> wrote in message
news:1122438925.761356.89010@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Hi,
>
> I am buidling a MFC dialog project using CL.EXE command line.
> Now when I start building , some errors are generetaed regarding
> *dvp711.dll something. When I run vcvars32.bat , everything works fine
> and I get the output.
>
> Now, I am going to make a DOS batch file for runnning this build
> procedure.
> DO I need to call vcvars32.bat everytime I use CL.EXE.
>
> Why do I need vcvars32.bat for this ?
> Can I copy and paste vcvars32.bat commands into my batch file
>
> Help
> Dwaach
>
.
- Follow-Ups:
- Re: CL.EXE error !
- From: dwaach
- Re: CL.EXE error !
- References:
- CL.EXE error !
- From: dwaach
- CL.EXE error !
- Prev by Date: Re: stopping modal dialog from completely exiting application in WM_C
- Next by Date: Re: Terminating User-Interface Thread
- Previous by thread: CL.EXE error !
- Next by thread: Re: CL.EXE error !
- Index(es):
Relevant Pages
|