Search found 71 matches: setresdebug

Return to advanced search

CheckRes

Al hacer pruebas con SetResDebug( .t. ) y CHECKRES() me he encontrado con esto: 24/05/12 10:23:01: BMP,-2012934294,TLINKLIST:ADD(35)->_TREEITEM(53)->PS_GETTREE(911)24/05/12 10:23:01: BMP,1963267896,TLINKLIST:ADD(35)->_TREEITEM(53)->PS_GETTREE(911) 24/05/12 ...
by fgondi
Thu May 24, 2012 8:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CheckRes
Replies: 6
Views: 1711

Re: programa colgado en memoria

Antonio, probando el SetResDebug( .T. ) y justo antes de salir de tu aplicación llamar a: CheckRes() revisando el .txt se quedaban abiertos como 6 fonts y 14 bitmaps de unos menus, corregi el programa, volvi a ejecutar y parece que ...
by Francisco Horta
Mon Feb 20, 2012 6:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: programa colgado en memoria
Replies: 16
Views: 5548

Re: programa colgado en memoria

... de objetos GDI puede acabar tirando una aplicación. Para ello lo primero que debes hacer es llamar a esta función al inicio de tu aplicación: SetResDebug( .T. ) y justo antes de salir de tu aplicación llamar a: CheckRes() esto te generará un fichero checkres.txt en donde te aparecen los objetos ...
by Antonio Linares
Sun Feb 19, 2012 10:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: programa colgado en memoria
Replies: 16
Views: 5548

Re: Fuga de recursos

hola

prueba con checkres() y setresdebug
by lucasdebeltran
Fri Nov 18, 2011 10:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fuga de recursos
Replies: 16
Views: 5157

Re: SetResdebug with Checkres() not showing line #

Ok, I might have found the problem. Either there is an older checkres inside fivehcm.lib and it is linked before fivehmx.lib or fivehmx.lib has an older version in it. If I compile and link c:\fwh\source\function\checkres.prg directly in the application, checkres() works as expected. Does someone ha...
by Gale FORd
Thu Jul 14, 2011 8:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetResdebug with Checkres() not showing line #
Replies: 4
Views: 788

Re: SetResdebug with Checkres() not showing line #

I use commercial xHarbour so I don't normally set any parameters, but I will check. If line numbers were not included, would tracelog() still show a trace with line number? Here is an example of what mine looks like. [c:\projects\diwin11\DIWIN.PRG->MAIN] (91) Type: C >>>Test Trace Log En...
by Gale FORd
Thu Jul 14, 2011 2:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetResdebug with Checkres() not showing line #
Replies: 4
Views: 788

Re: SetResdebug with Checkres() not showing line #

Gale,

Do you compile with -l parameter (no line numbers) ? Try to compile without this parameter.
by StefanHaupt
Thu Jul 14, 2011 7:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetResdebug with Checkres() not showing line #
Replies: 4
Views: 788

Re: SetResdebug with Checkres() not showing line #

I would really like to see what program and line # associated with the resource.
Nobody can even point me in the right direction? I really want to track down the resource problems.
by Gale FORd
Wed Jul 13, 2011 1:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetResdebug with Checkres() not showing line #
Replies: 4
Views: 788

SetResdebug with Checkres() not showing line #

I noticed that others have more information when they look at the checkres file.
My application creates res.log not checkres.log and it only shows the type of resource and a number.

For example:
BMP
0
BMP
/0('(,(')/
FONT
0
by Gale FORd
Mon Jul 11, 2011 4:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetResdebug with Checkres() not showing line #
Replies: 4
Views: 788

FW does not liberate all controls

Hello, With SetResdebug and Checkres() I have discovered that there are always two controls which are not liberated: 02-02-2011 15:44:35: BMP,-1744497987,TWINDOW:HANDLEEVENT(0)->_FWH(3394)->SHOWWINDOW(0)->TWINDOW:ACTIVATE(961)->MAIN(265) ...
by ukservice
Wed Feb 02, 2011 2:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW does not liberate all controls
Replies: 10
Views: 1674

Re: Application Slowdown

... and upwards If you can upgrade from 10.6 , i think it can help solving your problem On another hand concerning the checkres file, i do not use setresdebug just the checkres and the reading of the file is very clear, program and line n°, it helped me fixing memory consuption issues in my application. ...
by Richard Chidiak
Thu Jan 27, 2011 4:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Application Slowdown
Replies: 23
Views: 6326

Re: Application Slowdown

OK, I have done some tests by placing SetResDebug( .T. ) before a routine and CheckRes() after, here are my findings: A routine that just calls Msginfo() creates a res.log that contains this:           0BRUSH          0          0          0  ...
by PeterHarmes
Thu Jan 27, 2011 10:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Application Slowdown
Replies: 23
Views: 6326

Re: Application Slowdown

Hi,

I have set up SetResDebug( .T. ) and Checkres() to, for example, ribbon2.prg sample and there are many objects not released.

Why does occur?.

I beleived FWH handles that!!


Thank you-
by ukservice
Wed Jan 26, 2011 8:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Application Slowdown
Replies: 23
Views: 6326

Re: Application Slowdown

Hi,

Please add SetResDebug( .T. ) al the start of your app and CheckRes() before exiting.

Also, I have noticed that soemtimes FWH loses bitpams in RIBBON BAR.

Hope it helps
by ukservice
Wed Jan 26, 2011 11:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Application Slowdown
Replies: 23
Views: 6326

Re: error sistema

... GDI y ver cuales puedan estar usándose de forma incorrecta: http://forums.fivetechsupport.com/viewtopic.php?f=3&t=15935&start=0&hilit=setresdebug
by Antonio Linares
Sun Sep 05, 2010 3:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error sistema
Replies: 4
Views: 923
PreviousNext

Return to advanced search