Click here to Skip to main content
15,887,585 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Hello everyone I have some problem in Freelibrary on VC++ 6.0 MFC. Pin
Member 103268989-Oct-13 21:41
professionalMember 103268989-Oct-13 21:41 
GeneralRe: Hello everyone I have some problem in Freelibrary on VC++ 6.0 MFC. Pin
Richard MacCutchan9-Oct-13 22:46
mveRichard MacCutchan9-Oct-13 22:46 
GeneralRe: Hello everyone I have some problem in Freelibrary on VC++ 6.0 MFC. Pin
Member 103268989-Oct-13 22:51
professionalMember 103268989-Oct-13 22:51 
GeneralRe: Hello everyone I have some problem in Freelibrary on VC++ 6.0 MFC. Pin
Richard MacCutchan9-Oct-13 22:55
mveRichard MacCutchan9-Oct-13 22:55 
GeneralRe: Hello everyone I have some problem in Freelibrary on VC++ 6.0 MFC. Pin
Member 103268989-Oct-13 23:00
professionalMember 103268989-Oct-13 23:00 
GeneralRe: Hello everyone I have some problem in Freelibrary on VC++ 6.0 MFC. Pin
Richard MacCutchan9-Oct-13 23:17
mveRichard MacCutchan9-Oct-13 23:17 
GeneralRe: Hello everyone I have some problem in Freelibrary on VC++ 6.0 MFC. Pin
Chris Losinger10-Oct-13 4:57
professionalChris Losinger10-Oct-13 4:57 
AnswerRe: Hello everyone I have some problem in Freelibrary on VC++ 6.0 MFC. Pin
Alan Balkany10-Oct-13 5:05
Alan Balkany10-Oct-13 5:05 
As I recall there is a facility to check memory in real time in VC6.

It's called something like AfxCheckMemory (), and there's an option called something like checkalways, that checks your heap after every allocation/free, to pinpoint the memory corruption. (Your problem appears to be more than just a memory leak.)

Your program will run VERY slowly, but it will tell you where the error is. Search your documentation for this version to find the names of the function and option.
GeneralRe: Hello everyone I have some problem in Freelibrary on VC++ 6.0 MFC. Pin
Richard MacCutchan10-Oct-13 6:12
mveRichard MacCutchan10-Oct-13 6:12 
GeneralRe: Hello everyone I have some problem in Freelibrary on VC++ 6.0 MFC. Pin
Alan Balkany11-Oct-13 3:45
Alan Balkany11-Oct-13 3:45 
QuestionCreateThread Pin
john56329-Oct-13 1:43
john56329-Oct-13 1:43 
AnswerRe: CreateThread Pin
Freak309-Oct-13 2:06
Freak309-Oct-13 2:06 
AnswerRe: CreateThread Pin
Richard Andrew x649-Oct-13 4:08
professionalRichard Andrew x649-Oct-13 4:08 
AnswerRe: CreateThread Pin
CPallini9-Oct-13 21:31
mveCPallini9-Oct-13 21:31 
QuestionHow to let the windows show top most? Pin
yu-jian8-Oct-13 4:24
yu-jian8-Oct-13 4:24 
SuggestionRe: How to let the windows show top most? Pin
Albert Holguin8-Oct-13 5:39
professionalAlbert Holguin8-Oct-13 5:39 
QuestionDigital signature in mail message created using MAPI Pin
Turosik7-Oct-13 4:17
Turosik7-Oct-13 4:17 
AnswerRe: Digital signature in mail message created using MAPI Pin
rashin ghodratzade7-Oct-13 5:36
rashin ghodratzade7-Oct-13 5:36 
Question[C/C++] Parse multipart/form-data POST request in a small web server Pin
csrss6-Oct-13 21:29
csrss6-Oct-13 21:29 
AnswerRe: [C/C++] Parse multipart/form-data POST request in a small web server Pin
csrss7-Oct-13 23:15
csrss7-Oct-13 23:15 
QuestionGMP and Windows Pin
BobInNJ5-Oct-13 11:01
BobInNJ5-Oct-13 11:01 
AnswerRe: GMP and Windows Pin
pasztorpisti5-Oct-13 11:58
pasztorpisti5-Oct-13 11:58 
GeneralRe: GMP and Windows Pin
rashin ghodratzade7-Oct-13 6:05
rashin ghodratzade7-Oct-13 6:05 
QuestionFind URL Pin
john56324-Oct-13 19:41
john56324-Oct-13 19:41 
AnswerRe: Find URL Pin
Richard MacCutchan4-Oct-13 20:43
mveRichard MacCutchan4-Oct-13 20:43 

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.