473,804 Members | 3,278 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

VC++ directories with environment variables

Where do the variables that are in VC++ Directories come from? For example,
there is a path $(FrameworkSDKD ir) in the Executable files directories.
Where can I find out what this variable points to? It is not an environment
variable of my system.

--
Daniel
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
Nov 17 '05 #1
4 3820

"Daniel Lidström" <so*****@micros oft.com> wrote in message
news:se******** *************** *******@40tude. net...
Where do the variables that are in VC++ Directories come from? For
example,
there is a path $(FrameworkSDKD ir) in the Executable files directories.
Where can I find out what this variable points to? It is not an
environment
variable of my system.

--
Daniel
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?


Posting to the wrong NG?

Willy.
Nov 17 '05 #2
On Thu, 28 Apr 2005 16:50:04 +0200, Willy Denoyette [MVP] wrote:
"Daniel Lidström" <so*****@micros oft.com> wrote in message
news:se******** *************** *******@40tude. net...
Where do the variables that are in VC++ Directories come from? For
example,
there is a path $(FrameworkSDKD ir) in the Executable files directories.
Where can I find out what this variable points to? It is not an
environment
variable of my system.

--
Daniel
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?


Posting to the wrong NG?


Which one would you suggest Willy?

--
Daniel
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
Nov 17 '05 #3

"Daniel Lidström" <so*****@micros oft.com> wrote in message
news:1p******** *************** ********@40tude .net...
On Thu, 28 Apr 2005 16:50:04 +0200, Willy Denoyette [MVP] wrote:
"Daniel Lidström" <so*****@micros oft.com> wrote in message
news:se******** *************** *******@40tude. net...
Where do the variables that are in VC++ Directories come from? For
example,
there is a path $(FrameworkSDKD ir) in the Executable files directories.
Where can I find out what this variable points to? It is not an
environment
variable of my system.

--
Daniel
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?


Posting to the wrong NG?


Which one would you suggest Willy?

--
Daniel
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?


I would try....

microsoft.publi c.vc.ide_genera l

Willy.


Nov 17 '05 #4

Try the languages.vc newsgroup. And I believe they're set by the
environment - if you open a VS command prompt, they're set there too.

Steve
"Daniel Lidström" <so*****@micros oft.com> wrote in message
news:1p******** *************** ********@40tude .net...
On Thu, 28 Apr 2005 16:50:04 +0200, Willy Denoyette [MVP] wrote:
"Daniel Lidström" <so*****@micros oft.com> wrote in message
news:se******** *************** *******@40tude. net...
Where do the variables that are in VC++ Directories come from? For
example,
there is a path $(FrameworkSDKD ir) in the Executable files directories.
Where can I find out what this variable points to? It is not an
environment
variable of my system.

--
Daniel
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?


Posting to the wrong NG?


Which one would you suggest Willy?

--
Daniel
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?

Nov 17 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
2283
by: Murali | last post by:
I have a project in Unix which uses the make utility. I want to change the environment to VC++. Are there any tools which would help me in creating VC++ workspaces from my make files and the source code directories.
2
4392
by: Paul Ohmart | last post by:
I want to use xerces c++, binary release 2_3_0, on W2k with VC++ 6.0. The header files in the include directory all use include statements of the form: #include <xercesc/util/XercesDefs.hpp>. The sample projects have all these header files listed in the "External Dependencies" directory of the project. Clearly "<xercesc/..." is the xercesc directory in the distribution file hierarchy but I am unable to understand how I define "xercesc"...
2
1521
by: 50295 | last post by:
Hi - I program in C++ but I'm not good with VC++ (yet). I will like to create a custom project for which a specific template or wizard does not exist. Because the program is a console application, I started out with the Win32 Console Project template. Having done that, the problem is that my application uses a custom header files and libraries (see code below) that VC++ does not know about. My question therefore is how do I
1
1554
by: Heath | last post by:
I'm dealing with a C# application that monitors changes to the file system, and need to exclude irrelevent directories, temp directories for example. Is there any way to identify such directories, perhaps through DirectoryInfo or something similar that might give some attribute that temp, system, hidden, etc directories might be tagged with? I wanted to write this code to check and ignore such directories dynamically based on...
5
6057
by: Pradnyesh Rane | last post by:
Hi, I am encountering the following linker error on VC7. LINK : fatal error LNK1171: unable to load ole32.dll This error is only encountered for the "Debug" configuration. The project successfully compiles/links in "Release" configuration. Any help is welcome.
3
2036
by: Old Codger | last post by:
Thanks for this Oleg, nice try! Unfortunately the solution you gave refers to .NET 2002 and I am using .NET 2003. In the article it says: "This bug was corrected in Microsoft Visual C++ .NET (2003), and all versions of Microsoft Visual Studio .NET (2003). " Also, the "SourceFiles" directory DOES exist for VC7.1 and it appears to contain the correct path.
1
2406
by: Jim Bancroft | last post by:
Hi, I've used VC++ 6 for my previous C++ work and am having a little trouble acclimating to VS .Net 2003, mainly in establishing where to look for additional header and library files. I'm creating a console app and need to include a few custom headers, as well as a library file, from my hard drive. I've used .Net 2003 for C# projects often enough, but never C++. Should I go to Project--->Properties, choose the Linker folder, then
1
6328
by: PangFromChina | last post by:
Platform:window 2000 professional, VC++6.0 +SP5 STLport: STLport 5.0.2 While test STLport following "STLport README for Microsoft Visual C++ compilers." of README.msvc(readme.txt), there is a error:NMAKE: fatal error U1077: 'cl': return code '0x2'stop. I can build STLport without any error but a warning, after buiding I test it, a error is appear.
5
2404
by: Andy | last post by:
I'm having trouble accessing an unmanaged long from a managed class in VC++.NET When I do, the contents of the variable seem to be mangled. If I access the same variable byte-by-byte, I get the correct value. Regardless what I set the variable to, the value that is returned for a long is always the same value. What's going on...can anyone help me? A short version of the code follows:
0
9706
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10580
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10335
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10323
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7621
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5525
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5652
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4301
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3821
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.