Antonio Linares wrote:http://forums.fivetechsupport.com/viewtopic.php?f=16&t=33548
Heyooo!
Antonio Linares wrote:http://forums.fivetechsupport.com/viewtopic.php?f=16&t=33548
Antonio,
Where is the function ResAllFree() gone too?
Thanks.
Regards,
Michel D.
Genk (Belgium)
I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773
Error: Unresolved external '_RegisterResource' referenced from E:\FWHARBOUR\LIB\FIVEHC.LIB|DIB
Error: Unresolved external 'DelResource' referenced from E:\FWHARBOUR\LIB\FIVEHC.LIB|CURSORSOk, you created a dependence with checkres.prg. Why this?
EMG
Michel, Enrico,
Please provide an example to reproduce it here, thanks
Just remove checkres.prg from fiveh.lib and voilà a sample is served. ![]()
EMG
And why do you remove checkres.prg from fiveh.lib ?
My point is: why to add a dependence with a module? The right way would be to put general function in general modules not in specific ones.
Anyway, no problem for me.
EMH
We are calling those functions from low level (C code), so we need them to be there
Antonio Linares wrote:We are calling those functions from low level (C code), so we need them to be there
Enrico,
Where to place them ?
In resource.c?
EMG
We use PRG code there, not C code