Click here to Skip to main content
15,886,830 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Date Picker Control - Need to switch from British to American Format. Pin
David Crow15-Apr-09 7:39
David Crow15-Apr-09 7:39 
AnswerRe: Date Picker Control - Need to switch from British to American Format. Pin
Don Jones BNYMellon15-Apr-09 8:00
Don Jones BNYMellon15-Apr-09 8:00 
GeneralRe: Date Picker Control - Need to switch from British to American Format. Pin
Don Jones BNYMellon15-Apr-09 8:17
Don Jones BNYMellon15-Apr-09 8:17 
GeneralRe: Date Picker Control - Need to switch from British to American Format. Pin
David Crow15-Apr-09 9:15
David Crow15-Apr-09 9:15 
Questionhow to get the linux kernel version in cpp program Pin
scamguru15-Apr-09 3:09
scamguru15-Apr-09 3:09 
AnswerRe: how to get the linux kernel version in cpp program Pin
ParagPatel15-Apr-09 3:31
ParagPatel15-Apr-09 3:31 
GeneralRe: how to get the linux kernel version in cpp program Pin
scamguru15-Apr-09 4:12
scamguru15-Apr-09 4:12 
GeneralRe: how to get the linux kernel version in cpp program Pin
ParagPatel15-Apr-09 4:28
ParagPatel15-Apr-09 4:28 
Try below code,

#if LINUX_VERSION_CODE <= KERNEL_VERSION(2,4,0)
//include for version 2.4 or lower
#else
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
//include for version 2.6 or higer
#endif // 2.4
#endif //2.6


Parag Patel
Sr. Software Eng, Varaha Systems

GeneralRe: how to get the linux kernel version in cpp program Pin
scamguru15-Apr-09 4:40
scamguru15-Apr-09 4:40 
Questionerror LNK2001 Pin
venera_soft15-Apr-09 3:00
venera_soft15-Apr-09 3:00 
QuestionRe: error LNK2001 Pin
David Crow15-Apr-09 3:23
David Crow15-Apr-09 3:23 
AnswerRe: error LNK2001 Pin
venera_soft17-Apr-09 3:31
venera_soft17-Apr-09 3:31 
AnswerRe: error LNK2001 Pin
Stuart Dootson15-Apr-09 3:39
professionalStuart Dootson15-Apr-09 3:39 
AnswerRe: error LNK2001 Pin
venera_soft17-Apr-09 3:32
venera_soft17-Apr-09 3:32 
QuestionCListCtrl::OnTimer() Pin
Radhakrishnan G.15-Apr-09 2:34
Radhakrishnan G.15-Apr-09 2:34 
AnswerRe: CListCtrl::OnTimer() Pin
ParagPatel15-Apr-09 2:47
ParagPatel15-Apr-09 2:47 
GeneralRe: CListCtrl::OnTimer() Pin
Radhakrishnan G.15-Apr-09 2:52
Radhakrishnan G.15-Apr-09 2:52 
Question"Image after text" option in MFC Treeview Pin
mutpan15-Apr-09 2:25
mutpan15-Apr-09 2:25 
AnswerRe: "Image after text" option in MFC Treeview Pin
Maximilien15-Apr-09 3:19
Maximilien15-Apr-09 3:19 
AnswerRe: "Image after text" option in MFC Treeview Pin
Stuart Dootson15-Apr-09 3:21
professionalStuart Dootson15-Apr-09 3:21 
Questionplease help me ! change matrix... Pin
akinal198615-Apr-09 2:21
akinal198615-Apr-09 2:21 
AnswerRe: please help me ! change matrix... Pin
Cedric Moonen15-Apr-09 2:31
Cedric Moonen15-Apr-09 2:31 
GeneralRe: please help me ! change matrix... Pin
CPallini15-Apr-09 6:06
mveCPallini15-Apr-09 6:06 
AnswerRe: please help me ! change matrix... Pin
akinal198615-Apr-09 15:37
akinal198615-Apr-09 15:37 
Questionupdate-patching techniques Pin
FotisSs15-Apr-09 1:53
FotisSs15-Apr-09 1:53 

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.