Click here to Skip to main content
16,005,038 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhi i really need help in this question help me!!!!!! Pin
samozx16-Mar-07 13:13
samozx16-Mar-07 13:13 
QuestionWhy are MFC GUI controls so limited !!? Pin
ChrisRibe16-Mar-07 10:44
ChrisRibe16-Mar-07 10:44 
AnswerRe: Why are MFC GUI controls so limited !!? Pin
Mark Salsbery16-Mar-07 12:18
Mark Salsbery16-Mar-07 12:18 
AnswerRe: Why are MFC GUI controls so limited !!? Pin
ChrisRibe16-Mar-07 17:36
ChrisRibe16-Mar-07 17:36 
AnswerRe: Why are MFC GUI controls so limited !!? Pin
John R. Shaw16-Mar-07 18:00
John R. Shaw16-Mar-07 18:00 
AnswerRe: Why are MFC GUI controls so limited !!? Pin
Christian Graus16-Mar-07 18:18
protectorChristian Graus16-Mar-07 18:18 
QuestionHTML Help staying in front Pin
ellenu16-Mar-07 10:28
ellenu16-Mar-07 10:28 
QuestionApplication Stack Pin
AAKAra16-Mar-07 9:53
AAKAra16-Mar-07 9:53 
Hello,
My project is an MFC application; i am running into an application crash when user tries to select an object from the browse window. This does not happened when the user tries to do it with a single click, this happens only when user tries to drag the object a little bit while selecting. I have an option of making a copy of the object when the user tries to drag and drop it, but if the right click and drag is bit fast then the application crashes. My call stack shows these messages.,




> mfc71d.dll!AfxAssertValidObject(const CObject * pOb=0x00000000, const char * lpszFileName=0x7c142b9c, int nLine=33) Line 75 C++
mfc71d.dll!AfxOleGetMessageFilter() Line 33 + 0x15 C++
Util.dll!CInstanceListCtrl::OnBegindrag(tagNMHDR * __formal=0x03f5a9ac, long * pResult=0x03f5a664) Line 2590 + 0x5 C++
mfc71d.dll!_AfxDispatchCmdMsg(CCmdTarget * pTarget=0x03f5c444, unsigned int nID=0, int nCode=65427, void (void)* pfn=0x0072db00, void * pExtra=0x03f5a3d0, unsigned int nSig=57, AFX_CMDHANDLERINFO * pHandlerInfo=0x00000000) Line 119 C++
mfc71d.dll!CCmdTarget::OnCmdMsg(unsigned int nID=0, int nCode=65427, void * pExtra=0x03f5a3d0, AFX_CMDHANDLERINFO * pHandlerInfo=0x00000000) Line 396 + 0x27 C++
mfc71d.dll!CWnd::ReflectChildNotify(unsigned int uMsg=78, unsigned int wParam=1024, long lParam=66431404, long * pResult=0x03f5a664) Line 3251 + 0x23 C++
mfc71d.dll!CWnd::OnChildNotify(unsigned int uMsg=78, unsigned int wParam=1024, long lParam=66431404, long * pResult=0x03f5a664) Line 3205 C++
mfc71d.dll!CListCtrl::OnChildNotify(unsigned int message=78, unsigned int wParam=1024, long lParam=66431404, long * pResult=0x03f5a664) Line 606 + 0x18 C++
mfc71d.dll!CWnd::SendChildNotifyLastMsg(long * pResult=0x03f5a664) Line 3145 C++
mfc71d.dll!CWnd::ReflectLastMsg(HWND__ * hWndChild=0x000307b8, long * pResult=0x03f5a664) Line 3183 C++
mfc71d.dll!CWnd::OnNotify(unsigned int __formal=1024, long lParam=66431404, long * pResult=0x03f5a664) Line 2569 + 0xd C++
SelDlg.dll!0136999e()
mfc71d.dll!CWnd::OnWndMsg(unsigned int message=78, unsigned int wParam=1024, long lParam=66431404, long * pResult=0x03f5a698) Line 1771 + 0x28 C++
mfc71d.dll!CWnd::WindowProc(unsigned int message=78, unsigned int wParam=1024, long lParam=66431404) Line 1745 + 0x1e C++
mfc71d.dll!AfxCallWndProc(CWnd * pWnd=0x03f5b0b4, HWND__ * hWnd=0x000307de, unsigned int nMsg=78, unsigned int wParam=1024, long lParam=66431404) Line 241 + 0x1a C++
mfc71d.dll!AfxWndProc(HWND__ * hWnd=0x000307de, unsigned int nMsg=78, unsigned int wParam=1024, long lParam=66431404) Line 389 C++



Please suggest me in handling this crash.
With Rgds,
Anil

QuestionRe: Application Stack Pin
prasad_som18-Mar-07 23:37
prasad_som18-Mar-07 23:37 
AnswerRe: Application Stack Pin
AAKAra19-Mar-07 3:55
AAKAra19-Mar-07 3:55 
QuestionRe: Application Stack Pin
prasad_som19-Mar-07 4:06
prasad_som19-Mar-07 4:06 
AnswerRe: Application Stack Pin
AAKAra19-Mar-07 4:28
AAKAra19-Mar-07 4:28 
QuestionCAsyncSocket --help please! Pin
csmithmaui16-Mar-07 9:30
csmithmaui16-Mar-07 9:30 
AnswerRe: CAsyncSocket --help please! Pin
Mark Salsbery16-Mar-07 13:21
Mark Salsbery16-Mar-07 13:21 
GeneralRe: CAsyncSocket --help please! Pin
csmithmaui16-Mar-07 15:30
csmithmaui16-Mar-07 15:30 
GeneralRe: CAsyncSocket --help please! Pin
Mark Salsbery16-Mar-07 15:40
Mark Salsbery16-Mar-07 15:40 
GeneralRe: CAsyncSocket --help please! Pin
csmithmaui20-Mar-07 8:31
csmithmaui20-Mar-07 8:31 
GeneralRe: CAsyncSocket --help please! Pin
Mark Salsbery20-Mar-07 8:39
Mark Salsbery20-Mar-07 8:39 
GeneralRe: CAsyncSocket --help please! Pin
csmithmaui20-Mar-07 10:01
csmithmaui20-Mar-07 10:01 
GeneralRe: CAsyncSocket --help please! Pin
Mark Salsbery20-Mar-07 10:10
Mark Salsbery20-Mar-07 10:10 
AnswerRe: CAsyncSocket --help please! Pin
Mark Salsbery16-Mar-07 14:34
Mark Salsbery16-Mar-07 14:34 
GeneralRe: CAsyncSocket --help please! Pin
csmithmaui16-Mar-07 15:05
csmithmaui16-Mar-07 15:05 
GeneralRe: CAsyncSocket --help please! Pin
Mark Salsbery16-Mar-07 15:16
Mark Salsbery16-Mar-07 15:16 
AnswerRe: CAsyncSocket --help please! Pin
Mark Salsbery16-Mar-07 15:35
Mark Salsbery16-Mar-07 15:35 
QuestionBuild Error - fatal error C1083 Pin
Reagan Conservative16-Mar-07 4:44
Reagan Conservative16-Mar-07 4:44 

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.