You have to link these libs:
hbcurl.a
libcurl-x64.ahbcurl.a
libcurl-x64.aAntonio Linares wrote:nos haces saber donde actualizar, muchas GraciasSaludos Antonio los que tienen la version 2409 del seminario tambien pueden descargar la actualizacion ?Vamos a considerarlo
karinha wrote: Good morning beloved master, I did not see any reference to the solution to the problem created in FWH2409 in reference to the accentuation problem using: HB_SETCODEPAGE( "PT850" ). Thank you.There should be no issues now
Buenos dΓas querido maestro, no vi ninguna referencia a la soluciΓ³n al problema creado en FWH2409 en referencia al problema de acentuaciΓ³n usando: HB_SETCODEPAGE( "PT850" ). Gracias.
Gracias, tks.
Regards, saludos.
Enrico Maria Giordano wrote: You have to link these libs:Gracias Enrico por contestar, agregamos esas librerias al bat (buildx64.bat) y ya casi, solo hace falta una funciΓ³n que no encuentra.
hbcurl.a libcurl-x64.a
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
?FiveWin for xHarbour 25.01 64bits - Jan. 2025 Harbour development power ββ
?(c) FiveTech 1993-2025 for Microsoft Windows 9X/NT/200X/ME/XP/Vista/7/8/10 ββ
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ?
Β ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ?
Compiling...
C:\xHar2501_64\bin\harbour openai2 /n /d__64__ /iC:\fwh64_2501\include;C:\xHar2501_64\include /w /p
xHarbour 1.3.1 Intl. (SimpLex) (Build 20250219)
Copyright 1999-2024, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'openai2.prg' and generating preprocessed output to 'openai2.ppo'...
Generating C source output to 'openai2.c'...
Done.
Lines 70, Functions/Procedures 4, pCodes 418
Embarcadero C++ 7.70 for Win64 Copyright (c) 2012-2023 Embarcadero Technologies, Inc.
openai2.c:
Turbo Incremental Link64 6.98 Copyright (c) 1997-2023 Embarcadero Technologies, Inc.
Error: Unresolved external 'HB_FUN_HB_DEFAULT' referenced from C:\FWH64_2501\LIB\FIVEHX64.A|topenai.obj
* Linking errors *
c:\fwh64_2501\samples>HB_DEFAULT() is not an xHarbour function. Try DEFAULT().
Gracias Enrico por responder
Asumo que hay que hacer la actualizaciΓ³n de las librerΓas, vamos a esperar a Antonio, por que en el prg no esta definida esa funciΓ³n. Debe ser el error que habΓa mencionado Antonio referente a xharbour, que ayudo a solucionar el colega Laiton.
FUNCTION HB_Default( xVar, xValue )
IF ValType( xVar ) != ValType( xValue )
xVar := xValue
ENDIF
RETURN NIL