Click here to Skip to main content
15,912,329 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: vector to std::string Pin
Programm3r4-Mar-07 21:50
Programm3r4-Mar-07 21:50 
GeneralRe: vector to std::string Pin
prasad_som4-Mar-07 21:51
prasad_som4-Mar-07 21:51 
AnswerRe: vector to std::string Pin
Programm3r4-Mar-07 21:40
Programm3r4-Mar-07 21:40 
Questionerror LNK2019 Pin
Programm3r4-Mar-07 23:35
Programm3r4-Mar-07 23:35 
AnswerRe: error LNK2019 Pin
Programm3r4-Mar-07 23:58
Programm3r4-Mar-07 23:58 
QuestionRe: error LNK2019 Pin
prasad_som4-Mar-07 23:58
prasad_som4-Mar-07 23:58 
GeneralRe: error LNK2019 Pin
Programm3r5-Mar-07 0:10
Programm3r5-Mar-07 0:10 
Questioncorruption of the heap Pin
Programm3r5-Mar-07 0:41
Programm3r5-Mar-07 0:41 
Ok, it's like problems are following me today ....
I keep receiving a "corruption of the heap" error.
dbgdel.cpp
_free_dbg( pUserData, pHead->nBlockUse );

pBlockHeaderNext = 0x003a6be0 {pBlockHeaderNext=0x003a3718 pBlockHeaderPrev=0x003a6600 szFileName=0x00000000 <bad ptr=""> ...}
pBlockHeaderPrev = 0x00000000 {pBlockHeaderNext=??? pBlockHeaderPrev=??? szFileName=??? ...}
gap = 0x003a661c "ýýýýtransactions.txt"

Disassembly

_free_dbg( pUserData, pHead->nBlockUse );
10040BE7 mov edx,dword ptr [ebp-1Ch]
10040BEA mov eax,dword ptr [edx+14h]
10040BED push eax
10040BEE mov ecx,dword ptr [ebp+8]
10040BF1 push ecx
10040BF2 call @ILT+4355(__free_dbg) (10034108h)
10040BF7 add esp,8

I know there could be alot of this that might cause this, but what would be the most obvious??

Thanx again ....Sigh | :sigh: D'Oh! | :doh:
Regards,

The only programmers that are better than C programmers are those who code in 1's and 0's..... Smile | :)

Smile | :) Programm3r

My Blog: ^_^

AnswerRe: corruption of the heap Pin
prasad_som5-Mar-07 1:00
prasad_som5-Mar-07 1:00 
QuestionRe: corruption of the heap [MOD] Pin
Programm3r5-Mar-07 1:15
Programm3r5-Mar-07 1:15 
AnswerRe: corruption of the heap [MOD] Pin
prasad_som5-Mar-07 1:28
prasad_som5-Mar-07 1:28 
GeneralRe: corruption of the heap [MOD] Pin
Programm3r5-Mar-07 1:38
Programm3r5-Mar-07 1:38 
AnswerRe: corruption of the heap [MOD] Pin
prasad_som5-Mar-07 1:41
prasad_som5-Mar-07 1:41 
GeneralRe: corruption of the heap [MOD] Pin
Programm3r5-Mar-07 2:02
Programm3r5-Mar-07 2:02 
QuestionClearing the contents of the following... [modified] Pin
Programm3r5-Mar-07 2:55
Programm3r5-Mar-07 2:55 
QuestionRe: Clearing the contents of the following... Pin
prasad_som5-Mar-07 3:24
prasad_som5-Mar-07 3:24 
QuestionRe: Clearing the contents of the following... [modified] Pin
Programm3r5-Mar-07 3:32
Programm3r5-Mar-07 3:32 
QuestionRe: Clearing the contents of the following... Pin
prasad_som5-Mar-07 3:39
prasad_som5-Mar-07 3:39 
GeneralRe: Clearing the contents of the following... [modified] Pin
Programm3r5-Mar-07 3:43
Programm3r5-Mar-07 3:43 
Questionabout DLL loading Pin
mt_samiei4-Mar-07 21:26
mt_samiei4-Mar-07 21:26 
AnswerRe: about DLL loading [modified] Pin
prasad_som4-Mar-07 21:47
prasad_som4-Mar-07 21:47 
GeneralRe: about DLL loading Pin
mt_samiei4-Mar-07 22:04
mt_samiei4-Mar-07 22:04 
AnswerRe: about DLL loading Pin
CPallini4-Mar-07 22:03
mveCPallini4-Mar-07 22:03 
QuestionNeed Help With "error LNK2019: unresolved external symbol" Pin
jipai4-Mar-07 21:15
jipai4-Mar-07 21:15 
QuestionRe: Need Help With "error LNK2019: unresolved external symbol" Pin
prasad_som4-Mar-07 21:26
prasad_som4-Mar-07 21:26 

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.