Search found 218 matches: checkres

Return to advanced search

Re: Clear Memory

This is what we see in checkres.txt. This indicates the resources that are not explicitly released by the application. But after reporting by checkres.txt, all the resources are released when the exe is ends. Checkres.txt is intended ...
by shark
Fri Aug 10, 2018 4:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Clear Memory
Replies: 10
Views: 1356

Re: Clear Memory

This is what we see in checkres.txt. This indicates the resources that are not explicitly released by the application. But after reporting by checkres.txt, all the resources are released when the exe is ends. Checkres.txt is intended ...
by nageswaragunupudi
Thu Aug 09, 2018 3:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Clear Memory
Replies: 10
Views: 1356

Re: Problem with TExplorerBar

file checkres.txt contents: 03/08/18 00:07:15: D:\ACESSOSOFT\G-AUTO\BIN\g-auto.exe -- FONT,1107955365,PC_SETENVIROMENT(122)->MAIN(440)    03/08/18 00:07:15: D:\ACESSOSOFT\G-AUTO\BIN\g-auto.exe -- FONT,-1844834338,MAIN(470)  ...
by shark
Fri Aug 03, 2018 3:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problem with TExplorerBar
Replies: 5
Views: 974

New FTDN January/Enero 2018 (FWH 18.01)

... be also ico file or resource. There is also no need to specify both icon and prompt. Only the parameter(s) need to be changed can be specified. * CHECKRES: - Creation and destruction of icons was not covered by checkres system. Now included. * TDataBase: - Data encryption: Last parameter cPassword ...
by Antonio Linares
Wed Feb 14, 2018 5:03 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2018 (FWH 18.01)
Replies: 1
Views: 2604

New FTDN September/Septiembre 2017 (FWH 17.09)

... tdatabase class only. * Fix: Some required fixes for GET ... CUEBANNER support: http://forums.fivetechsupport.com/viewtopic.php?p=205126#p205126 * CHECKRES(): Now, fonts created with functions CreateFontAs() and GetFontMenu() are also monitored by checkres() system. * MENUS: By default, when no ...
by Antonio Linares
Wed Oct 04, 2017 7:43 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2017 (FWH 17.09)
Replies: 3
Views: 3378

Re: Black Screen of Death.

How do you make sure they are disposed of properly? Just launch my program, and then exit , and I get: CheckRes.Txt file... 09/09/17 11:23:08: C:\Datafile\tmsbcc\tmsbcc.exe -- FONT,1846159188,TMDIFRAME:GETFONT(3122)->TMDICLIENT:GETFONT(3099)->TMDICLIENT:NEW(147)->TMDIFRAME:NEW(178)->MAIN(106) ...
by byron.hopp
Sat Sep 09, 2017 6:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Black Screen of Death.
Replies: 15
Views: 2172

Re: Ayuda DLL

... referenced from P:\32BITS\FWH\LIB\FIVEHC.LIB|MSGSAPI Error: Unresolved external '_HB_FUN_ALLTRIM' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|CHECKRES Error: Unresolved external '_HB_FUN_DIRECTORY' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|FILENAME Error: Unresolved external '_HB_FUN_RAT' ...
by ricardog
Fri Sep 01, 2017 2:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6362

Re: COMO CAMBIAR BMP EN EL SORT DEL HEADER DE XBROWSE

... utiliza por defecto que son a los que te refieres Function Main()   SetResDebug( .T. )// y antes del return de la function Main   CheckRes()Return nil  Usa la aplicacion, utiliza ese browse y sal de la aplicacion Con el notepad mira el fichero CHECKRES.TXT que te haya podido ...
by cnavarro
Mon Aug 21, 2017 10:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: COMO CAMBIAR BMP EN EL SORT DEL HEADER DE XBROWSE
Replies: 6
Views: 1275

Re: Resource leak in menus

Cristobal: Thank you for your reply. As I mentioned the checkres does not report anything. 07/21/17 18:21:47: \\RDFXPVM\spcs\testmnu3.exe -- ==================================================================================================== You have ...
by Randal
Fri Jul 21, 2017 11:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resource leak in menus
Replies: 27
Views: 4845

Re: Resource leak in menus

... -- ==================================================================================================== Please attach your file checkres.txt and if is possible your menu ( firts lines of its function "BuildMenu", definition menu and lasts lines )
by cnavarro
Fri Jul 21, 2017 11:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resource leak in menus
Replies: 27
Views: 4845

Resource leak in menus

... getting a lot of calls that our application was locking up, toolbar buttons losing their images, etc. I suspected a resource leak however, calling Checkres() at the close of the app does not report any problems. I think I narrowed the problem down to menus. I use xHarbour (commercial) however, ...
by Randal
Fri Jul 21, 2017 10:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resource leak in menus
Replies: 27
Views: 4845

Re: problem FWH 7.1 with XHB.com

You forgot to include checkres.prg
by Antonio Linares
Mon Feb 06, 2017 11:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem FWH 7.1 with XHB.com
Replies: 7
Views: 1304

Re: New FWH 17.01

Enrico,

Consider that we move those functions to resource.c and that checkres.prg is not linked in the final EXE

In such case the app will try to execute two PRG functions that do not exist, thus generating an error.
by Antonio Linares
Tue Jan 31, 2017 6:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 17.01
Replies: 17
Views: 2837

Re: New FWH 17.01

To be more explicit, these are the two C functions that I would move from checkres.prg to resource.c: void RegisterResource( HANDLE hRes, LPSTR szType ){   PHB_ITEM pRet = hb_itemNew( hb_param( -1, HB_IT_ANY ) );   hb_vmPushSymbol( ...
by Enrico Maria Giordano
Tue Jan 31, 2017 6:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 17.01
Replies: 17
Views: 2837

Re: New FWH 17.01

Antonio Linares wrote:We are calling those functions from low level (C code), so we need them to be there


No need for placing them in checkres.prg as they are not used by checkres.prg.

EMG
by Enrico Maria Giordano
Tue Jan 31, 2017 11:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 17.01
Replies: 17
Views: 2837
PreviousNext

Return to advanced search