Re: [Mingw-w64-public] help for a small debug tool on Windows

2012-04-16 Thread Vincent Torri
Hey On Sat, Mar 31, 2012 at 6:58 PM, Vincent Torri wrote: > Hey > > I'm writing a  small tool to do mem leak check, and later GDI leak > checks. That tool, named 'examine', is intended to be used like > valgrind, that is, no linkage (unlike mpatrol, for example). The usage > is : examine my_test_

Re: [Mingw-w64-public] help for a small debug tool on Windows

2012-04-09 Thread Vincent Torri
Hey On Sat, Mar 31, 2012 at 6:58 PM, Vincent Torri wrote: > Hey > > I'm writing a  small tool to do mem leak check, and later GDI leak > checks. That tool, named 'examine', is intended to be used like > valgrind, that is, no linkage (unlike mpatrol, for example). The usage > is : examine my_test_

Re: [Mingw-w64-public] help for a small debug tool on Windows

2012-03-31 Thread Vincent Torri
On Sat, Mar 31, 2012 at 6:58 PM, Vincent Torri wrote: > Hey > > I'm writing a  small tool to do mem leak check, and later GDI leak > checks. That tool, named 'examine', is intended to be used like > valgrind, that is, no linkage (unlike mpatrol, for example). The usage > is : examine my_test_app.e

[Mingw-w64-public] help for a small debug tool on Windows

2012-03-31 Thread Vincent Torri
Hey I'm writing a small tool to do mem leak check, and later GDI leak checks. That tool, named 'examine', is intended to be used like valgrind, that is, no linkage (unlike mpatrol, for example). The usage is : examine my_test_app.exe I've beginning to write it for several reasons. First : improv