Click here to Skip to main content
15,920,708 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCRichEditCtrl problem Pin
Shah Shehpori20-Jan-04 19:31
sussShah Shehpori20-Jan-04 19:31 
GeneralGenerating tones using MCI Pin
ffazly20-Jan-04 16:38
ffazly20-Jan-04 16:38 
GeneralDynamically invoking classes at runtime Pin
Tank_Aviator20-Jan-04 15:01
Tank_Aviator20-Jan-04 15:01 
GeneralSlightly offtopic: Installshield Express QuickPatch shortcuts problem Pin
obe20-Jan-04 13:10
obe20-Jan-04 13:10 
Questionhow can i include source files which is under different directory Pin
Member 78215420-Jan-04 11:39
Member 78215420-Jan-04 11:39 
AnswerRe: how can i include source files which is under different directory Pin
alex.barylski20-Jan-04 12:12
alex.barylski20-Jan-04 12:12 
AnswerRe: how can i include source files which is under different directory Pin
Jijo.Raj20-Jan-04 17:31
Jijo.Raj20-Jan-04 17:31 
GeneralRe: how can i include source files which is under different directory Pin
Mike Dimmick21-Jan-04 2:22
Mike Dimmick21-Jan-04 2:22 
Tools > Options > Directory is a user setting. Only use this for system includes such as the Platform SDK. These settings are not carried along with the project, so anyone else working with the project will have to configure their IDE appropriately.

For projects, you should go to Project > Settings > C/C++ tab > Preprocessor category and add the directory to the Additional Directories setting. You'll need to do this for all configurations.

The Additional Directories setting is a comma-separated list of directories. You should specify the directory relative to the location of the project's .dsp file.

A layout I often use is
proj
 +-inc
 +-src
 +-lib
 +-bin
 +-obj
In this case, I put common include files in inc, my project files live in the root proj directory, so the Additional Directories field simply has inc in it.
GeneralRe: how can i include source files which is under different directory Pin
Member 78215421-Jan-04 5:40
Member 78215421-Jan-04 5:40 
GeneralRe: how can i include source files which is under different directory Pin
Mike Dimmick21-Jan-04 5:58
Mike Dimmick21-Jan-04 5:58 
GeneralRe: how can i include source files which is under different directory Pin
Member 78215421-Jan-04 7:18
Member 78215421-Jan-04 7:18 
GeneralRe: how can i include source files which is under different directory Pin
Jijo.Raj21-Jan-04 17:03
Jijo.Raj21-Jan-04 17:03 
Questiondiffucult: how can i measure velocity with a webcam? Pin
andreas.schaerer20-Jan-04 10:47
andreas.schaerer20-Jan-04 10:47 
AnswerRe: diffucult: how can i measure velocity with a webcam? Pin
73Zeppelin20-Jan-04 11:50
73Zeppelin20-Jan-04 11:50 
GeneralRe: diffucult: how can i measure velocity with a webcam? Pin
andreas.schaerer21-Jan-04 0:31
andreas.schaerer21-Jan-04 0:31 
AnswerRe: diffucult: how can i measure velocity with a webcam? Pin
bryce20-Jan-04 11:52
bryce20-Jan-04 11:52 
GeneralRe: diffucult: how can i measure velocity with a webcam? Pin
andreas.schaerer21-Jan-04 0:39
andreas.schaerer21-Jan-04 0:39 
GeneralRe: diffucult: how can i measure velocity with a webcam? Pin
berndg21-Jan-04 2:43
berndg21-Jan-04 2:43 
GeneralRe: diffucult: how can i measure velocity with a webcam? Pin
andreas.schaerer21-Jan-04 2:56
andreas.schaerer21-Jan-04 2:56 
GeneralRe: diffucult: how can i measure velocity with a webcam? Pin
berndg21-Jan-04 3:04
berndg21-Jan-04 3:04 
GeneralRe: diffucult: how can i measure velocity with a webcam? Pin
andreas.schaerer21-Jan-04 3:15
andreas.schaerer21-Jan-04 3:15 
GeneralRe: diffucult: how can i measure velocity with a webcam? Pin
berndg21-Jan-04 3:19
berndg21-Jan-04 3:19 
AnswerRe: diffucult: how can i measure velocity with a webcam? Pin
Andrew Walker21-Jan-04 12:19
Andrew Walker21-Jan-04 12:19 
GeneralRe: diffucult: how can i measure velocity with a webcam? Pin
schaereran@gmx.net22-Jan-04 6:02
schaereran@gmx.net22-Jan-04 6:02 
GeneralRe: diffucult: how can i measure velocity with a webcam? Pin
Andrew Walker22-Jan-04 13:20
Andrew Walker22-Jan-04 13:20 

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.