Click here to Skip to main content
16,009,343 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralTree View in MDI Pin
laiju14-Mar-05 5:19
laiju14-Mar-05 5:19 
QuestionAnyone know what happened to Andy Brown's CDynamicDialog classes? Pin
ame1214-Mar-05 5:10
ame1214-Mar-05 5:10 
AnswerRe: Anyone know what happened to Andy Brown's CDynamicDialog classes? Pin
Ravi Bhavnani14-Mar-05 11:01
professionalRavi Bhavnani14-Mar-05 11:01 
GeneralRe: Anyone know what happened to Andy Brown's CDynamicDialog classes? Pin
Rick York15-Mar-05 7:30
mveRick York15-Mar-05 7:30 
GeneralAudio Spectrum Analyzer Pin
RedDragon2k14-Mar-05 5:09
RedDragon2k14-Mar-05 5:09 
GeneralRe: Audio Spectrum Analyzer Pin
Rick York14-Mar-05 6:45
mveRick York14-Mar-05 6:45 
GeneralAutomatic database layer - codegen Pin
RomanBe14-Mar-05 5:08
RomanBe14-Mar-05 5:08 
GeneralThe Persistent Runtime Crash Pin
LighthouseJ14-Mar-05 4:40
LighthouseJ14-Mar-05 4:40 
I reinstalled Windows XP (to basically clean the crap off of it I accumulated for a year) and I tried to run my app I'm developing but I still get that runtime error in the function CWnd::DefWindowProc in the file wincore.cpp. There are two calls to ::CallWindowProc, and the one called is decided on if m_pfnSuper is null or not. Sometimes one is called, and sometimes the other is. At any rate, the program still crashes. The line it's crashing on at the moment is running now is:

if (m_pfnSuper != NULL)<br />
return ::CallWindowProc(m_pfnSuper, m_hWnd, nMsg, wParam, lParam);


And here are the values of those variables:
m_pfnSuper: 0xffff02d3
m_hWnd: 0x00010420
nMsg: 2
wParam: 0
lParam: 0

And those look valid to me. The real crash still happens deep within .dll calls that I don't have the source code for but that's as far as the rabbit-hole goes for me, so-to-speak. I'd love to get this gorilla off my back. (using weird analogies in honor of Dan Rather)
GeneralRe: The Persistent Runtime Crash Pin
Mike Dimmick14-Mar-05 5:25
Mike Dimmick14-Mar-05 5:25 
GeneralRe: The Persistent Runtime Crash Pin
LighthouseJ14-Mar-05 6:28
LighthouseJ14-Mar-05 6:28 
GeneralRe: The Persistent Runtime Crash Pin
LighthouseJ14-Mar-05 6:42
LighthouseJ14-Mar-05 6:42 
GeneralRe: The Persistent Runtime Crash Pin
PJ Arends14-Mar-05 6:35
professionalPJ Arends14-Mar-05 6:35 
GeneralRe: The Persistent Runtime Crash Pin
LighthouseJ14-Mar-05 6:38
LighthouseJ14-Mar-05 6:38 
GeneralRe: The Persistent Runtime Crash Pin
PJ Arends14-Mar-05 6:53
professionalPJ Arends14-Mar-05 6:53 
GeneralRe: The Persistent Runtime Crash Pin
LighthouseJ14-Mar-05 7:05
LighthouseJ14-Mar-05 7:05 
GeneralRe: The Persistent Runtime Crash Pin
David Crow14-Mar-05 8:35
David Crow14-Mar-05 8:35 
GeneralRe: The Persistent Runtime Crash Pin
PJ Arends14-Mar-05 9:07
professionalPJ Arends14-Mar-05 9:07 
QuestionMFC CCmdTarget Assert on App Exit After Calling Windows Form? Pin
RockyMu14-Mar-05 4:14
RockyMu14-Mar-05 4:14 
AnswerRe: MFC CCmdTarget Assert on App Exit After Calling Windows Form? Pin
Wes Aday14-Mar-05 4:31
professionalWes Aday14-Mar-05 4:31 
GeneralRe: MFC CCmdTarget Assert on App Exit After Calling Windows Form? Pin
RockyMu14-Mar-05 5:05
RockyMu14-Mar-05 5:05 
GeneralRe: MFC CCmdTarget Assert on App Exit After Calling Windows Form? Pin
Wes Aday14-Mar-05 5:20
professionalWes Aday14-Mar-05 5:20 
GeneralReally Need Input Pin
bepperso14-Mar-05 3:47
bepperso14-Mar-05 3:47 
General.NET versions Pin
Trollslayer14-Mar-05 3:37
mentorTrollslayer14-Mar-05 3:37 
Generaldispose form Pin
doneirik14-Mar-05 3:18
doneirik14-Mar-05 3:18 
GeneralRe: dispose form Pin
Renjith Ramachandran14-Mar-05 16:28
Renjith Ramachandran14-Mar-05 16:28 

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.