Click here to Skip to main content
15,921,646 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Question regarding updates Pin
maycockt24-Feb-10 4:18
maycockt24-Feb-10 4:18 
QuestionIdentifying real MAC address Pin
Nishad S23-Feb-10 23:49
Nishad S23-Feb-10 23:49 
AnswerRe: Identifying real MAC address Pin
Richard MacCutchan24-Feb-10 0:54
mveRichard MacCutchan24-Feb-10 0:54 
GeneralRe: Identifying real MAC address Pin
Nishad S24-Feb-10 15:59
Nishad S24-Feb-10 15:59 
GeneralRe: Identifying real MAC address Pin
Richard MacCutchan24-Feb-10 21:45
mveRichard MacCutchan24-Feb-10 21:45 
GeneralRe: Identifying real MAC address Pin
Nishad S25-Feb-10 1:43
Nishad S25-Feb-10 1:43 
GeneralRe: Identifying real MAC address Pin
Richard MacCutchan25-Feb-10 3:10
mveRichard MacCutchan25-Feb-10 3:10 
AnswerRe: Identifying real MAC address Pin
Adam Roderick J24-Feb-10 1:33
Adam Roderick J24-Feb-10 1:33 
QuestionHow to capture a SetLastError (VS2008) / debug? Pin
Simon Langdon23-Feb-10 22:59
Simon Langdon23-Feb-10 22:59 
AnswerRe: How to capture a SetLastError (VS2008) / debug? Pin
Code-o-mat23-Feb-10 23:12
Code-o-mat23-Feb-10 23:12 
AnswerRe: How to capture a SetLastError (VS2008) / debug? Pin
«_Superman_»23-Feb-10 23:33
professional«_Superman_»23-Feb-10 23:33 
AnswerRe: How to capture a SetLastError (VS2008) / debug? Pin
Eugen Podsypalnikov23-Feb-10 23:36
Eugen Podsypalnikov23-Feb-10 23:36 
GeneralRe: How to capture a SetLastError (VS2008) / debug? Pin
Simon Langdon24-Feb-10 0:24
Simon Langdon24-Feb-10 0:24 
QuestionMessage Queues Pin
sharda.bhagwatkar23-Feb-10 22:13
sharda.bhagwatkar23-Feb-10 22:13 
AnswerRe: Message Queues Pin
Rajesh R Subramanian23-Feb-10 22:52
professionalRajesh R Subramanian23-Feb-10 22:52 
GeneralRe: Message Queues Pin
Roger Stoltz23-Feb-10 23:14
Roger Stoltz23-Feb-10 23:14 
GeneralRe: Message Queues Pin
Rajesh R Subramanian23-Feb-10 23:27
professionalRajesh R Subramanian23-Feb-10 23:27 
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

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.