VC++ 2005 and environment variables
- From: "JB" <JB@xxxxxxxxxxxxxx>
- Date: Fri, 10 Nov 2006 11:15:40 -0000
Hi, I am using environment variables in my VC++ 2005 pocketpc
project. They seem to be working fine for almost all the settings
for example i have the output directory set to
$(OutDir)/$(COMPANY)_app.exe
where $(COMPANY) is an environemnt variable
The only 2 places env variables are not working are ie
not recognised. Why is this and how can i get round it.
As said all other tabs and fileds in Project->properties
recognise my env variables.
Deployment->remote directory field
%CSIDL_PROGRAM_FILES%\$(COMPANY)_app
and Debugging->Remote Executable
%CSIDL_PROGRAM_FILES%\$(COMPANY)__app\$(COMPANY)__app.exe
.
- Prev by Date: how can I stop compiling when there're certain errors?
- Next by Date: Re: Newbie Question, How to link in a third party LIB in VC 2005
- Previous by thread: how can I stop compiling when there're certain errors?
- Next by thread: Re: Newbie Question, How to link in a third party LIB in VC 2005
- Index(es):
Relevant Pages
|