Search found 71 matches: setresdebug

Return to advanced search

Re: SBUTTON vs BTNBMP

Dear Silvio,

I need both of you to run SetResDebug( .T. ) and let me know what you get in checkres.txt

As explained here:
http://wiki.fivetechsoft.com/doku.php?id=fivewin_function_setresdebug

We need to know what kind of GDI objects are kept in memory causing the memory leak
by Antonio Linares
Tue Dec 28, 2021 12:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SBUTTON vs BTNBMP
Replies: 18
Views: 1553

Re: SBUTTON vs BTNBMP

André,

Manuel's code is not simple.

Please use FWH function SetResDebug() as explained here:

http://wiki.fivetechsoft.com/doku.php?i ... etresdebug

http://wiki.fivetechsoft.com/doku.php?i ... ts_handles

and please let me know what you get

many thanks
by Antonio Linares
Sun Dec 26, 2021 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SBUTTON vs BTNBMP
Replies: 18
Views: 1553

Harbour y MySQL - tildes y eñes

... RddSetDefault( 'DBFCDX') set deleted on set autopen off set exclusive on Set optimize on cursorwait() readinsert( .t. ) SetBalloon( .T. ) setresdebug( .F. ) clear all FwSetLanguage( 2 ) Request HB_LANG_ES HB_LangSelect( 'ES' ) request HB_CODEPAGE_ESWIN HB_SetCodePage( 'ESWIN' ) HB_CDPSELECT( ...
by José
Tue Nov 23, 2021 4:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour y MySQL - tildes y eñes
Replies: 14
Views: 1643

Re: Consulta sobre brush en ventana principal

Ramón,

Eso se debe a que la aplicación esta consumiendo recursos que no libera.

Tienes que usar propio detector de pérdida de recursos que incorpora FWH para que localices de donde viene:

http://wiki.fivetechsoft.com/doku.php?id=fivewin_function_setresdebug
by Antonio Linares
Wed May 05, 2021 7:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta sobre brush en ventana principal [SOLUCIONADO]
Replies: 9
Views: 1690

Re: Memory Leak - Richedit

Pregunta: SetResDebug devuelve la fuga de memoria o de recursos? Lo digo porque una fuga de memoria es cuando hacemos un hb_xgrab o un hb_itemNew y no se libera. Para esto último Harbour está preparado solo hay que crear las librerías ...
by karinha
Wed Mar 10, 2021 2:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Memory Leak - Richedit
Replies: 29
Views: 3690

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

Re: Memory Leak - Richedit

Pregunta: SetResDebug devuelve la fuga de memoria o de recursos? Lo digo porque una fuga de memoria es cuando hacemos un hb_xgrab o un hb_itemNew y no se libera. Para esto último Harbour está preparado solo hay que crear las librerías ...
by xmanuel
Wed Mar 10, 2021 12:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Memory Leak - Richedit
Replies: 29
Views: 3690

Re: Memory Leak - Richedit

... muy bien, ahora si guarda los cambios la clace xImage El problema es que, aún persiste la perdida de memoria. Aca envío el resultado que presenta SetResDebug: 08-03-2021 10:28:42: C:\appsis\dev\sisgen.exe -- BMP,-855306115,TBITMAP:LOADIMAGE(826)->TBITMAP:DEFINE(282)->FICHACLINICA(8630)->(b)CLIE01(981)->TBTNBMP:CLICK(704)->TBTNBMP:LBUTTONUP(990)->TCONTROL:HANDLEEVENT(1791)->TBTNBMP:HANDLEEVENT(2030)->_FWH(3559)->DIALOGBOX(0)->TDIALOG:ACTIVATE(304)->CLIE01(1339)->(b)CLIECONS(4624)->TWINDOW:LDBLCLICK(2092)->TCONTROL:LDBLCLICK(1814)->TWBROWSE:LDBLCLICK(1229)->TWINDOW:HANDLEEVENT(0)->TWBROWSE:HANDLEEVENT(1801)->_FWH(3559)->WINRUN(0)->TMDIFRAME:ACTIVATE(1097)->TSSisMain:ACTIVAR(1472)->MAIN(102)  ...
by csincuir
Mon Mar 08, 2021 4:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Memory Leak - Richedit
Replies: 29
Views: 3690

Re: Memory Leak - Richedit

Antonio, he hecho la SetResDebug() en una aplicación que desarrolle para un cliente donde incorporo unas imágenes y las mismas las pueden modificar y luego guardarlas en una tabla de MySQL Como desconozco como interpretar los resultados ...
by csincuir
Fri Feb 26, 2021 12:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Memory Leak - Richedit
Replies: 29
Views: 3690

Re: Memory Leak - Richedit

Paco,

Has probado a usar el propio detector de pérdida de recursos que incorpora FWH ?

http://wiki.fivetechsoft.com/doku.php?id=fivewin_function_setresdebug
by Antonio Linares
Thu Feb 25, 2021 11:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Memory Leak - Richedit
Replies: 29
Views: 3690

Re: CheckRes()

Has de poner al principio en tu function Main .../... SetResDebug( .T. ) .../... y al salir de la function Main .../... //DbCloseAll() FreeResources() Hb_GCall(.t.) CLEAR MEMORY if File( "checkres.txt" ) FErase( "checkres.txt" ) ...
by cnavarro
Thu Mar 12, 2020 7:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CheckRes()
Replies: 22
Views: 3761

Re: CheckRes()

karinha, gracias por su ayuda, ya no genera el resources.txt si activo SetResDebug(.t.), se genera el res.log con este contenido 487194999 FONT /*,-+0,*0/ FONT /-.,),-,/, FONT /(,./)+'0 BMP /,+'.(/.(- BMP -> ResizeImg /*)/0)).) FONT /'/..*)*(+ BMP (+,+(/*(. ...
by russimicro
Tue Mar 10, 2020 8:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CheckRes()
Replies: 22
Views: 3761

Re: Ribbonbar getting black

Vilian,

Please use FWH function SetResDebug() as explained here:

http://wiki.fivetechsoft.com/doku.php?id=fivewin_function_setresdebug
by Antonio Linares
Wed Aug 29, 2018 7:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbonbar getting black
Replies: 32
Views: 6043

Re: Problem with TExplorerBar

Antonio Linares wrote:Please use FWH function SetResDebug() to check your app consumed and non freed resources:

http://wiki.fivetechsoft.com/doku.php?id=fivewin_function_setresdebug


How do I release the resources?
by shark
Fri Aug 03, 2018 3:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problem with TExplorerBar
Replies: 5
Views: 974

Re: Problem with TExplorerBar

Please use FWH function SetResDebug() to check your app consumed and non freed resources:

http://wiki.fivetechsoft.com/doku.php?id=fivewin_function_setresdebug
by Antonio Linares
Wed Aug 01, 2018 4:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problem with TExplorerBar
Replies: 5
Views: 974
Next

Return to advanced search