Page 1 of 1

GetImage on fiveh.lib

Posted: Thu May 09, 2024 9:44 pm
by Silvio.Falconi
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/view ... f3623c3380


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

Re: GetImage on fiveh.lib

Posted: Fri May 10, 2024 12:22 pm
by Antonio Linares
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! :-)

Re: GetImage on fiveh.lib

Posted: Fri May 10, 2024 12:56 pm
by Silvio.Falconi
See gli() function Is in that FUNCTION , It call setmasked, and other funcs

Re: GetImage on fiveh.lib

Posted: Mon May 13, 2024 4:28 am
by Antonio Linares
fixed, thanks!