Click here to Skip to main content
15,888,218 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionabout HKEY_CLASSES_ROOT TypeLib Pin
George_George2-Sep-07 23:27
George_George2-Sep-07 23:27 
QuestionStack overflow while reading bamp image Pin
Maynka2-Sep-07 23:26
Maynka2-Sep-07 23:26 
AnswerRe: Stack overflow while reading bamp image Pin
chandu0042-Sep-07 23:48
chandu0042-Sep-07 23:48 
AnswerRe: Stack overflow while reading bamp image Pin
Russell'2-Sep-07 23:55
Russell'2-Sep-07 23:55 
AnswerRe: Stack overflow while reading bamp image Pin
Mark Salsbery3-Sep-07 9:05
Mark Salsbery3-Sep-07 9:05 
GeneralRe: Stack overflow while reading bamp image Pin
Maynka3-Sep-07 18:45
Maynka3-Sep-07 18:45 
GeneralRe: Stack overflow while reading bamp image Pin
Mark Salsbery3-Sep-07 20:31
Mark Salsbery3-Sep-07 20:31 
QuestionPicture Control / Client Rectangle Pin
TheShihan2-Sep-07 23:22
TheShihan2-Sep-07 23:22 
GeneralRe: Picture Control / Client Rectangle Pin
chandu0042-Sep-07 23:46
chandu0042-Sep-07 23:46 
GeneralRe: Picture Control / Client Rectangle Pin
TheShihan3-Sep-07 0:02
TheShihan3-Sep-07 0:02 
GeneralRe: Picture Control / Client Rectangle Pin
chandu0043-Sep-07 0:13
chandu0043-Sep-07 0:13 
Questionmsi.lib Pin
himanshu p taunk2-Sep-07 22:58
himanshu p taunk2-Sep-07 22:58 
AnswerRe: msi.lib Pin
Hamid_RT3-Sep-07 0:07
Hamid_RT3-Sep-07 0:07 
QuestionCan anyone tell me whats wrong with this mime format Pin
monsieur_jj2-Sep-07 21:17
monsieur_jj2-Sep-07 21:17 
QuestionNeed help about SIP protocol on PDA Pin
goooff2-Sep-07 21:09
goooff2-Sep-07 21:09 
QuestionIncluding files present in subfolders in VC++ Pin
vipin_nvk2-Sep-07 20:48
vipin_nvk2-Sep-07 20:48 
AnswerRe: Including files present in subfolders in VC++ Pin
chandu0042-Sep-07 21:38
chandu0042-Sep-07 21:38 
AnswerRe: Including files present in subfolders in VC++ Pin
jhwurmbach3-Sep-07 2:45
jhwurmbach3-Sep-07 2:45 
In "Project properties" - "C/C++" - "General" - "Additional Include Directories" add ".." as the first entry.
Now, the cases are
1. #include "file1.h" and #include "library/file1.h"
2. #include "myproject/file3.h" and #include "myproject/library/file4.h"
3. Here, instead of ".." a name from the MACROS would be appropriate" $(InputDir) prossibly.
Then #include "myproject/file5.h" and #include "myproject/library/file6.h"



Though I speak with the tongues of men and of angels, and have not money, I am become as a sounding brass, or a tinkling cymbal.
George Orwell, "Keep the Aspidistra Flying", Opening words

Question/Gz;/Gd;/Gr Pin
nitin32-Sep-07 20:40
nitin32-Sep-07 20:40 
QuestionGantt Chart Pin
c072-Sep-07 20:21
c072-Sep-07 20:21 
AnswerRe: Gantt Chart Pin
chandu0042-Sep-07 21:35
chandu0042-Sep-07 21:35 
GeneralRe: Gantt Chart Pin
BadKarma2-Sep-07 23:48
BadKarma2-Sep-07 23:48 
AnswerRe: Gantt Chart Pin
Hamid_RT2-Sep-07 21:37
Hamid_RT2-Sep-07 21:37 
AnswerRe: Gantt Chart Pin
c072-Sep-07 22:36
c072-Sep-07 22:36 
QuestionI Need to make the CListCtrl non sortable at run time Pin
Javed Akhtar Ansari2-Sep-07 20:06
Javed Akhtar Ansari2-Sep-07 20:06 

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.