Click here to Skip to main content
15,890,512 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
Attach a debugger and then look at the call stack. The last stack frame (not counting the stuff that is showing the message box) will be in the CRT function that uninitialized vtbl pointers point to. I forget the exact name, it's something like __purecall(). Just go up the stack and look for calls to virtual functions.

--Mike--
Visual C++ MVP Cool | :cool:
LINKS~! Ericahist | NEW!! PimpFish | CP SearchBar v3.0 | C++ Forum FAQ
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 
GeneralRe: VirtualAlloc question ? Pin
devboycpp31-Jan-06 12:18
devboycpp31-Jan-06 12:18 
QuestionAcquiring resource information for a device - Windows XP Pin
Dethulus30-Jan-06 9:18
Dethulus30-Jan-06 9:18 
AnswerRe: Acquiring resource information for a device - Windows XP Pin
Toby Opferman30-Jan-06 11:16
Toby Opferman30-Jan-06 11:16 
GeneralRe: Acquiring resource information for a device - Windows XP Pin
Dethulus30-Jan-06 12:19
Dethulus30-Jan-06 12:19 

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.