Click here to Skip to main content
15,899,634 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to export the drived class from one abstract class? And also STL container is used as private members. Pin
SAMZCN22-Nov-10 23:15
SAMZCN22-Nov-10 23:15 
QuestionRe: How to export the drived class from one abstract class? And also STL container is used as private members. Pin
CPallini22-Nov-10 23:20
mveCPallini22-Nov-10 23:20 
AnswerRe: How to export the drived class from one abstract class? And also STL container is used as private members. Pin
Nisamudheen22-Nov-10 12:28
Nisamudheen22-Nov-10 12:28 
GeneralRe: How to export the drived class from one abstract class? And also STL container is used as private members. Pin
SAMZCN22-Nov-10 14:01
SAMZCN22-Nov-10 14:01 
Question890901 - getting the currently active child frame Pin
ilostmyid222-Nov-10 1:25
professionalilostmyid222-Nov-10 1:25 
AnswerRe: 890901 - getting the currently active child frame Pin
Nuri Ismail22-Nov-10 2:30
Nuri Ismail22-Nov-10 2:30 
GeneralRe: 890901 - getting the currently active child frame Pin
ilostmyid222-Nov-10 3:30
professionalilostmyid222-Nov-10 3:30 
QuestionError "Windows has triggered a breakpoint in test.exe" Pin
Le@rner21-Nov-10 23:49
Le@rner21-Nov-10 23:49 
Hi,

this message window pop up in my application.

and point out on free.c
on this location
retval = HeapFree(_crtheap, 0, pBlock);
         if (retval == 0)
         {
             errno = _get_errno_from_oserr(GetLastError());
         }


and the call stack is

	ntdll.dll!77c90004() 	
 	[Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll]	
 	ntdll.dll!77d2cad0() 	
 	ntdll.dll!77ce7a57() 	
 	ntdll.dll!77cbb0cd() 	
 	ntdll.dll!77cbafd8() 	
 	ntdll.dll!77caa5a4() 	
 	kernel32.dll!764e3f01() 	
 	kernel32.dll!764e3f01() 	
>	Test.exe!free(void * pBlock=0x3cba86c8)  Line 110	C
 	Test.exe!CMemFile::Free(unsigned char * lpMem=0x3cba86c8)  Line 118 + 0x8 bytes	C++
 	Test.exe!ATL::CStringData::Release()  Line 113	C++
 	Test.exe!ATL::CSimpleStringT<char,0>::operator=(const ATL::CSimpleStringT<char,0> & strSrc="10022*Socket Error")  Line 300	C++
 	Test.exe!CSmtp_Mon_Thread::SmtpResponseThread(ATL::CStringT<char,StrTraitMFC<char,ATL::ChTraitsCRT<char> > > URL_Name="http://dofev.de", unsigned int Port=1018857688)  Line 155 + 0x1d bytes	C++
 	Test.exe!CSmtp_Mon_Thread::OnSmtpTimer(unsigned int idEvent=7843, long dwTime=15468593)  Line 69	C++
 	Test.exe!CWinThread::DispatchThreadMessageEx(tagMSG * pMsg=0x083eb828)  Line 771	C++
 	Test.exe!AfxInternalPreTranslateMessage(tagMSG * pMsg=0x083eb828)  Line 227 + 0xd bytes	C++
 	Test.exe!CWinThread::PreTranslateMessage(tagMSG * pMsg=0x083eb828)  Line 777 + 0x8 bytes	C++
 	Test.exe!AfxPreTranslateMessage(tagMSG * pMsg=0x083eb828)  Line 255	C++
 	Test.exe!AfxInternalPumpMessage()  Line 178 + 0xf bytes	C++
 	Test.exe!CWinThread::Run()  Line 629 + 0x7 bytes	C++
 	Test.exe!_AfxThreadEntry(void * pParam=0x0033eef8)  Line 126	C++
 	Test.exe!_callthreadstartex()  Line 348 + 0x6 bytes	C
 	Test.exe!_threadstartex(void * ptd=0x07e35898)  Line 326 + 0x5 bytes	C
 	kernel32.dll!764eeccb() 	
 	ntdll.dll!77cfd24d() 	
 	ntdll.dll!77cfd45f() 	


please help me.
AnswerRe: Error "Windows has triggered a breakpoint in test.exe" Pin
Emilio Garavaglia22-Nov-10 3:01
Emilio Garavaglia22-Nov-10 3:01 
GeneralRe: Error "Windows has triggered a breakpoint in test.exe" Pin
Le@rner23-Nov-10 17:57
Le@rner23-Nov-10 17:57 
GeneralRe: Error "Windows has triggered a breakpoint in test.exe" Pin
Emilio Garavaglia24-Nov-10 1:37
Emilio Garavaglia24-Nov-10 1:37 
QuestionHow to Get Function argument names in vc++ map file? Pin
mathivanaan21-Nov-10 22:45
mathivanaan21-Nov-10 22:45 
AnswerRe: How to Get Function argument names in vc++ map file? Pin
Emilio Garavaglia21-Nov-10 23:35
Emilio Garavaglia21-Nov-10 23:35 
AnswerRe: How to Get Function argument names in vc++ map file? Pin
Aescleal21-Nov-10 23:45
Aescleal21-Nov-10 23:45 
GeneralRe: How to Get Function argument names in vc++ map file? Pin
mathivanaan22-Nov-10 17:25
mathivanaan22-Nov-10 17:25 
QuestionHow can I use wxWidgets to develop a lib which could be used in MFC? Pin
Tcpip200521-Nov-10 22:19
Tcpip200521-Nov-10 22:19 
AnswerRe: How can I use wxWidgets to develop a lib which could be used in MFC? Pin
Tcpip200521-Nov-10 22:31
Tcpip200521-Nov-10 22:31 
QuestionIKnownFolder Pin
Krauze21-Nov-10 21:19
Krauze21-Nov-10 21:19 
AnswerRe: IKnownFolder Pin
Cool_Dev21-Nov-10 21:48
Cool_Dev21-Nov-10 21:48 
QuestionHow to Get Function argument names in mangle data? Pin
mathivanaan21-Nov-10 21:09
mathivanaan21-Nov-10 21:09 
AnswerRe: How to Get Function argument names in mangle data? Pin
CPallini21-Nov-10 22:01
mveCPallini21-Nov-10 22:01 
GeneralRe: How to Get Function argument names in mangle data? Pin
mathivanaan21-Nov-10 22:50
mathivanaan21-Nov-10 22:50 
AnswerRe: How to Get Function argument names in mangle data? Pin
Sauro Viti22-Nov-10 1:05
professionalSauro Viti22-Nov-10 1:05 
QuestionOs Install Pin
MsmVc21-Nov-10 17:28
MsmVc21-Nov-10 17:28 
AnswerRe: Os Install Pin
KingsGambit21-Nov-10 17:33
KingsGambit21-Nov-10 17:33 

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.