Click here to Skip to main content
15,919,479 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: String to time converstion Pin
Laxman931-Jan-06 2:24
Laxman931-Jan-06 2:24 
GeneralRe: String to time converstion Pin
David Crow31-Jan-06 4:28
David Crow31-Jan-06 4:28 
QuestionMSVC++ Runtime error R6025 - can we attach a debugger? Pin
Chintoo72330-Jan-06 15:29
Chintoo72330-Jan-06 15:29 
AnswerRe: MSVC++ Runtime error R6025 - can we attach a debugger? Pin
Stephen Hewitt30-Jan-06 15:37
Stephen Hewitt30-Jan-06 15:37 
GeneralRe: MSVC++ Runtime error R6025 - can we attach a debugger? Pin
Chintoo72330-Jan-06 15:39
Chintoo72330-Jan-06 15:39 
GeneralRe: MSVC++ Runtime error R6025 - can we attach a debugger? Pin
Stephen Hewitt30-Jan-06 15:41
Stephen Hewitt30-Jan-06 15:41 
GeneralRe: MSVC++ Runtime error R6025 - can we attach a debugger? Pin
Chintoo72330-Jan-06 15:46
Chintoo72330-Jan-06 15:46 
GeneralRe: MSVC++ Runtime error R6025 - can we attach a debugger? Pin
Stephen Hewitt30-Jan-06 15:52
Stephen Hewitt30-Jan-06 15:52 
If you've already got a debugger attached you will not be able to attach another (you could try a "noninvasive" attach with WinDBG, this might work in this case). If you've already got a debugger attached just break execution and get a callstack (you may need to hunt for the right thread). Either way don't dismiss the dialog. The callstack, which will include the call that is displaying the dialog, contains the information you need. It will contain a call to "__purecall". The tricky bit will be figuring out how this happened - Probably calling a global function that calls a virtual function from the constructor of a partially constructed object.

Steve

GeneralRe: MSVC++ Runtime error R6025 - can we attach a debugger? Pin
Chintoo72330-Jan-06 16:52
Chintoo72330-Jan-06 16:52 
GeneralRe: MSVC++ Runtime error R6025 - can we attach a debugger? Pin
Stephen Hewitt30-Jan-06 16:57
Stephen Hewitt30-Jan-06 16:57 
GeneralRe: MSVC++ Runtime error R6025 - can we attach a debugger? Pin
Chintoo72330-Jan-06 17:13
Chintoo72330-Jan-06 17:13 
AnswerRe: MSVC++ Runtime error R6025 - can we attach a debugger? Pin
Michael Dunn30-Jan-06 16:25
sitebuilderMichael Dunn30-Jan-06 16:25 
Questioncombobox Pin
Ahmed_Barakat30-Jan-06 15:06
Ahmed_Barakat30-Jan-06 15:06 
AnswerRe: combobox Pin
Stephen Hewitt30-Jan-06 15:29
Stephen Hewitt30-Jan-06 15:29 
GeneralRe: combobox Pin
Ahmed_Barakat30-Jan-06 17:31
Ahmed_Barakat30-Jan-06 17:31 
GeneralRe: combobox Pin
Stephen Hewitt30-Jan-06 17:43
Stephen Hewitt30-Jan-06 17:43 
GeneralRe: combobox Pin
Owner drawn30-Jan-06 17:43
Owner drawn30-Jan-06 17:43 
GeneralRe: combobox Pin
Stephen Hewitt30-Jan-06 17:50
Stephen Hewitt30-Jan-06 17:50 
AnswerRe: combobox Pin
Christian Graus30-Jan-06 15:30
protectorChristian Graus30-Jan-06 15:30 
QuestionFiguring out the name of the Administrators group Pin
A_L30-Jan-06 12:27
A_L30-Jan-06 12:27 
AnswerRe: Figuring out the name of the Administrators group Pin
Michael Dunn30-Jan-06 13:24
sitebuilderMichael Dunn30-Jan-06 13:24 
QuestionVirtualAlloc question ? Pin
devboycpp30-Jan-06 11:26
devboycpp30-Jan-06 11:26 
AnswerRe: VirtualAlloc question ? Pin
Michael Dunn30-Jan-06 12:19
sitebuilderMichael Dunn30-Jan-06 12:19 
GeneralRe: VirtualAlloc question ? Pin
devboycpp31-Jan-06 11:45
devboycpp31-Jan-06 11:45 
AnswerRe: VirtualAlloc question ? Pin
Sumit Kapoor30-Jan-06 14:23
Sumit Kapoor30-Jan-06 14:23 

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.