Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Include path

1 view
Skip to first unread message

Radu Irimie

unread,
Feb 28, 2005, 2:32:51 PM2/28/05
to

I am getting the "cannot include file" error message when I try to reverse engineer from a C++ source code to class diagram.
The include statement in the source code looks like this:
#include "subdirA\subdirB\subdirC\headerfile.hpp"
The whole path should start in a certain directory say
"drive:\projectDir\include".
I need to tell the parser this start directory so the header file include statement makes sense. How do I do this?
I am using Together v 6.2.
Thanks!

ElenaA

unread,
Mar 1, 2005, 6:31:58 AM3/1/05
to
you need to make sure that 'drive:\projectDir\include' is added to the
project - to project paths or to classpath. The path specified in #include
statement should be relative to the folder where the searchpath starts,
otherwise the file won't be found


"Radu Irimie" <iri...@netscape.net> wrote in message
news:422371e3$1...@newsgroups.borland.com...

0 new messages