Search found 53 matches: leaks

Return to advanced search

Re: Help with HB_REALLOC ERROR 9009

Hi Marc To Avoid Memory leaks, within the loop I call an external function each time I read a xml file, close it and turn to nil each class instance. For every 400 files I do a HB_GcAll() and a SysRefresh(), the biggest xml file is just ...
by Adolfo
Wed Mar 20, 2024 8:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with HB_REALLOC ERROR 9009
Replies: 5
Views: 1083

Re: Simulate header report with oprn:Box

... line, box, ...) and it save to ini or another format file ER only uses one function to create everything and then uses Tcontrol's dots system that leaks all over the place, because the dots position is not in the right position when you move an object the cursor (the hand) is not on the object ...
by Silvio.Falconi
Fri May 14, 2021 7:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Simulate header report with oprn:Box
Replies: 9
Views: 877

Re: Memory Leak - Richedit

Thanks for the information.

Here, the discussion is not at all about harbour memory leaks, but about the Windows resource leaks.
SetResDebug reports resource leaks.
by nageswaragunupudi
Wed Mar 10, 2021 12:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Memory Leak - Richedit
Replies: 29
Views: 3690

Quit a process exe

... I close the main window from the "X" the application is closed, but in reality the exe remains in memory on the computer causing memory leaks. I can't find the error. https://i.postimg.cc/TwmyZgmK/hh.jpg In reality the problem occurs when the Tcalex () class is called ...
by Silvio.Falconi
Fri May 29, 2020 2:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Quit a process exe
Replies: 5
Views: 844

Re: Ribbonbar getting black

Vilian, Well that is a good sign. However, you can't just open the app, then close it to find resource leaks (if that is what you did). You have to give the software a real-world workout, trying all the screens and functions to really see if there is an issue. Best would be ...
by James Bott
Thu Aug 30, 2018 6:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbonbar getting black
Replies: 32
Views: 6044

NirSoft utilities for programmers

... content of all memory blocks allocated in the heap of the process the you select. This tool can be useful for developers that need to trace memory leaks in their software. GDIView GDIView is a unique tool that displays the list of GDI handles (brushes, pens, fonts, bitmaps, and others) opened by ...
by Baxajaun
Tue Jul 03, 2018 10:36 am
 
Forum: Utilities / Utilidades
Topic: NirSoft utilities for programmers
Replies: 1
Views: 1095

Re: Preview y problemas de exportación.

Horacio, Bienvenido al fabuloso mundo del OLE, los leaks y la fragmentacion de memoria de Harbour y LMQLP. Yo he tenido que torear (con perdón) muchas veces con el Excel: sus manías, sus incompatibilidades entre versiones; con el xHarbour y Harbour ...
by hmpaquito
Wed Mar 07, 2018 7:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Preview y problemas de exportación.
Replies: 3
Views: 817

Re: DBF to SQL script tool

... FRONT DISK BRAKES - Remove old pads and clean caliper housing - Inspect rotor for scoring / out of round - Inspect cylinder / boot for leaks and cracks - Install new disk pads - Top up master cylinder reservoir - Perform system check for correct operation by road test - Run over some ...
by TimStone
Wed Jul 09, 2014 10:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL script tool
Replies: 50
Views: 13632

Re: Memory leak

Mark, I am using FWH 13.04/xHarbour and I tried testxbr.prg. I tried a couple of different browses and didn't see any leaks. However, it has so many different browses, I am not sure I am using the same ones you did. Can you provide a very simple example that shows leaks with your ...
by James Bott
Wed Feb 19, 2014 5:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memory leak
Replies: 4
Views: 835

Unresolved external _hb_itemReturnRelease

Hello, In a application, I still use FWH7.10. I want to add the checkres() function, because I have some memory leaks. This the code I use http://forums.fivetechsupport.com/viewtopic.php?f=3&t=15935&start=0&hilit=setresdebug The problem is that if I ...
by Marc Vanzegbroeck
Tue Feb 18, 2014 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unresolved external _hb_itemReturnRelease
Replies: 1
Views: 340

Re: Antonio: "BUG" in TPrinter

Günther,

Perhaps you need to use a general purpose memory leak detector program instead of the Fivewin functions. This might find memory leaks in freeimage.

James
by James Bott
Tue Jan 28, 2014 7:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: "BUG" in TPrinter
Replies: 14
Views: 4964

Re: Antonio: "BUG" in TPrinter

Yes James, no leaks. Maybe the memory-functions from "freeimage" are responsible for this fault!?
We should change to file-functions, but i am not so versed with freeimage.
by byte-one
Tue Jan 28, 2014 7:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: "BUG" in TPrinter
Replies: 14
Views: 4964

Re: Antonio: "BUG" in TPrinter

Have you checked for memory leaks?
by James Bott
Tue Jan 28, 2014 5:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: "BUG" in TPrinter
Replies: 14
Views: 4964

Re: Images of buttons disappear

... it for you, but that does not solve the GDI memory leaking, so you should review one by one and check where the leak comes from. Sometimes, those leaks come from FiveWin itself, and it is something that we fix as soon as it gets detected or as soon as possible (on difficult cases), so it is very ...
by Antonio Linares
Tue Sep 17, 2013 9:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Images of buttons disappear
Replies: 7
Views: 1635

Re: Fuga de recursos

... GetGdiObjects() de Patrizio :-) http://forums.fivetechsupport.com/viewtopic.php?f=3&t=9732&start=0&hilit=GDI+objects+leaks Patrizio, > TVSetColor increment by two the GDI objects (two brushes) in use without decrement when destroy the TreeView. > How do you know ...
by Cgallegoa
Tue Jul 30, 2013 6:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fuga de recursos
Replies: 16
Views: 5091
Next

Return to advanced search