Wrox Programmer Forums
|
Visual C++ Questions specific to Microsoft's Visual C++. For questions not specific to this Microsoft version, use the C++ Programming forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Visual C++ section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 17th, 2007, 10:37 AM
Authorized User
 
Join Date: May 2006
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to notrosh
Default Including Other Project

Hi Everyone,

I am very new to C++. I mostly use C# and VB. I am having to make a C++ application that depend on two other C++ applications. I have managed to add them to my solution. However, I can't seem to use any of the files in the two other projects. I can access the methods or any variables. I have tried to include the projects in my source and header files using both formats.

#include <name>
#inlcude "name"

Is there something that I am missing....I have no idea what I am doing wrong....

Thanks in advance for all help

Notrosh
 
Old April 23rd, 2007, 12:09 AM
Authorized User
 
Join Date: Jan 2007
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to arun.sharma.kumar
Default

#include "..\..\asdf\BBB.h" check which file you are adding to which project and verify in the path you specify for header file declarations as shown

Arun Kumar.
Size the day put no efforts on the morrow!





Similar Threads
Thread Thread Starter Forum Replies Last Post
Including some records and excluding others RussLewis XSLT 2 March 3rd, 2008 12:36 PM
Including activex ashishprem Beginning VB 6 4 January 23rd, 2007 08:07 AM
Including an .ocx dartcoach VB How-To 9 November 13th, 2006 01:37 PM
Including a text file mahulda ASP.NET 1.0 and 1.1 Basics 2 June 27th, 2004 10:21 AM
Including same files in different directories jeremy108 BOOK: Beginning PHP4/PHP 5 ISBN: 978-0-7645-4364-7; v5 ISBN: 978-0-7645-5783-5 1 August 8th, 2003 01:37 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.