Click here to Skip to main content
15,897,371 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: what if thread terminated after the thread::joinable() test Pin
pasztorpisti11-Oct-13 3:44
pasztorpisti11-Oct-13 3:44 
QuestionBEGIN_MESSAGE_MAP never called? Pin
bosfan11-Oct-13 0:29
bosfan11-Oct-13 0:29 
QuestionRe: BEGIN_MESSAGE_MAP never called? Pin
Richard MacCutchan11-Oct-13 1:27
mveRichard MacCutchan11-Oct-13 1:27 
AnswerRe: BEGIN_MESSAGE_MAP never called? Pin
bosfan11-Oct-13 2:20
bosfan11-Oct-13 2:20 
GeneralRe: BEGIN_MESSAGE_MAP never called? Pin
Richard MacCutchan11-Oct-13 3:14
mveRichard MacCutchan11-Oct-13 3:14 
AnswerRe: BEGIN_MESSAGE_MAP never called? Pin
bosfan11-Oct-13 3:16
bosfan11-Oct-13 3:16 
Questionsave Bmp image in sql server in vc++ Pin
chetan78610-Oct-13 22:30
chetan78610-Oct-13 22:30 
AnswerRe: save Bmp image in sql server in vc++ Pin
Richard MacCutchan10-Oct-13 23:42
mveRichard MacCutchan10-Oct-13 23:42 
GeneralRe: save Bmp image in sql server in vc++ Pin
chetan78610-Oct-13 23:57
chetan78610-Oct-13 23:57 
GeneralRe: save Bmp image in sql server in vc++ Pin
chetan78610-Oct-13 23:59
chetan78610-Oct-13 23:59 
QuestionGetting Error Code "1407" in CreateDialogIndirect Pin
sukhas1910-Oct-13 1:19
sukhas1910-Oct-13 1:19 
AnswerRe: Getting Error Code "1407" in CreateDialogIndirect Pin
Richard MacCutchan10-Oct-13 3:31
mveRichard MacCutchan10-Oct-13 3:31 
GeneralRe: Getting Error Code "1407" in CreateDialogIndirect Pin
sukhas1910-Oct-13 5:36
sukhas1910-Oct-13 5:36 
GeneralRe: Getting Error Code "1407" in CreateDialogIndirect Pin
Richard MacCutchan10-Oct-13 6:11
mveRichard MacCutchan10-Oct-13 6:11 
QuestionHello everyone I have some problem in Freelibrary on VC++ 6.0 MFC. Pin
Member 103268989-Oct-13 19:24
professionalMember 103268989-Oct-13 19:24 
SuggestionRe: Hello everyone I have some problem in Freelibrary on VC++ 6.0 MFC. Pin
Richard MacCutchan9-Oct-13 21:06
mveRichard MacCutchan9-Oct-13 21:06 
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 

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.