Click here to Skip to main content
15,908,776 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: AVIStreamWrite failed Pin
jaapestaartje18-Oct-10 1:21
jaapestaartje18-Oct-10 1:21 
Questionhow to use CHtmlEditView in vc 6.0 Pin
sunnyram5-Mar-10 19:28
sunnyram5-Mar-10 19:28 
Questionhow to fnd files on http server? Pin
includeh105-Mar-10 18:27
includeh105-Mar-10 18:27 
AnswerRe: how to fnd files on http server? Pin
Tony Richards5-Mar-10 21:52
Tony Richards5-Mar-10 21:52 
AnswerRe: how to fnd files on http server? Pin
Moak6-Mar-10 1:04
Moak6-Mar-10 1:04 
QuestionHow can reduce memory usage of application? Pin
Le@rner5-Mar-10 18:07
Le@rner5-Mar-10 18:07 
AnswerRe: How can reduce memory usage of application? Pin
Stephen Hewitt5-Mar-10 22:18
Stephen Hewitt5-Mar-10 22:18 
AnswerRe: How can reduce memory usage of application? Pin
CPallini6-Mar-10 0:42
mveCPallini6-Mar-10 0:42 
AnswerRe: How can reduce memory usage of application? Pin
Eugen Podsypalnikov6-Mar-10 9:01
Eugen Podsypalnikov6-Mar-10 9:01 
GeneralRe: How can reduce memory usage of application? Pin
Le@rner8-Mar-10 0:03
Le@rner8-Mar-10 0:03 
GeneralRe: How can reduce memory usage of application? Pin
Eugen Podsypalnikov8-Mar-10 3:01
Eugen Podsypalnikov8-Mar-10 3:01 
GeneralRe: How can reduce memory usage of application? Pin
Le@rner8-Mar-10 17:06
Le@rner8-Mar-10 17:06 
GeneralRe: How can reduce memory usage of application? Pin
Eugen Podsypalnikov8-Mar-10 19:41
Eugen Podsypalnikov8-Mar-10 19:41 
OK Smile | :) Was it an output of the Debug vesrsion (configuration) of your application ?
When yes - there are no direct references to the classical memory leaks (by new).

However it would be possible (for example),
that you do not release other kinds of the resources,
such as HPEN, HFILE, HXXX... ,
or you initialize something twice without releasing... Smile | :)

You could try to analyze the code (subject: symmetry of allocation/deallocation),
or use the special tools (when your code is to big for you to analyze)... Smile | :)
Check your definition of Irrationality[^] Smile | :)
1 - Avicenna
5 - Hubbard
3 - Own definition

GeneralRe: How can reduce memory usage of application? Pin
Le@rner8-Mar-10 20:01
Le@rner8-Mar-10 20:01 
GeneralRe: How can reduce memory usage of application? Pin
Eugen Podsypalnikov8-Mar-10 20:47
Eugen Podsypalnikov8-Mar-10 20:47 
GeneralRe: How can reduce memory usage of application? Pin
Le@rner8-Mar-10 22:08
Le@rner8-Mar-10 22:08 
GeneralRe: How can reduce memory usage of application? Pin
Eugen Podsypalnikov8-Mar-10 22:11
Eugen Podsypalnikov8-Mar-10 22:11 
GeneralRe: How can reduce memory usage of application? Pin
Le@rner8-Mar-10 22:16
Le@rner8-Mar-10 22:16 
GeneralRe: How can reduce memory usage of application? Pin
Eugen Podsypalnikov8-Mar-10 22:28
Eugen Podsypalnikov8-Mar-10 22:28 
GeneralRe: How can reduce memory usage of application? Pin
Le@rner8-Mar-10 22:38
Le@rner8-Mar-10 22:38 
GeneralRe: How can reduce memory usage of application? Pin
Eugen Podsypalnikov8-Mar-10 22:40
Eugen Podsypalnikov8-Mar-10 22:40 
QuestionHow Add dialog and show it? Pin
sepel5-Mar-10 17:36
sepel5-Mar-10 17:36 
AnswerRe: How Add dialog and show it? Pin
A&Ms5-Mar-10 18:30
A&Ms5-Mar-10 18:30 
GeneralRe: How Add dialog and show it? Pin
sepel5-Mar-10 20:09
sepel5-Mar-10 20:09 
GeneralRe: How Add dialog and show it? Pin
A&Ms6-Mar-10 4:07
A&Ms6-Mar-10 4:07 

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.