Re: [Lazarus] Leakview+lazarus 0.9.26+WinXP

2008-12-12 Thread Raistware
dmitry boyarintsev escribió: > The solution is even simplier: heaptrc doesn't handle quoted > parameters correctly. > You can solve the problem by specifying file log parameter WITHOUT quotes, > i.e.: > C:\ > set HEAPTRC=log=myheap.log > C:\ > application.exe > > Thanks you a lot, exactly witho

Re: [Lazarus] Leakview+lazarus 0.9.26+WinXP

2008-12-11 Thread dmitry boyarintsev
The solution is even simplier: heaptrc doesn't handle quoted parameters correctly. You can solve the problem by specifying file log parameter WITHOUT quotes, i.e.: C:\ > set HEAPTRC=log=myheap.log C:\ > application.exe ___ Lazarus mailing list Lazarus@laz

Re: [Lazarus] Leakview+lazarus 0.9.26+WinXP

2008-12-11 Thread dmitry boyarintsev
Seems like some bug with file access. As a temporary solution you can specify the heaptrc output at the run-time, rather than using environment variable. if you're using Lazarus projects you can do it in the following way: * remove Linking option "Use heaptrc unit (-gh)". You'll use the unit manu