strange error of fiveh lib

strange error of fiveh lib

Postby Silvio.Falconi » Sun May 05, 2024 4:59 pm

I recompiled an old procedure (small) and I got this error


Code: Select all  Expand view
Progetto: ut_images, Ambiente: bcc7Harbor:
[1]:Harbour.Exe ut_images.prg  /m /n0 /gc1 /es2 /a /iC:\Work\fwh\include /iC:\Work\harbour\Include /jI18n\Main.hil /iinclude;c:\work\fwh\include;C:\Work\harbour\include /oObj\ut_images.c
Harbour 3.2.0dev (r2403071241)
Copyright (c) 1999-2021, https://harbour.github.io/
Compiling 'ut_images.prg'...
Lines 5867, Functions/Procedures 12
Generating C source output to 'Obj\ut_images.c'... Done.
[1]:Bcc32.Exe -M -c -DHB_OS_WIN_32 -DHB_FM_STATISTICS_OFF -DHB_NO_DEFAULT_API_MACROS -DHB_NO_DEFAULT_STACK_MACROS -IC:\Work\fwh\include -IC:\work\bcc7\Include\windows\sdk\;C:\Work\harbour\Include  -nObj Obj\ut_images.c
Embarcadero C++ 7.70 for Win32 Copyright (c) 1993-2023 Embarcadero Technologies, Inc.
Obj\ut_images.c:
[1]:iLink32.Exe -Gn -aa -Tpe -s -v @ut_images.bcl
Turbo Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc.
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
Error: Unable to perform link
 



why did you include the easyreport functions in the fiveh library?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 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
User avatar
Silvio.Falconi
 
Posts: 6832
Joined: Thu Oct 18, 2012 7:17 pm

Re: strange error of fiveh lib

Postby Antonio Linares » Sun May 05, 2024 7:12 pm

Dear Silvio,

Please post the source of ut_images.prg

In the meantime, please declare those missing functions as dummy:

function BetaVersion() ; return nil
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41356
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: strange error of fiveh lib

Postby Silvio.Falconi » Sun May 05, 2024 7:29 pm

Antonio Linares wrote:Dear Silvio,

Please post the source of ut_images.prg

In the meantime, please declare those missing functions as dummy:

function BetaVersion() ; return nil


I allready make
function BetaVersion() ; return nil
function setmasked() ; return nil
function showgrid() ; return nil

But I not understood
perhaps I use name of function same of ereport ?

these the list of function

Immagini()
Creation_Small
TakeImages
DelImmagine
Refresh_Images
ShowImages
UrlImage
Create_SmallImages
GetImage
ChangeButtons
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 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
User avatar
Silvio.Falconi
 
Posts: 6832
Joined: Thu Oct 18, 2012 7:17 pm


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 44 guests