Prev: Forcing an optimized pallette when converting a 24-bit bitmap to 8-bit using GDI+
Next: GetDIBits() from GDI+ Bitmap ???
From: ab` on 2 Mar 2010 19:28 Is there a (portable) app runs another app, and reports leaks?
From: Joseph M. Newcomer on 3 Mar 2010 09:43 (a) define "portable" (b) probably not (c) a non-portable app would be the Application Verifier joe On Tue, 02 Mar 2010 16:28:57 -0800, ab` <ab(a)absent.com> wrote: >Is there a (portable) app runs another app, and reports leaks? Joseph M. Newcomer [MVP] email: newcomer(a)flounder.com Web: http://www.flounder.com MVP Tips: http://www.flounder.com/mvp_tips.htm
From: Uwe Kotyczka on 3 Mar 2010 09:52 On 3 Mrz., 01:28, ab` <a...(a)absent.com> wrote: > Is there a (portable) app runs another app, and reports leaks? Are you looking for something like Boundschecker?
From: Goran on 3 Mar 2010 15:00 On Mar 3, 1:28 am, ab` <a...(a)absent.com> wrote: > Is there a (portable) app runs another app, and reports leaks? As Joe said, define "portable". valgrind is open source and does run on Windows, but perhaps only with GNU compiler. Goran.
From: Joseph M. Newcomer on 4 Mar 2010 00:01
Note also that there are a lot of portable libraries that you can link in that do this, but it's not the same as having a program that can blindly run any child process and detect leaks. Application Verifier does really dirty tricks of do the intercepts it does, and is most definitely NOT "portable" by any stretch of the imagination. joe On Wed, 3 Mar 2010 12:00:29 -0800 (PST), Goran <goran.pusic(a)gmail.com> wrote: >On Mar 3, 1:28�am, ab` <a...(a)absent.com> wrote: >> Is there a (portable) app runs another app, and reports leaks? > >As Joe said, define "portable". valgrind is open source and does run >on Windows, but perhaps only with GNU compiler. > >Goran. Joseph M. Newcomer [MVP] email: newcomer(a)flounder.com Web: http://www.flounder.com MVP Tips: http://www.flounder.com/mvp_tips.htm |