Nuevo FWH 25.01
Posted: Wed Feb 19, 2025 8:17 am
www.FiveTechSoft.com
https://forums.fivetechsupport.com/
Code: Select all | Expand
┌────────────────────────────────────────────────────────────────────────────┐
?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 gemini1 /n /d__64__ /iC:\fwh64_2501\include;C:\xHar2501_64\include /w /p
xHarbour 1.3.1 Intl. (SimpLex) (Build 20250215)
Copyright 1999-2024, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'gemini1.prg' and generating preprocessed output to 'gemini1.ppo'...
Generating C source output to 'gemini1.c'...
Done.
Lines 22, Functions/Procedures 1, pCodes 38
Embarcadero C++ 7.70 for Win64 Copyright (c) 2012-2023 Embarcadero Technologies, Inc.
gemini1.c:
Turbo Incremental Link64 6.98 Copyright (c) 1997-2023 Embarcadero Technologies, Inc.
Error: Unresolved external 'HB_FUN_CURL_VERSION_INFO' referenced from C:\FWH64_2501\LIB\FIVEHX64.A|tgemini.obj
Error: Unresolved external 'HB_FUN_CURL_EASY_INIT' referenced from C:\FWH64_2501\LIB\FIVEHX64.A|tgemini.obj
Error: Unresolved external 'HB_FUN_CURL_EASY_CLEANUP' referenced from C:\FWH64_2501\LIB\FIVEHX64.A|tgemini.obj
Error: Unresolved external 'HB_FUN_CURL_EASY_SETOPT' referenced from C:\FWH64_2501\LIB\FIVEHX64.A|tgemini.obj
Error: Unresolved external 'HB_FUN_CURL_EASY_PERFORM' referenced from C:\FWH64_2501\LIB\FIVEHX64.A|tgemini.obj
Error: Unresolved external 'HB_FUN_CURL_EASY_GETINFO' referenced from C:\FWH64_2501\LIB\FIVEHX64.A|tgemini.obj
Error: Unresolved external 'HB_FUN_CURL_EASY_DL_BUFF_GET' referenced from C:\FWH64_2501\LIB\FIVEHX64.A|tgemini.obj
* Linking errors *
c:\fwh64_2501\samples>
Hay que enlazar hbcurl.a y libcurl.a, corregido. Gracias!leandro wrote: Thu Feb 20, 2025 7:38 pm Antonio buenas tardes como estas?
Al intentar compilar TODOS los ejemplos de las nuevas clases de inteligencia artificial, se están generando los siguientes errores:
Descargamos la ultima versión de xharbour desde el link https://github.com/FiveTechSoft/harbou ... our_builds
Pero nada de nada, los errores continúan.Code: Select all | Expand
┌────────────────────────────────────────────────────────────────────────────┐ ?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 gemini1 /n /d__64__ /iC:\fwh64_2501\include;C:\xHar2501_64\include /w /p xHarbour 1.3.1 Intl. (SimpLex) (Build 20250215) Copyright 1999-2024, http://www.xharbour.org http://www.harbour-project.org/ Compiling 'gemini1.prg' and generating preprocessed output to 'gemini1.ppo'... Generating C source output to 'gemini1.c'... Done. Lines 22, Functions/Procedures 1, pCodes 38 Embarcadero C++ 7.70 for Win64 Copyright (c) 2012-2023 Embarcadero Technologies, Inc. gemini1.c: Turbo Incremental Link64 6.98 Copyright (c) 1997-2023 Embarcadero Technologies, Inc. Error: Unresolved external 'HB_FUN_CURL_VERSION_INFO' referenced from C:\FWH64_2501\LIB\FIVEHX64.A|tgemini.obj Error: Unresolved external 'HB_FUN_CURL_EASY_INIT' referenced from C:\FWH64_2501\LIB\FIVEHX64.A|tgemini.obj Error: Unresolved external 'HB_FUN_CURL_EASY_CLEANUP' referenced from C:\FWH64_2501\LIB\FIVEHX64.A|tgemini.obj Error: Unresolved external 'HB_FUN_CURL_EASY_SETOPT' referenced from C:\FWH64_2501\LIB\FIVEHX64.A|tgemini.obj Error: Unresolved external 'HB_FUN_CURL_EASY_PERFORM' referenced from C:\FWH64_2501\LIB\FIVEHX64.A|tgemini.obj Error: Unresolved external 'HB_FUN_CURL_EASY_GETINFO' referenced from C:\FWH64_2501\LIB\FIVEHX64.A|tgemini.obj Error: Unresolved external 'HB_FUN_CURL_EASY_DL_BUFF_GET' referenced from C:\FWH64_2501\LIB\FIVEHX64.A|tgemini.obj * Linking errors * c:\fwh64_2501\samples>
Prueba a hacer:leandro wrote: Thu Feb 20, 2025 7:44 pm También al intentar compilar el ejemplo webchart2, se queda procesando, nunca llega a mostrar nada.
![]()
+1sysctrl2 wrote: Fri Feb 21, 2025 12:12 am Maestro Antonio
Sigo con la duda si este ejemplo ya funciona con 64bits
* New: samples\fastreport\main.prg shows FastReport with CreateObject + events.
Antonio gracias por responder, sabes de donde podemos descargar la lib? ya que, la que estamos usando, la descargamos del link que nos enviaste; hay otro link para descargar la librería actualizada?Hay que enlazar hbcurl.a y libcurl.a, corregido. Gracias!
Esa versión debería funcionar correctamenteleandro wrote: Fri Feb 21, 2025 3:11 pmAntonio gracias por responder, sabes de donde podemos descargar la lib? ya que, la que estamos usando, la descargamos del link que nos enviaste; hay otro link para descargar la librería actualizada?Hay que enlazar hbcurl.a y libcurl.a, corregido. Gracias!
Este fue el archivo que descargamos -> xhb10290_bcc77064.zip
Desde este link https://github.com/FiveTechSoft/harbour ... our_builds
Gracias de antemano
Vamos a considerarloCARLOS ATUNCAR wrote: Fri Feb 21, 2025 10:04 pm Saludos Antonio los que tienen la version 2409 del seminario tambien pueden descargar la actualizacion ?
Ya descargamos de nuevo el xharbour64, y no, definitivamente no funciona, sigo sin poder compilar los ejemplos de inteligencia artificial.Antonio Linares wrote: Sat Feb 22, 2025 6:16 amEsa versión debería funcionar correctamenteleandro wrote: Fri Feb 21, 2025 3:11 pmAntonio gracias por responder, sabes de donde podemos descargar la lib? ya que, la que estamos usando, la descargamos del link que nos enviaste; hay otro link para descargar la librería actualizada?Hay que enlazar hbcurl.a y libcurl.a, corregido. Gracias!
Este fue el archivo que descargamos -> xhb10290_bcc77064.zip
Desde este link https://github.com/FiveTechSoft/harbour ... our_builds
Gracias de antemano
Code: Select all | Expand
┌────────────────────────────────────────────────────────────────────────────┐
?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 agentdb /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 'agentdb.prg' and generating preprocessed output to 'agentdb.ppo'...
Generating C source output to 'agentdb.c'...
Done.
Lines 32, Functions/Procedures 1, pCodes 114
Embarcadero C++ 7.70 for Win64 Copyright (c) 2012-2023 Embarcadero Technologies, Inc.
agentdb.c:
Turbo Incremental Link64 6.98 Copyright (c) 1997-2023 Embarcadero Technologies, Inc.
Error: Unresolved external 'HB_FUN_CURL_EASY_INIT' referenced from C:\FWH64_2501\LIB\FIVEHX64.A|tdeepseek.obj
Error: Unresolved external 'HB_FUN_CURL_EASY_CLEANUP' referenced from C:\FWH64_2501\LIB\FIVEHX64.A|tdeepseek.obj
Error: Unresolved external 'HB_FUN_HB_DEFAULT' referenced from C:\FWH64_2501\LIB\FIVEHX64.A|tdeepseek.obj
Error: Unresolved external 'HB_FUN_CURL_EASY_SETOPT' referenced from C:\FWH64_2501\LIB\FIVEHX64.A|tdeepseek.obj
Error: Unresolved external 'HB_FUN_CURL_EASY_PERFORM' referenced from C:\FWH64_2501\LIB\FIVEHX64.A|tdeepseek.obj
Error: Unresolved external 'HB_FUN_CURL_EASY_GETINFO' referenced from C:\FWH64_2501\LIB\FIVEHX64.A|tdeepseek.obj
Error: Unresolved external 'HB_FUN_CURL_EASY_DL_BUFF_GET' referenced from C:\FWH64_2501\LIB\FIVEHX64.A|tdeepseek.obj
* Linking errors *
c:\fwh64_2501\samples>