Friends,
Error: Unresolved external '_HB_FUN_RESALLFREE' referenced from C:\WORK\ERRORI\STUDIO\OBJ\MAIN.OBJ
Where is this function ?
fwh February 2017 - RESALLFREE
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
fwh February 2017 - RESALLFREE
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: fwh February 2017 - RESALLFREE
It is no longer needed
For backwards compatibility you can implement it like this:
function ResAllFree()
return nil
For backwards compatibility you can implement it like this:
function ResAllFree()
return nil
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: fwh February 2017 - RESALLFREE
yes of course !!
But then the resources are free ?
But then the resources are free ?
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
Re: fwh February 2017 - RESALLFREE
Hi,
Yes, in FW 14.14 I exited my app as this:
How do we liberate all resources now?
Thank you.
Yes, in FW 14.14 I exited my app as this:
Code: Select all
DbCommitAll() // Guardamos datos
SysRefresh()
DbCloseAll()
ResAllFree() // Liberamos recursos
quit
Thank you.
Saludos / Regards,
FWH 20.04, Harbour 3.2.0 dev (r1909261630) y BCC 7.40
FWH 20.04, Harbour 3.2.0 dev (r1909261630) y BCC 7.40
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: fwh February 2017 - RESALLFREE
rem resallfree
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
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?
Antonio, can you please provide us some guideance?
Saludos / Regards,
FWH 20.04, Harbour 3.2.0 dev (r1909261630) y BCC 7.40
FWH 20.04, Harbour 3.2.0 dev (r1909261630) y BCC 7.40