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

C / C++ / MFC

 
GeneralRe: Message Queues Pin
sharda.bhagwatkar24-Feb-10 0:40
sharda.bhagwatkar24-Feb-10 0:40 
GeneralRe: Message Queues Pin
Roger Stoltz24-Feb-10 1:04
Roger Stoltz24-Feb-10 1:04 
GeneralRe: Message Queues Pin
Rajesh R Subramanian24-Feb-10 1:56
professionalRajesh R Subramanian24-Feb-10 1:56 
AnswerRe: Message Queues Pin
Roger Stoltz23-Feb-10 22:57
Roger Stoltz23-Feb-10 22:57 
AnswerRe: Message Queues Pin
KingsGambit23-Feb-10 23:00
KingsGambit23-Feb-10 23:00 
Questionknowing the kind of exception for Heap Corruption problem in MFC application Pin
Prasann Mayekar23-Feb-10 22:10
Prasann Mayekar23-Feb-10 22:10 
AnswerRe: knowing the kind of exception for Heap Corruption problem in MFC application Pin
Adam Roderick J23-Feb-10 23:00
Adam Roderick J23-Feb-10 23:00 
AnswerRe: knowing the kind of exception for Heap Corruption problem in MFC application Pin
Richard MacCutchan24-Feb-10 1:06
mveRichard MacCutchan24-Feb-10 1:06 
One of the problems with this issue is that you have a memory leak in your code that is possibly not diagnosed until some time after the event. This means that even if you catch this exception it may only tell you what you see above: the heap is corrupt. You have allocated a buffer of 1E558 bytes (124248 decimal) but written in the heap somewhere beyond the end. You probably need to trace through your code as you load and process the image to ensue your index values are not corrupt.
txtspeak is the realm of 9 year old children, not developers. Christian Graus

AnswerRe: knowing the kind of exception for Heap Corruption problem in MFC application Pin
Stephen Hewitt24-Feb-10 17:46
Stephen Hewitt24-Feb-10 17:46 
QuestionCalling a Function in every x minutes Pin
jannathali23-Feb-10 21:58
jannathali23-Feb-10 21:58 
AnswerRe: Calling a Function in every x minutes Pin
Cedric Moonen23-Feb-10 22:02
Cedric Moonen23-Feb-10 22:02 
QuestionHow can i access class member variable directly without creating object of that class. Pin
Abhijit D. Babar23-Feb-10 21:27
Abhijit D. Babar23-Feb-10 21:27 
AnswerRe: How can i access class member variable directly without creating object of that class. Pin
CPallini23-Feb-10 21:30
mveCPallini23-Feb-10 21:30 
AnswerRe: How can i access class member variable directly without creating object of that class. Pin
KarstenK23-Feb-10 21:38
mveKarstenK23-Feb-10 21:38 
QuestionWhat is the use of ".rc2" file in MFC. Pin
Abhijit D. Babar23-Feb-10 21:18
Abhijit D. Babar23-Feb-10 21:18 
AnswerRe: What is the use of ".rc2" file in MFC. Pin
Nelek23-Feb-10 21:24
protectorNelek23-Feb-10 21:24 
GeneralRe: What is the use of ".rc2" file in MFC. Pin
Abhijit D. Babar23-Feb-10 21:28
Abhijit D. Babar23-Feb-10 21:28 
GeneralRe: What is the use of ".rc2" file in MFC. Pin
Nelek23-Feb-10 21:42
protectorNelek23-Feb-10 21:42 
AnswerRe: What is the use of ".rc2" file in MFC. Pin
KarstenK23-Feb-10 21:37
mveKarstenK23-Feb-10 21:37 
QuestionHow to Create user defined constructor for dialog class. Pin
Abhijit D. Babar23-Feb-10 21:01
Abhijit D. Babar23-Feb-10 21:01 
AnswerRe: How to Create user defined constructor for dialog class. Pin
Rajesh R Subramanian23-Feb-10 21:06
professionalRajesh R Subramanian23-Feb-10 21:06 
GeneralRe: How to Create user defined constructor for dialog class. Pin
Abhijit D. Babar23-Feb-10 21:14
Abhijit D. Babar23-Feb-10 21:14 
GeneralRe: How to Create user defined constructor for dialog class. Pin
Rajesh R Subramanian23-Feb-10 21:18
professionalRajesh R Subramanian23-Feb-10 21:18 
AnswerRe: How to Create user defined constructor for dialog class. Pin
CPallini23-Feb-10 21:12
mveCPallini23-Feb-10 21:12 
AnswerRe: How to Create user defined constructor for dialog class. Pin
Nelek23-Feb-10 21:19
protectorNelek23-Feb-10 21: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.