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

C / C++ / MFC

 
GeneralRe: Want to find an ActiveX control for displaying picture Pin
Ravi Bhavnani8-Jul-03 1:43
professionalRavi Bhavnani8-Jul-03 1:43 
GeneralVS 2003 overrun checking not working Pin
ed welch6-Jul-03 21:17
ed welch6-Jul-03 21:17 
GeneralRe: VS 2003 overrun checking not working Pin
Mike Dimmick7-Jul-03 4:00
Mike Dimmick7-Jul-03 4:00 
GeneralRe: VS 2003 overrun checking not working Pin
ed welch7-Jul-03 4:29
ed welch7-Jul-03 4:29 
GeneralRe: VS 2003 overrun checking not working Pin
Mike Dimmick7-Jul-03 22:50
Mike Dimmick7-Jul-03 22:50 
GeneralRe: VS 2003 overrun checking not working Pin
ed welch8-Jul-03 21:27
ed welch8-Jul-03 21:27 
GeneralDeciphering memory leak dump Pin
paulb6-Jul-03 20:39
paulb6-Jul-03 20:39 
GeneralRe: Deciphering memory leak dump Pin
peterchen6-Jul-03 21:47
peterchen6-Jul-03 21:47 
a) compile with (more) debug info, if possible
b) start at bottom, the later allocations might be dependent on the bottom one.
c) does the size of the structure ring a bell?
b) the first number is the "allocation number" (i.e. the 70th allocation leaks memory)
Typically they are "stable". If so, you can use _CrtSetAllocHook, which gets called for each allocation, set a cond breakpoint for allocation number == 70, and look at the stack trace from there.


"Der Geist des Kriegers ist erwacht / Ich hab die Macht" StS

sighist | Agile Programming | doxygen

Generalp Pin
KaЯl7-Jul-03 3:40
KaЯl7-Jul-03 3:40 
GeneralRe: Deciphering memory leak dump Pin
Xander807-Jul-03 1:15
Xander807-Jul-03 1:15 
GeneralRe: Deciphering memory leak dump Pin
ed welch7-Jul-03 4:10
ed welch7-Jul-03 4:10 
QuestionWhy doesn’t show bitmap, when button is disable? Pin
no_body696-Jul-03 19:57
no_body696-Jul-03 19:57 
AnswerRe: Why doesn’t show bitmap, when button is disable? Pin
Rage6-Jul-03 21:49
professionalRage6-Jul-03 21:49 
GeneralRe: Why doesn’t show bitmap, when button is disable? Pin
no_body696-Jul-03 23:12
no_body696-Jul-03 23:12 
GeneralRe: Why doesn’t show bitmap, when button is disable? Pin
no_body697-Jul-03 0:47
no_body697-Jul-03 0:47 
Generalscreensaver problem Pin
xxhimanshu6-Jul-03 18:41
xxhimanshu6-Jul-03 18:41 
GeneralRe: screensaver problem Pin
Ryan Binns6-Jul-03 18:58
Ryan Binns6-Jul-03 18:58 
GeneralRe: screensaver problem Pin
xxhimanshu6-Jul-03 19:49
xxhimanshu6-Jul-03 19:49 
GeneralRe: screensaver problem Pin
Ryan Binns6-Jul-03 20:13
Ryan Binns6-Jul-03 20:13 
GeneralRe: screensaver problem Pin
Rage6-Jul-03 20:55
professionalRage6-Jul-03 20:55 
GeneralRe: screensaver problem Pin
Ryan Binns6-Jul-03 21:04
Ryan Binns6-Jul-03 21:04 
GeneralRe: screensaver problem Pin
Rage6-Jul-03 21:45
professionalRage6-Jul-03 21:45 
GeneralRe: screensaver problem Pin
Ryan Binns6-Jul-03 22:31
Ryan Binns6-Jul-03 22:31 
GeneralRe: screensaver problem Pin
Rage6-Jul-03 23:24
professionalRage6-Jul-03 23:24 
GeneralRe: screensaver problem Pin
Ryan Binns6-Jul-03 23:33
Ryan Binns6-Jul-03 23:33 

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.