473,497 Members | 2,124 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Adding Directories to VC++ Project

105 New Member
Hi all,

I have some header files in Clear Case environment..I need to include some of the header files into one of my VC++(2005 version) project..For example the path starts as say

x:/vcc/abcc.h

Should I have to include the whole path including the drive in my VC++ Project settings or just starting from /vcc....

Thanks
Feb 22 '07 #1
1 1336
DeMan
1,806 Top Contributor
The best way (I think[I haven't used vc++]) is to include the path relative to where the project file is (If ur using a makefile this is even better, start from it's own directory) (so that other clearcase users in the same view can definitely see the file).

Thus if you want to include:

g:\myProject\importantHeader\hdr\thisFile.h
and your makefile or your project file is in
g:\myProject\myTestDriver\testSuite

you would declare the path as ..\..\importantHeader\hdr\thisFile.h

Of course if I used \ instead of / you would change this also......
Feb 22 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
1603
by: Martin Hoffmann | last post by:
Hi people! I'd like to build a setup script for a MSVC 7.1 project. The script asks the user for some directories where include files and libs are stored. These directories should be added to...
3
1664
by: Andreas Busse | last post by:
Hi, I received a big fat package of source code developed with Metrowerks CodeWarrior and now I am trying to convert this project to VC.NET 2003. My problem is, that in order to compile I have...
3
2689
by: Arpi Jakab | last post by:
I have a main project that depends on projects A and B. The main project's additional include directories list is: ...\ProjectA\Dist\Include ...\ProjectB\Dist\Include Each of the include...
2
2980
by: Susan Baker | last post by:
Hi, I am (trying) to compile some code I downloaded from the internet. The sources contain references to header files - using the form : #include <pathname/file> If I change the form to...
1
1549
by: Chris Newby | last post by:
I have created a standard VS 2003 setup project (not the Web Setup project) that installs an Asp.Net application. In addition to this, I would like the setup to also create a few other virtual...
1
1209
by: Lloyd Dupont | last post by:
I have VS.NET 2005 standart edition. Before installing it I had installed VC++ express. I did modify some directory variable in VC++ express to have some project working. Now VS.NET is all...
1
895
by: Ashutosh | last post by:
Hi, In VC++ 6.0, when we add a Registered ActiveX Control to the project form Project menu\Add to Project\Components and Contorls, then all the classes required for that control is automatically...
6
16984
by: =?Utf-8?B?WW9naSBXYXRjaGVy?= | last post by:
Hello, I am using Visual Studio-2003. I created a project to build my library. Since I am using third party libraries as well, I have specified those additional library dependencies in project...
0
365
by: abtandon | last post by:
Hi All I just ported my ATL application from VS2005 to VS2008, I have included the required ATL server include directory path in "Additional Include Directories" in VS 2008 IDE...
0
7120
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,...
1
6878
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...
0
5456
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4897
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...
0
4583
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3078
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1405
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 ...
1
649
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
286
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.