Click here to Skip to main content
15,887,683 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to show bookmarks in a popupmenu? Pin
Maximilien12-Jan-11 2:54
Maximilien12-Jan-11 2:54 
AnswerRe: how to show bookmarks in a popupmenu? Pin
User 742933812-Jan-11 1:14
professionalUser 742933812-Jan-11 1:14 
QuestionHow to create a Floating Image over another Image ? Pin
002comp12-Jan-11 0:46
002comp12-Jan-11 0:46 
AnswerRe: How to create a Floating Image over another Image ? Pin
Cool_Dev12-Jan-11 1:23
Cool_Dev12-Jan-11 1:23 
GeneralRe: How to create a Floating Image over another Image ? Pin
002comp12-Jan-11 1:52
002comp12-Jan-11 1:52 
GeneralRe: How to create a Floating Image over another Image ? Pin
Cool_Dev12-Jan-11 2:22
Cool_Dev12-Jan-11 2:22 
QuestionGet Document IDispatch in native C++ (possibly using MFC ActiveX Control) [modified] Pin
T210211-Jan-11 21:37
T210211-Jan-11 21:37 
Questionhelp on control update from worker thread Pin
ashwani_gupt11-Jan-11 21:07
ashwani_gupt11-Jan-11 21:07 
hi all,

following is a code snippet of my program having vc6 mfc sdi and formview as basic characteristics.

void CScada_thrdsView::dsp_cnt()
{
while (!exit_thrd)
{while(!nw_cnt) ;
sprintf(cstring,"%d",count);
m_val.InsertString((count-1),cstring);
UpdateData(FALSE);
` nw_cnt = 0;
}
}
i am getting an error

debug assertion failed;file wincore.cpp;line no 883

from debugging i gather that this error is being caused due to the updatedata statement.

the function dsp_cnt is in form view but is being called from the worker thread.

i request for help in sorting out this error.

thnx
ashwani
AnswerRe: help on control update from worker thread Pin
Cedric Moonen11-Jan-11 21:13
Cedric Moonen11-Jan-11 21:13 
GeneralRe: help on control update from worker thread Pin
ashwani_gupt11-Jan-11 21:31
ashwani_gupt11-Jan-11 21:31 
AnswerRe: help on control update from worker thread Pin
Andrew Brock11-Jan-11 21:21
Andrew Brock11-Jan-11 21:21 
GeneralRe: help on control update from worker thread Pin
ashwani_gupt11-Jan-11 21:33
ashwani_gupt11-Jan-11 21:33 
GeneralRe: help on control update from worker thread Pin
ashwani_gupt11-Jan-11 21:47
ashwani_gupt11-Jan-11 21:47 
GeneralRe: help on control update from worker thread Pin
Andrew Brock11-Jan-11 21:54
Andrew Brock11-Jan-11 21:54 
GeneralRe: help on control update from worker thread Pin
ashwani_gupt12-Jan-11 2:23
ashwani_gupt12-Jan-11 2:23 
QuestionMeasure CRichEditCtrl height Pin
Pavel Sokolov11-Jan-11 8:00
Pavel Sokolov11-Jan-11 8:00 
AnswerRe: Measure CRichEditCtrl height Pin
User 742933811-Jan-11 8:41
professionalUser 742933811-Jan-11 8:41 
GeneralRe: Measure CRichEditCtrl height Pin
Pavel Sokolov11-Jan-11 10:04
Pavel Sokolov11-Jan-11 10:04 
AnswerRe: Measure CRichEditCtrl height Pin
User 742933811-Jan-11 10:14
professionalUser 742933811-Jan-11 10:14 
GeneralRe: Measure CRichEditCtrl height Pin
Pavel Sokolov11-Jan-11 10:43
Pavel Sokolov11-Jan-11 10:43 
QuestionRe: Measure CRichEditCtrl height Pin
User 742933811-Jan-11 10:45
professionalUser 742933811-Jan-11 10:45 
AnswerRe: Measure CRichEditCtrl height Pin
Pavel Sokolov11-Jan-11 11:02
Pavel Sokolov11-Jan-11 11:02 
AnswerRe: Measure CRichEditCtrl height Pin
Pavel Sokolov11-Jan-11 11:39
Pavel Sokolov11-Jan-11 11:39 
QuestionRe: Measure CRichEditCtrl height Pin
David Crow11-Jan-11 9:08
David Crow11-Jan-11 9:08 
AnswerRe: Measure CRichEditCtrl height Pin
Pavel Sokolov11-Jan-11 10:07
Pavel Sokolov11-Jan-11 10:07 

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.