Click here to Skip to main content
15,885,537 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Tell linker to add cpp files Pin
dehseth27-Feb-09 3:50
dehseth27-Feb-09 3:50 
AnswerRe: Tell linker to add cpp files Pin
Stuart Dootson27-Feb-09 4:11
professionalStuart Dootson27-Feb-09 4:11 
AnswerRe: Tell linker to add cpp files Pin
Code-o-mat27-Feb-09 3:37
Code-o-mat27-Feb-09 3:37 
QuestionRe: Tell linker to add cpp files Pin
dehseth27-Feb-09 4:01
dehseth27-Feb-09 4:01 
AnswerRe: Tell linker to add cpp files Pin
Code-o-mat27-Feb-09 4:10
Code-o-mat27-Feb-09 4:10 
AnswerRe: Tell linker to add cpp files Pin
Stuart Dootson27-Feb-09 4:17
professionalStuart Dootson27-Feb-09 4:17 
GeneralRe: Tell linker to add cpp files Pin
dehseth27-Feb-09 6:41
dehseth27-Feb-09 6:41 
QuestionRibbon application crash on some systems while it works fine on others. Pin
VC++Maniac27-Feb-09 2:47
VC++Maniac27-Feb-09 2:47 
Ribbon application crash on some systems while it works fine on others. I have statically linked to MFC. Still it crashes on random systems. I debugged it on the system on which it crashed and found that the FindByID returns NULL for CMFCRibbonSlider in OnUpdate.. function. Other ribbon controls are working fine.

CMFCRibbonBar* pRibbon = ((CMainFrame*) GetTopLevelFrame())->GetRibbonBar();<br />
	ASSERT_VALID(pRibbon);<br />
	CMFCRibbonSlider* pSlider = DYNAMIC_DOWNCAST(CMFCRibbonSlider, pRibbon->GetCategory(0)->FindByID(ID_EDIT_EXPAND_COLLAPSE));


Why does it return NULL only on some systems ?
What might be the problem?

Thanks in Advanc
QuestionFile Browser Pin
pooja_friends27-Feb-09 2:20
pooja_friends27-Feb-09 2:20 
AnswerRe: File Browser Pin
Jijo.Raj27-Feb-09 2:40
Jijo.Raj27-Feb-09 2:40 
QuestionGrid Help needed Pin
pandit8427-Feb-09 0:29
pandit8427-Feb-09 0:29 
AnswerRe: Grid Help needed Pin
pandit8427-Feb-09 4:28
pandit8427-Feb-09 4:28 
Question?? Pin
sonu.saini.76@gmail.com27-Feb-09 0:25
sonu.saini.76@gmail.com27-Feb-09 0:25 
AnswerRe: ?? PinPopular
Michael Schubert27-Feb-09 0:27
Michael Schubert27-Feb-09 0:27 
AnswerRe: ?? Pin
Rajesh R Subramanian27-Feb-09 3:19
professionalRajesh R Subramanian27-Feb-09 3:19 
AnswerRe: ?? Pin
Hamid_RT27-Feb-09 3:35
Hamid_RT27-Feb-09 3:35 
AnswerRe: ?? Pin
jeron127-Feb-09 4:17
jeron127-Feb-09 4:17 
Questionwhat can i use in place of GotoDlgCtrl in Form view? Pin
Le@rner26-Feb-09 23:31
Le@rner26-Feb-09 23:31 
AnswerRe: what can i use in place of GotoDlgCtrl in Form view? Pin
Iain Clarke, Warrior Programmer26-Feb-09 23:48
Iain Clarke, Warrior Programmer26-Feb-09 23:48 
GeneralRe: what can i use in place of GotoDlgCtrl in Form view? [modified] Pin
Le@rner27-Feb-09 1:01
Le@rner27-Feb-09 1:01 
AnswerRe: what can i use in place of GotoDlgCtrl in Form view? Pin
Roger Allen27-Feb-09 0:34
Roger Allen27-Feb-09 0:34 
GeneralRe: what can i use in place of GotoDlgCtrl in Form view? Pin
Le@rner27-Feb-09 1:02
Le@rner27-Feb-09 1:02 
Questionserial port programming using threads in c Pin
rao_abhilash26-Feb-09 23:11
rao_abhilash26-Feb-09 23:11 
AnswerRe: serial port programming using threads in c Pin
CPallini26-Feb-09 23:44
mveCPallini26-Feb-09 23:44 
AnswerRe: serial port programming using threads in c Pin
Iain Clarke, Warrior Programmer26-Feb-09 23:50
Iain Clarke, Warrior Programmer26-Feb-09 23:50 

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.