VC++ 2005 and environment variables



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



.



Relevant Pages

  • Re: ssh-agent for openSSH does not export SSH_AUTH_SOCK..
    ... > I have the problem that I cannot access the ssh-agent once started, ... It cannot "export the ENV variables;" it has no ... new subcommand into which some environment variables are exported, ... be generated) which can be evalled in the calling shell. ...
    (comp.security.ssh)
  • Re: ssh-agent for openSSH does not export SSH_AUTH_SOCK..
    ... > I have the problem that I cannot access the ssh-agent once started, ... It cannot "export the ENV variables;" it has no ... new subcommand into which some environment variables are exported, ... be generated) which can be evalled in the calling shell. ...
    (comp.security.ssh)
  • Re: setting the environment variables in perl
    ... Paul Kraus wrote: ... > You can access all the env variables like this... ... Use this one-liner to check your environment variables: ...
    (perl.beginners)