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

C / C++ / MFC

 
GeneralRe: Help Dont know why Pin
Chris Losinger1-Mar-05 2:42
professionalChris Losinger1-Mar-05 2:42 
GeneralRe: Help Dont know why Pin
Anonymous1-Mar-05 3:09
Anonymous1-Mar-05 3:09 
GeneralUnderstanding MBCS Pin
Chintoo7231-Mar-05 1:55
Chintoo7231-Mar-05 1:55 
GeneralRe: Understanding MBCS Pin
Michael Dunn1-Mar-05 7:46
sitebuilderMichael Dunn1-Mar-05 7:46 
GeneralExtract text from PDF in C++ Pin
User 17288841-Mar-05 1:43
User 17288841-Mar-05 1:43 
GeneralUsing stdafx.h in multiple directories Pin
raghavr21-Mar-05 0:54
raghavr21-Mar-05 0:54 
GeneralRe: Using stdafx.h in multiple directories Pin
Blake Miller1-Mar-05 6:19
Blake Miller1-Mar-05 6:19 
GeneralRe: Using stdafx.h in multiple directories Pin
raghavr21-Mar-05 16:38
raghavr21-Mar-05 16:38 
Hi,

Thanks for the reply. Actually, it works by giving the common "StdAfx.h" as the precompiled header for all the source files under different sub directories of the project.

However, when i try to open the StdAfx.h file (using "Open document") from the #include "StdAfx.h" in the cpp file (which is in the sub directories), it is opening a StdAfx.h file of another DLL project. I am not sure if the compiler is taking the proper StdAfx.h file during compilation.

Actually, we have around 20 DLL projects under the same "Sources" directory and each one of these DLLs has a separate StdAfx.h file. How can we be sure that the StdAfx.h file included in a DLL is not referenced by the source files of another DLL project?

Thanks,
Raghav
GeneralRe: Using stdafx.h in multiple directories Pin
Blake Miller2-Mar-05 7:09
Blake Miller2-Mar-05 7:09 
GeneralRe: Using stdafx.h in multiple directories Pin
raghavr22-Mar-05 16:50
raghavr22-Mar-05 16:50 
GeneralRe: Using stdafx.h in multiple directories Pin
Blake Miller3-Mar-05 6:07
Blake Miller3-Mar-05 6:07 
Generalbluetooth programming Pin
Member 16324381-Mar-05 0:25
Member 16324381-Mar-05 0:25 
Generalwmi Pin
ozgul28-Feb-05 22:52
ozgul28-Feb-05 22:52 
GeneralRe: wmi Pin
Steve Thresher1-Mar-05 1:52
Steve Thresher1-Mar-05 1:52 
GeneralRe: wmi Pin
ozgul1-Mar-05 2:49
ozgul1-Mar-05 2:49 
GeneralRe: wmi Pin
Aamir Butt2-Mar-05 0:01
Aamir Butt2-Mar-05 0:01 
GeneralGetting a bit frustrated with Readfile/Writefile Pin
User 137680028-Feb-05 22:46
User 137680028-Feb-05 22:46 
GeneralRe: Getting a bit frustrated with Readfile/Writefile Pin
Michael Dunn1-Mar-05 1:42
sitebuilderMichael Dunn1-Mar-05 1:42 
GeneralRe: Getting a bit frustrated with Readfile/Writefile Pin
User 13768001-Mar-05 8:32
User 13768001-Mar-05 8:32 
GeneralChanging colours of a combo box (reposted) Pin
Alton Williams28-Feb-05 22:31
Alton Williams28-Feb-05 22:31 
QuestionHow to get the full Path from GetDisplayName Pin
Lonely Byte28-Feb-05 22:08
Lonely Byte28-Feb-05 22:08 
AnswerRe: How to get the full Path from GetDisplayName Pin
Ravi Bhavnani1-Mar-05 4:32
professionalRavi Bhavnani1-Mar-05 4:32 
GeneralRe: How to get the full Path from GetDisplayName Pin
Lonely Byte1-Mar-05 19:40
Lonely Byte1-Mar-05 19:40 
QuestionHow to manipulate bitmap in a View? Pin
kokehqyu28-Feb-05 20:38
kokehqyu28-Feb-05 20:38 
AnswerRe: How to manipulate bitmap in a View? Pin
Selvam R28-Feb-05 22:29
professionalSelvam R28-Feb-05 22:29 

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.