Re: [GD-Windows] Nasty GUI bug
Brought to you by:
vexxed72
From: Rich <leg...@xm...> - 2002-10-10 23:16:16
|
In article <F23...@FR...>, Andrew Grant <ag...@cl...> writes: > I've seen things like that before, and when it's happened I've found I've > been trashing memory somewhere. > > Weird I know, but there you go. Sounds like what I was going to suggest... use a tool like Purify, BoundsChecker, etc., to find the problem. You say it only occurs on Win98, but I'm willing to bet that's not quite true. If its a memory bug, its probably occuring everywhere, just that the effects are more damaging on Win9x. Purify only works on NT-based platforms (so not 9x), but its worth it, IMO. -- Ask me about my upcoming book on Direct3D from Addison-Wesley! Direct3D Book <http://www.xmission.com/~legalize/book/> izfree: Open source tools for Windows Installer <http://izfree.sourceforge.net> |