FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour GetImage on fiveh.lib
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
GetImage on fiveh.lib
Posted: Thu May 09, 2024 09:44 PM
While I was carrying out a small procedure, a strange error appeared, basically asking for these functions whe we use getimage function

Error: Unresolved external '_HB_FUN_BETAVERSION' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|ereport
Error: Unresolved external '_HB_FUN_SHOWGRID' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|ereport
Error: Unresolved external '_HB_FUN_SETMASKED' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|ereport

I reported the problem at this topic https://forums.fivetechsupport.com/viewtopic.php?f=3&t=44486&start=0&sid=192b57df103ebdf7a1281ff3623c3380


the error that came out is unfortunately caused by an error in the lib fiveh.lib because when the getImage() function is called it creates an EVAL error because this function was mistakenly inserted in the easyreport files and was not assigned static, the function It is located in eritems.prg. Easyreport with all its files has been placed in the fiveh.lib library.

I have already notified Antonio Linares
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: GetImage on fiveh.lib
Posted: Fri May 10, 2024 12:22 PM
Dear Silvio,

We have moved function GetImage() from eritems.prg to filename.prg

It will be included in next FWH build.

many thanks for your feedback! :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: GetImage on fiveh.lib
Posted: Fri May 10, 2024 12:56 PM

See gli() function Is in that FUNCTION , It call setmasked, and other funcs

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: GetImage on fiveh.lib
Posted: Mon May 13, 2024 04:28 AM

fixed, thanks!

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion