Re: Visual Studio 2005 complains about memory leaks
by marlow.andrew@[EMAIL PROTECTED]
Jul 24, 2008 at 05:58 AM
> This probably veers off topic wrt this newsgroup, but if anybody
> has a hint on how to identify the offending data items when
> working with VS, I would be very interested in hearing about it.
>
> Rune
It depends if the code is particular to the Visual Studio environment
(i.e it only works there and nowhere else). If the code is platform-
independent you could try using valgrind. Otherwise you may need to
use purify, which is available for Windoze (but it is rather
expensive).
Regards,
Andrew Marlow
--
[ See http://www.gotw.ca/resources/clcm.htm
for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]