Click here to Skip to main content
15,905,232 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Number of process in Session 0 Pin
Randor 27-Jul-10 10:00
professional Randor 27-Jul-10 10:00 
QuestionCrash Pin
T.RATHA KRISHNAN26-Jul-10 18:56
T.RATHA KRISHNAN26-Jul-10 18:56 
AnswerRe: Crash Pin
Naveen26-Jul-10 19:10
Naveen26-Jul-10 19:10 
AnswerRe: Crash Pin
«_Superman_»26-Jul-10 19:11
professional«_Superman_»26-Jul-10 19:11 
GeneralRe: Crash Pin
T.RATHA KRISHNAN26-Jul-10 19:16
T.RATHA KRISHNAN26-Jul-10 19:16 
GeneralRe: Crash Pin
«_Superman_»26-Jul-10 19:19
professional«_Superman_»26-Jul-10 19:19 
GeneralRe: Crash Pin
T.RATHA KRISHNAN26-Jul-10 19:22
T.RATHA KRISHNAN26-Jul-10 19:22 
QuestionRe: Crash Pin
«_Superman_»26-Jul-10 19:28
professional«_Superman_»26-Jul-10 19:28 
AnswerRe: Crash Pin
T.RATHA KRISHNAN26-Jul-10 19:33
T.RATHA KRISHNAN26-Jul-10 19:33 
GeneralRe: Crash Pin
«_Superman_»26-Jul-10 19:36
professional«_Superman_»26-Jul-10 19:36 
GeneralRe: Crash Pin
T.RATHA KRISHNAN26-Jul-10 19:39
T.RATHA KRISHNAN26-Jul-10 19:39 
GeneralRe: Crash Pin
«_Superman_»26-Jul-10 19:44
professional«_Superman_»26-Jul-10 19:44 
GeneralRe: Crash Pin
T.RATHA KRISHNAN26-Jul-10 19:51
T.RATHA KRISHNAN26-Jul-10 19:51 
QuestionRe: Crash Pin
«_Superman_»26-Jul-10 19:53
professional«_Superman_»26-Jul-10 19:53 
AnswerRe: Crash Pin
T.RATHA KRISHNAN26-Jul-10 19:58
T.RATHA KRISHNAN26-Jul-10 19:58 
AnswerRe: Crash Pin
Cedric Moonen26-Jul-10 20:36
Cedric Moonen26-Jul-10 20:36 
AnswerRe: Crash Pin
Iain Clarke, Warrior Programmer26-Jul-10 22:41
Iain Clarke, Warrior Programmer26-Jul-10 22:41 
Is it possible you've deleted your pointer elsewhere? If so, NULL your pointer every time you delete it, so you can find this bug more easily.

Or the function that created the pointer did it badly, and returned a pointer to a stack variable. If so, it might work for a while, until the memory got re-used...

The 0x4ea5608 looks like a legitimate pointer value - so it was probably correct, even if only briefly.

Iain.
I am one of "those foreigners coming over here and stealing our jobs". Yay me!

AnswerRe: Crash Pin
Randor 27-Jul-10 9:33
professional Randor 27-Jul-10 9:33 
Question0x80040111 ClassFactory cannot supply requested class Pin
ggoutam726-Jul-10 16:47
ggoutam726-Jul-10 16:47 
QuestionRe: 0x80040111 ClassFactory cannot supply requested class Pin
«_Superman_»26-Jul-10 19:14
professional«_Superman_»26-Jul-10 19:14 
AnswerRe: 0x80040111 ClassFactory cannot supply requested class Pin
ggoutam726-Jul-10 20:24
ggoutam726-Jul-10 20:24 
AnswerRe: 0x80040111 ClassFactory cannot supply requested class Pin
ggoutam727-Jul-10 0:09
ggoutam727-Jul-10 0:09 
GeneralRe: 0x80040111 ClassFactory cannot supply requested class Pin
Randor 27-Jul-10 9:36
professional Randor 27-Jul-10 9:36 
GeneralRe: 0x80040111 ClassFactory cannot supply requested class Pin
ggoutam727-Jul-10 16:07
ggoutam727-Jul-10 16:07 
Questionhow to read MSDN documentation?? Pin
AmbiguousName26-Jul-10 10:05
AmbiguousName26-Jul-10 10:05 

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.