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: Select all Expand view
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