FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour Error lib curl xharbour 64 bits FW2407 - Solucionado
Posts: 1816
Joined: Wed Oct 26, 2005 02:49 PM
Error lib curl xharbour 64 bits FW2407 - Solucionado
Posted: Sun Sep 15, 2024 06:58 PM
Hola buenas tardes para todos de nuevo yo :D

Ya, de a poco vamos logrando compilar la aplicación en 64bits con xharbour, ya hemos agregado algunos de los prg que forman la app, pero al intentar compilar uno de los prg principales, nos sale un error de funciones de libcurl, los errores son los siguientes:
Code (fw): Select all Collapse
hbmk2: Linking... R32_MENU.exe
Turbo Incremental Link64 6.98 Copyright (c) 1997-2023 Embarcadero Technologies, Inc.
Error: Unresolved external 'HB_FUN_CURL_EASY_INIT' referenced from C:\CMPLAR_64\FUNCIONES.O
Error: Unresolved external 'HB_FUN_CURL_EASY_SETOPT' referenced from C:\CMPLAR_64\FUNCIONES.O
Error: Unresolved external 'HB_FUN_CURL_EASY_PERFORM' referenced from C:\CMPLAR_64\FUNCIONES.O
Error: Unresolved external 'HB_FUN_CURL_EASY_DL_BUFF_GET' referenced from C:\CMPLAR_64\FUNCIONES.O
Error: Unresolved external 'HB_FUN_CURL_EASY_CLEANUP' referenced from C:\CMPLAR_64\FUNCIONES.O
Que nos hace falta agregar? y como se debe agregar usando hbmk2.exe

Gracias de antemano
Saludos
LEANDRO AREVALO
Bogotá (Colombia)
https://hymlyma.com
https://hymplus.com/
leandroalfonso111@gmail.com
leandroalfonso111@hotmail.com

[ Turbo Incremental Link64 6.98 Embarcadero 7.70 ] [ FiveWin 25.01 ] [ xHarbour 64 bits) ]
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: Error lib curl xharbour 64 bits FW2407
Posted: Sun Sep 15, 2024 07:17 PM

You have to link hbcurl.a.

Posts: 1816
Joined: Wed Oct 26, 2005 02:49 PM
Re: Error lib curl xharbour 64 bits FW2407 - Solucionado
Posted: Sun Sep 15, 2024 08:11 PM
Enrico muchas gracias como siempre por al ayuda, ya agregamos las dos librerías hbcurl,libcurl y solucionado

Las agregamos al final del archivo .hbp
Code (fw): Select all Collapse
-gui

#los prgs
.\prg\R32_MENU.prg

#recursos
.\res\CONTABLE.res

-info
#-traceonly
-workdir=

-optim-
-ldflag+=-aa
-Ic:\fwh64_2407\include
-Lc:\fwh64_2407\lib

-lFivehx64
-lFiveC64

-lct
-lhbzip
-ltip
-lhbcomm
-lhbcurl
-llibcurl
Saludos
LEANDRO AREVALO
Bogotá (Colombia)
https://hymlyma.com
https://hymplus.com/
leandroalfonso111@gmail.com
leandroalfonso111@hotmail.com

[ Turbo Incremental Link64 6.98 Embarcadero 7.70 ] [ FiveWin 25.01 ] [ xHarbour 64 bits) ]

Continue the discussion