Search found 26 matches: resallfree

Return to advanced search

Re: Control de Tiempos - Cronometro.

Saludos y Gracias
Compilare sin llamar esta funcion.
Si puedes enviarla por favor, mi correo adaptaprodrive@gmail.com
'_HB_FUN_RESALLFREE' referenced from C:\FWH17\SAMPLES\VELOCIMETRO.OBJ
by jnavas
Wed Apr 01, 2020 2:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Control de Tiempos - Cronometro.
Replies: 7
Views: 1525

Re: CheckRes()

SET RESOURCES TO
ResAllFree( )
MEMORY( - 1 )



DbCommitAll()
DbUnLockAll()
DbCloseAll()

FreeResources()
Release All
SysRefresh()
HB_GCALL( .T. )
CLEAR MEMORY


CheckRes()


PostQuitMessage( 0 )
__QUIT()
by russimicro
Mon Mar 09, 2020 9:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CheckRes()
Replies: 22
Views: 3774

Re: fwh February 2017 - RESALLFREE

Thank you, but I thing something else should be done, for instance Hb_GCall(.t.)

Antonio, can you please provide us some guideance?
by MOISES
Sat Nov 16, 2019 11:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh February 2017 - RESALLFREE
Replies: 5
Views: 979

Re: fwh February 2017 - RESALLFREE

rem resallfree
by Silvio.Falconi
Sat Nov 16, 2019 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh February 2017 - RESALLFREE
Replies: 5
Views: 979

Re: fwh February 2017 - RESALLFREE

...  DbCommitAll()      // Guardamos datos   SysRefresh()   DbCloseAll()   ResAllFree()       // Liberamos recursos  quit  How do we liberate all resources now? Thank you.
by MOISES
Sat Nov 16, 2019 10:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh February 2017 - RESALLFREE
Replies: 5
Views: 979

Re: fwh February 2017 - RESALLFREE

yes of course !!
But then the resources are free ?
by Silvio.Falconi
Mon Mar 20, 2017 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh February 2017 - RESALLFREE
Replies: 5
Views: 979

Re: fwh February 2017 - RESALLFREE

It is no longer needed

For backwards compatibility you can implement it like this:

function ResAllFree()

return nil
by Antonio Linares
Mon Mar 20, 2017 7:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh February 2017 - RESALLFREE
Replies: 5
Views: 979

fwh February 2017 - RESALLFREE

Friends,

Error: Unresolved external '_HB_FUN_RESALLFREE' referenced from C:\WORK\ERRORI\STUDIO\OBJ\MAIN.OBJ


Where is this function ?
by Silvio.Falconi
Sat Mar 18, 2017 6:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh February 2017 - RESALLFREE
Replies: 5
Views: 979

Re: New FWH 17.01

Antonio,

Where is the function ResAllFree() gone too?

Thanks.
by driessen
Fri Jan 27, 2017 11:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 17.01
Replies: 17
Views: 2837

Re: Mysql Error 1004

ResAllFree() para FW 16 bits, Antonio señala que no es necesaria 32 bits,,, la uso por que tengo funciones que vienen desde los 16 bits
Memory(-1) En alguna perte del foro lei que libera variables no utilizadas

Salu2
by Willi Quintana
Wed Nov 23, 2016 2:19 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mysql Error 1004
Replies: 7
Views: 1379

Re: Mysql Error 1004

Gracias Willi, Creo que si eso parece que era, de todas maneras estoy haciendo pruebas.
Solamente Usaba este hb_gcAll(.t.)

Tu me puedes decir que hace cada una de estas Instruciones.

ResAllFree()
Memory(-1)
hb_gcAll(.t.)
by ruben Dario
Tue Nov 22, 2016 8:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mysql Error 1004
Replies: 7
Views: 1379

Re: Mysql Error 1004

Hola,,
Talvez estas líneas antes de la sentencia:
ResAllFree()
Memory(-1)
hb_gcAll(.t.)
oSql:Exec("DROP TABLE regtempo ; CREATE TEMPORARY TABLE IF NOT EXISTS regtempo AS (SELECT * FROM regcomven where tipo = '03') ")
ResAllFree()
Memory(-1)
hb_gcAll(.t.)


Salu2
by Willi Quintana
Mon Nov 21, 2016 2:00 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mysql Error 1004
Replies: 7
Views: 1379

error on release font

... TFont():New( GetDefaultFontName(), 0, -10,, ) and when I close the app I end all fonts with ::oFont:End() ::oFontTitles:End() ::oFontMsgItem:End() ResAllFree() but I saw the exe create a file with error fonts 04-02-2016 17:41:09: EXCESS RELEASE OF FONT MS Shell Dlg[ hFont : 0] ( nCount ...
by Silvio.Falconi
Sat Feb 06, 2016 8:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error on release font
Replies: 0
Views: 364

Re: Migrando de FWH 32 a FWH 64 - windows.h

... de cabecera en la parte escrita en C de las aplicaciones hemos conseguido compilar en 64 bits. Pero hemos tenido que eliminar la instrucción: ResAllFree() en el proceso de salida del programa que no sabemos por cual sustiruir. Y el proceso de salida no va bien porque windows 7 se queda enviando ...
by Verhoven
Sun Jan 04, 2015 1:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Migrando de FWH 32 a FWH 64 - windows.h
Replies: 79
Views: 19117

Problem with FWH 13.09

Antonio, I installed FWH 13.09 but after rebuilding my application, I got a whole list of externals which weren't found : _HB_FUN_RESALLFREE _HB_FUN_SYSREFRESH _HB_FUN_LASTKEY _HB_FUN_LWRUNNING _HB_FUN_READBITMAP _HB_FUN_GETWNDAPP _HB_FUN_DIALOGBOX _HB_FUN_WINRUN .... (a lot more) Any idea what is w...
by driessen
Thu Oct 31, 2013 4:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FWH 13.09
Replies: 13
Views: 2529
Next

Return to advanced search