Click here to Skip to main content
15,918,742 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Why Is this false? Pin
will13834-Jun-03 10:28
will13834-Jun-03 10:28 
GeneralDifferent fonts in static controls Pin
Vancouver4-Jun-03 8:51
Vancouver4-Jun-03 8:51 
GeneralRe: Different fonts in static controls Pin
Toni784-Jun-03 19:15
Toni784-Jun-03 19:15 
GeneralRe: Different fonts in static controls Pin
BhaskarBora4-Jun-03 20:12
BhaskarBora4-Jun-03 20:12 
GeneralRe: Thanks; and re bitmaps Pin
Vancouver4-Jun-03 21:36
Vancouver4-Jun-03 21:36 
QuestionHow to disable the "ctrl-o" etc. from menu? Pin
Kevein4-Jun-03 8:18
Kevein4-Jun-03 8:18 
AnswerRe: How to disable the "ctrl-o" etc. from menu? Pin
David Crow4-Jun-03 9:55
David Crow4-Jun-03 9:55 
GeneralDetecting compiler version Pin
Jahangir Shah4-Jun-03 7:36
Jahangir Shah4-Jun-03 7:36 
I am writing a function, just suppose:

int Add(int a, int b)
{
   return 3;
}


Now what i want is that this code get compiled if the compiler is Visual C++ 6.0 and not compile if the compiler is Visual C++ 7.0. With what macro i can detect that ??

Example if i want function to compile on unicode builds, i do something like:

#ifdef _UNICODE

int Add(int a, int b)
{
   return 3;
}

#endif

GeneralRe: Detecting compiler version Pin
Chris Meech4-Jun-03 8:07
Chris Meech4-Jun-03 8:07 
GeneralCompiler problems Pin
Dominik Reichl4-Jun-03 6:32
Dominik Reichl4-Jun-03 6:32 
GeneralRe: Compiler problems Pin
David Crow4-Jun-03 9:58
David Crow4-Jun-03 9:58 
GeneralAfxOleInit Pin
act_x4-Jun-03 5:23
act_x4-Jun-03 5:23 
GeneralRe: AfxOleInit Pin
peterchen4-Jun-03 5:35
peterchen4-Jun-03 5:35 
GeneralRemoving Duplicates from CListCtrl Pin
si_694-Jun-03 5:02
si_694-Jun-03 5:02 
GeneralRe: Removing Duplicates from CListCtrl Pin
James Hughes4-Jun-03 5:27
James Hughes4-Jun-03 5:27 
GeneralRe: Removing Duplicates from CListCtrl Pin
James Hughes4-Jun-03 5:28
James Hughes4-Jun-03 5:28 
GeneralRe: Removing Duplicates from CListCtrl Pin
si_694-Jun-03 5:30
si_694-Jun-03 5:30 
GeneralRe: Removing Duplicates from CListCtrl Pin
David Crow4-Jun-03 10:03
David Crow4-Jun-03 10:03 
General_resetstkoflw Pin
dabs4-Jun-03 5:01
dabs4-Jun-03 5:01 
GeneralRe: _resetstkoflw Pin
dabs4-Jun-03 5:10
dabs4-Jun-03 5:10 
QuestionHow can I remove the icon from the upper left corner? Pin
DanYELL4-Jun-03 4:59
DanYELL4-Jun-03 4:59 
AnswerRe: How can I remove the icon from the upper left corner? Pin
Magnus Westin4-Jun-03 5:11
Magnus Westin4-Jun-03 5:11 
GeneralRe: How can I remove the icon from the upper left corner? Pin
dave_p_r_b4-Jun-03 6:00
dave_p_r_b4-Jun-03 6:00 
AnswerRe: How can I remove the icon from the upper left corner? Pin
Kevein4-Jun-03 8:23
Kevein4-Jun-03 8:23 
GeneralCOM Object access in Timer Proc Pin
act_x4-Jun-03 4:49
act_x4-Jun-03 4:49 

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.