Re: _CrtSetDbg to look for memory management errors

  • From: "francois gruchy" <f.gruchy@xxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Tue, 30 Oct 2007 19:17:25 +0100

Vonjour,
En lisant votre nom je devine que vous etes Francaisde langue Francaise.
Je me permet de vous contacter pour un pronlèmeproblème qui est important pour moi. Je suis en effet à ma recherche de développeur qui soient malvoyants comme moi maintenant. Je souhaiterais avoir un retour d'expérience sur du codage avec une synthèse vocale. Peut être ppourriez vous m'aider sur ce point, c'est important pour ma reconversion professionnelle.
Francois



winaide@xxxxxxxxxxxxxxx <winaide@xxxxxxxxxxxxxxx>Si vous otes


----- Original Message ----- From: "Delaunay Christophe" <christophe.delaunay@xxxxxxxxxxx>
To: <programmingblind@xxxxxxxxxxxxx>
Sent: Tuesday, October 30, 2007 3:33 PM
Subject: _CrtSetDbg to look for memory management errors


Hi list,

I'm developping in C++ with Visual Studio 2003 and am currently
experiencing a critical memory management problem. I've written a really
annoying bug somewhere in my code which cause some of my buffers to be
overwritten.

I'd like to do the following in order to track my bug(s):

(1) Call _CrtSetDbgFlag(_CRTDBG_CHECK_ALWAYS_DF) at the beginning of my
main module in order to thoroughly check the heap of my app during its
execution.

(2) Redirect the so-called "debug heap manager" messages to some file
other than the Visual Studio Output Window.

This is this second operation I don't know how to perform. Please could
someone explain me which calls I should insert into my code to perform
this debug heap manager output and error redirection?

Many thanks in advance. Have a nice day. ChD
__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind




--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.503 / Virus Database: 269.15.12/1098 - Release Date: 29/10/2007 09:28

__________
View the list's information and change your settings at //www.freelists.org/list/programmingblind

Other related posts: