Click here to Skip to main content
15,893,644 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRibbon control Pin
Andre xxxxxxx6-Mar-06 10:38
Andre xxxxxxx6-Mar-06 10:38 
AnswerRe: Ribbon control Pin
PJ Arends6-Mar-06 15:22
professionalPJ Arends6-Mar-06 15:22 
GeneralRe: Ribbon control Pin
Andre xxxxxxx6-Mar-06 23:21
Andre xxxxxxx6-Mar-06 23:21 
QuestionPer-user per-machine registry Pin
Squirrel Twirler6-Mar-06 9:55
Squirrel Twirler6-Mar-06 9:55 
AnswerRe: Per-user per-machine registry Pin
Ryan Binns6-Mar-06 17:25
Ryan Binns6-Mar-06 17:25 
GeneralRe: Per-user per-machine registry Pin
Squirrel Twirler6-Mar-06 19:28
Squirrel Twirler6-Mar-06 19:28 
GeneralRe: Per-user per-machine registry Pin
Ryan Binns6-Mar-06 22:05
Ryan Binns6-Mar-06 22:05 
QuestionProject Includes settings. Pin
Maximilien6-Mar-06 8:39
Maximilien6-Mar-06 8:39 
on vc6 it's working; now trying to set it up in VS.net 2003 it does not work.

I have some header file external to my project ( from 3rd party vendor ).

c:\external\include\library_1\includes\<some header files>
c:\external\include\library_2\includes\<some more header files>
c:\external\include\library_3\includes\<some other header files>
...

I include all the header files in the StdAfx.h file :

#include "library_1\includes/hA.h"<br />
#include "library_1\includes/hB.h"<br />
#include "library_1\includes/hC.h"<br />
#include "library_1\includes/hD.h"<br />
#include "library_2\includes/h1.h"<br />
#include "library_2\includes/h2.h"<br />
#include "library_2\includes/h3.h"<br />
...


Header hA.h includes a header in library_2 h1.h like :

/// hA.h 
#include "h1.h" // with the quotes. VS.net compiler cannot find h1.h


In VC6, in the project settings, I set the path to

c:usr\local\include\,
c:usr\local\include\library_1\includes\,
c:usr\local\include\library_2\includes\

this seems to be working.

But when I import this into my vs.net 2003 project, the path are not recognized.

Any ideas where I need to set the path to library_2 and library_1 ?

I don't want to have to change the header files, but if I have to, I will do it.

Thanks.


Maximilien Lincourt
Your Head A Splode - Strong Bad
QuestionNewcomer Guidance Pin
Greg Barnes6-Mar-06 7:53
Greg Barnes6-Mar-06 7:53 
AnswerRe: Newcomer Guidance Pin
Christian Graus6-Mar-06 8:14
protectorChristian Graus6-Mar-06 8:14 
GeneralRe: Newcomer Guidance Pin
Greg Barnes6-Mar-06 8:20
Greg Barnes6-Mar-06 8:20 
GeneralRe: Newcomer Guidance Pin
Chris Meech6-Mar-06 8:45
Chris Meech6-Mar-06 8:45 
AnswerRe: Newcomer Guidance Pin
Ryan Binns6-Mar-06 17:28
Ryan Binns6-Mar-06 17:28 
QuestionWhy? Pin
#realJSOP6-Mar-06 5:47
mve#realJSOP6-Mar-06 5:47 
AnswerRe: Why? Pin
Blake Miller6-Mar-06 5:49
Blake Miller6-Mar-06 5:49 
AnswerRe: Why? Pin
Michael Dunn6-Mar-06 8:03
sitebuilderMichael Dunn6-Mar-06 8:03 
QuestionHow? Pin
Lampros Giampouras6-Mar-06 5:35
Lampros Giampouras6-Mar-06 5:35 
AnswerRe: How? Pin
David Crow6-Mar-06 5:36
David Crow6-Mar-06 5:36 
AnswerRe: How? Pin
Roger Stoltz6-Mar-06 5:39
Roger Stoltz6-Mar-06 5:39 
Question_DebugHeapTag error Pin
Eytukan6-Mar-06 5:13
Eytukan6-Mar-06 5:13 
AnswerRe: _DebugHeapTag error Pin
toxcct6-Mar-06 6:59
toxcct6-Mar-06 6:59 
QuestionMicrosoft detour + hook winapi functions Pin
David-coder6-Mar-06 5:08
David-coder6-Mar-06 5:08 
AnswerRe: Microsoft detour + hook winapi functions Pin
Stephen Hewitt6-Mar-06 11:46
Stephen Hewitt6-Mar-06 11:46 
GeneralRe: Microsoft detour + hook winapi functions Pin
David-coder7-Mar-06 6:06
David-coder7-Mar-06 6:06 
GeneralRe: Microsoft detour + hook winapi functions Pin
Stephen Hewitt7-Mar-06 12:08
Stephen Hewitt7-Mar-06 12:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.