Click here to Skip to main content
16,010,392 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralExplicit loading of extension DLL Pin
spingkoy27-Jan-04 4:21
spingkoy27-Jan-04 4:21 
GeneralRe: Explicit loading of extension DLL Pin
basementman27-Jan-04 5:51
basementman27-Jan-04 5:51 
GeneralRe: Explicit loading of extension DLL Pin
Mukkie27-Jan-04 7:44
Mukkie27-Jan-04 7:44 
GeneralAny idea about editing mpeg2 files Pin
habiburrehman27-Jan-04 4:17
habiburrehman27-Jan-04 4:17 
GeneralDebugging question Pin
Cedric Moonen27-Jan-04 3:16
Cedric Moonen27-Jan-04 3:16 
GeneralRe: Debugging question Pin
toxcct27-Jan-04 3:32
toxcct27-Jan-04 3:32 
GeneralRe: Debugging question Pin
Cedric Moonen27-Jan-04 3:52
Cedric Moonen27-Jan-04 3:52 
GeneralRe: Debugging question Pin
Mike Dimmick27-Jan-04 3:50
Mike Dimmick27-Jan-04 3:50 
Look in your CRT source code. C:\program files\Microsoft Visual Studio .NET 2003\vc7\crt\src for VC7.1, C:\program files\Microsoft Visual Studio\VC98\CRT\SRC for VC6.

Basically, it's telling you that one of your allocations went wrong. You may have freed the same block twice, or you may have overrun the allocation.

To help catch buffer overruns, you can enable page-level heap allocations in Windows. You can download the PageHeap tool as part of the Windows Application Verifier[^].
GeneralRe: Debugging question Pin
Cedric Moonen27-Jan-04 4:01
Cedric Moonen27-Jan-04 4:01 
Generaltab controls (is there a restriction on the number of edit boxes in a dialog box?) Pin
Member 83856927-Jan-04 3:10
Member 83856927-Jan-04 3:10 
GeneralRe: tab controls (is there a restriction on the number of edit boxes in a dialog box?) Pin
Carlos Antollini27-Jan-04 3:38
Carlos Antollini27-Jan-04 3:38 
GeneralRe: tab controls (is there a restriction on the number of edit boxes in a dialog box?) Pin
Member 83856927-Jan-04 16:15
Member 83856927-Jan-04 16:15 
GeneralRe: tab controls (is there a restriction on the number of edit boxes in a dialog box?) Pin
Carlos Antollini28-Jan-04 3:18
Carlos Antollini28-Jan-04 3:18 
GeneralRe: tab controls (is there a restriction on the number of edit boxes in a dialog box?) Pin
Member 83856928-Jan-04 3:46
Member 83856928-Jan-04 3:46 
GeneralRe: tab controls (is there a restriction on the number of edit boxes in a dialog box?) Pin
Carlos Antollini28-Jan-04 5:23
Carlos Antollini28-Jan-04 5:23 
GeneralRe: tab controls (is there a restriction on the number of edit boxes in a dialog box?) Pin
Anonymous1-Feb-04 7:10
Anonymous1-Feb-04 7:10 
GeneralRe: tab controls (is there a restriction on the number of edit boxes in a dialog box?) Pin
David Crow27-Jan-04 4:28
David Crow27-Jan-04 4:28 
GeneralVSS: check out, modify, check in Pin
peterchen27-Jan-04 3:02
peterchen27-Jan-04 3:02 
GeneralRe: VSS: check out, modify, check in Pin
Mike Dimmick27-Jan-04 3:39
Mike Dimmick27-Jan-04 3:39 
GeneralRe: VSS: check out, modify, check in Pin
peterchen27-Jan-04 5:23
peterchen27-Jan-04 5:23 
GeneralRe: VSS: check out, modify, check in Pin
David Crow27-Jan-04 10:48
David Crow27-Jan-04 10:48 
GeneralRe: VSS: check out, modify, check in Pin
peterchen27-Jan-04 10:59
peterchen27-Jan-04 10:59 
GeneralCHtmlView and CInternetSession... Pin
RobJones27-Jan-04 2:48
RobJones27-Jan-04 2:48 
QuestionRun a Visual C++ program from VB Script and get a return value ?? Pin
bjolletts27-Jan-04 2:15
bjolletts27-Jan-04 2:15 
AnswerRe: Run a Visual C++ program from VB Script and get a return value ?? Pin
Steve S27-Jan-04 2:30
Steve S27-Jan-04 2:30 

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.