Click here to Skip to main content
15,913,349 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Store pointers into CListCtrl Pin
_Flaviu3-May-13 2:27
_Flaviu3-May-13 2:27 
QuestionMESSAGE MAP error Pin
mallews1-May-13 23:39
mallews1-May-13 23:39 
AnswerRe: MESSAGE MAP error Pin
Jochen Arndt2-May-13 0:25
professionalJochen Arndt2-May-13 0:25 
GeneralRe: MESSAGE MAP error Pin
mallews2-May-13 1:27
mallews2-May-13 1:27 
GeneralRe: MESSAGE MAP error Pin
Jochen Arndt2-May-13 1:39
professionalJochen Arndt2-May-13 1:39 
AnswerRe: MESSAGE MAP error Pin
Richard MacCutchan2-May-13 1:02
mveRichard MacCutchan2-May-13 1:02 
GeneralExtending the C using preprocessor and other goodies - how do they interact? Pin
Vaclav_1-May-13 5:34
Vaclav_1-May-13 5:34 
GeneralRe: Extending the C using preprocessor and other goodies - how do they interact? Pin
Richard MacCutchan1-May-13 6:02
mveRichard MacCutchan1-May-13 6:02 
Vaclav_Sal wrote:
would like to know how compiler applies stuff like “dependencies” , settings – preprocessor “additional includes” and “Options – directories”.
It doesn't, these are merely convenient ways of indicating how your source code should be compiled, and all are used by Visual Studio to build the command and options used to invoke the compiler. The preprocessor reads the source file, expands #included sources and macros, and passes the resulting source to the actual compiler. You can set options in VS to get the output of the preprocessor saved to a file.

Vaclav_Sal wrote:
And after this discussion is done, I'll ask about usage of #pragma
You will find all information on pragmas at http://msdn.microsoft.com/en-us/library/d9x1s805.aspx[^]. And for general information on Visual C++ see http://msdn.microsoft.com/en-us/library/ty9hx077.aspx[^]
Use the best guess

GeneralRe: Extending the C using preprocessor and other goodies - how do they interact? Pin
Vaclav_1-May-13 9:13
Vaclav_1-May-13 9:13 
GeneralRe: Extending the C using preprocessor and other goodies - how do they interact? Pin
Richard MacCutchan1-May-13 21:00
mveRichard MacCutchan1-May-13 21:00 
GeneralRe: Extending the C using preprocessor and other goodies - how do they interact? Pin
CDP18022-May-13 19:27
CDP18022-May-13 19:27 
GeneralRe: Extending the C using preprocessor and other goodies - how do they interact? Pin
Richard MacCutchan2-May-13 21:26
mveRichard MacCutchan2-May-13 21:26 
GeneralRe: Extending the C using preprocessor and other goodies - how do they interact? Pin
H.Brydon1-May-13 6:34
professionalH.Brydon1-May-13 6:34 
GeneralRe: Extending the C using preprocessor and other goodies - how do they interact? Pin
Vaclav_1-May-13 9:04
Vaclav_1-May-13 9:04 
GeneralRe: Extending the C using preprocessor and other goodies - how do they interact? Pin
jschell1-May-13 8:39
jschell1-May-13 8:39 
GeneralRe: Extending the C using preprocessor and other goodies - how do they interact? Pin
Vaclav_1-May-13 9:03
Vaclav_1-May-13 9:03 
GeneralRe: Extending the C using preprocessor and other goodies - how do they interact? Pin
jschell2-May-13 8:03
jschell2-May-13 8:03 
GeneralRe: Extending the C using preprocessor and other goodies - how do they interact? Pin
Stefan_Lang1-May-13 21:54
Stefan_Lang1-May-13 21:54 
GeneralRe: Extending the C using preprocessor and other goodies - how do they interact? Pin
Vaclav_4-May-13 5:34
Vaclav_4-May-13 5:34 
GeneralRe: Extending the C using preprocessor and other goodies - how do they interact? Pin
Stefan_Lang5-May-13 23:39
Stefan_Lang5-May-13 23:39 
QuestionOwner Draw MenuItem Displaying large in Size in Debug but in release it is Ok Pin
002comp30-Apr-13 21:14
002comp30-Apr-13 21:14 
AnswerRe: Owner Draw MenuItem Displaying large in Size in Debug but in release it is Ok Pin
Richard MacCutchan30-Apr-13 21:34
mveRichard MacCutchan30-Apr-13 21:34 
GeneralRe: Owner Draw MenuItem Displaying large in Size in Debug but in release it is Ok Pin
002comp1-May-13 0:25
002comp1-May-13 0:25 
SuggestionRe: Owner Draw MenuItem Displaying large in Size in Debug but in release it is Ok Pin
Richard MacCutchan1-May-13 1:49
mveRichard MacCutchan1-May-13 1:49 
QuestionDetect specific finger tip in convexhull Pin
Dilan Shaminda30-Apr-13 19:34
professionalDilan Shaminda30-Apr-13 19:34 

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.