GetImage on fiveh.lib
Posted: Thu May 09, 2024 9: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/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
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