Click here to Skip to main content
15,909,373 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Getting number of channels from a WMV Pin
Mark Salsbery23-Sep-08 10:33
Mark Salsbery23-Sep-08 10:33 
QuestionScrollbars are not working in VISTA Pin
hari_honey22-Sep-08 23:08
hari_honey22-Sep-08 23:08 
QuestionRe: Scrollbars are not working in VISTA Pin
Mark Salsbery23-Sep-08 10:37
Mark Salsbery23-Sep-08 10:37 
QuestionMaking a static labrary (to use <...> insted of "...") Pin
akirilov22-Sep-08 23:02
akirilov22-Sep-08 23:02 
AnswerRe: Making a static labrary (to use <...> insted of "...") Pin
Cedric Moonen22-Sep-08 23:11
Cedric Moonen22-Sep-08 23:11 
GeneralRe: Making a static labrary (to use <...> insted of "...") Pin
akirilov22-Sep-08 23:24
akirilov22-Sep-08 23:24 
GeneralRe: Making a static labrary (to use <...> insted of "...") Pin
Cedric Moonen22-Sep-08 23:27
Cedric Moonen22-Sep-08 23:27 
GeneralRe: Making a static labrary (to use <...> insted of "...") Pin
toxcct23-Sep-08 2:07
toxcct23-Sep-08 2:07 
akirilov wrote:
Well basically in my code I want to write


no, don't !

<> is meant for the compiler that the include is to be searched from the includes in its installation folder.

this is a C/C++ standard language feature and it is not what you want.

what you want is to reduce the path in the include instruction, don't you ?
well, if you include in the project settings the path to the folder containing the ibpp.h header file, you will then be able to do the following:
#include "ibpp.h"

so, not using <>, but you reduced the relative path included.

do that satisfy you now ?


AnswerRe: Making a static labrary (to use &lt;...&gt; insted of "...") Pin
akirilov23-Sep-08 3:07
akirilov23-Sep-08 3:07 
Questiondebug a microsoft function Pin
dolly22-Sep-08 22:12
dolly22-Sep-08 22:12 
AnswerRe: debug a microsoft function Pin
Rajesh R Subramanian22-Sep-08 22:18
professionalRajesh R Subramanian22-Sep-08 22:18 
AnswerRe: debug a microsoft function Pin
toxcct22-Sep-08 22:19
toxcct22-Sep-08 22:19 
GeneralRe: debug a microsoft function Pin
dolly22-Sep-08 23:04
dolly22-Sep-08 23:04 
GeneralRe: debug a microsoft function Pin
dolly22-Sep-08 23:06
dolly22-Sep-08 23:06 
GeneralRe: debug a microsoft function Pin
toxcct22-Sep-08 23:07
toxcct22-Sep-08 23:07 
AnswerRe: debug a microsoft function Pin
KarstenK23-Sep-08 0:32
mveKarstenK23-Sep-08 0:32 
QuestionFinding system drive of my system Pin
VCProgrammer22-Sep-08 22:07
VCProgrammer22-Sep-08 22:07 
AnswerRe: Finding system drive of my system Pin
Rajesh R Subramanian22-Sep-08 22:14
professionalRajesh R Subramanian22-Sep-08 22:14 
AnswerRe: Finding system drive of my system Pin
Russell'22-Sep-08 22:14
Russell'22-Sep-08 22:14 
AnswerRe: Finding system drive of my system Pin
David Crow23-Sep-08 3:25
David Crow23-Sep-08 3:25 
Questionthreads Pin
Russell'22-Sep-08 22:06
Russell'22-Sep-08 22:06 
AnswerRe: threads Pin
Russell'22-Sep-08 23:41
Russell'22-Sep-08 23:41 
GeneralRe: threads Pin
ramana.g23-Sep-08 1:17
ramana.g23-Sep-08 1:17 
GeneralRe: threads Pin
Russell'23-Sep-08 3:53
Russell'23-Sep-08 3:53 
GeneralRe: threads [modified] Pin
Mark Salsbery23-Sep-08 10:47
Mark Salsbery23-Sep-08 10:47 

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.