Search found 82 matches: bcc7164

Return to advanced search

Re: How to build Harbour 32 & 64 bits

... {HB_BUILD_MODE='c'}-cpp=no -warn=yes Finlly, when trying to build hbrun.exe we get this error: Fatal: Archive file 'C:\BCC7164\LIB\PSDK\UUID.A' lists no symbols in its dictionary to solve it, go to c:\bcc7164\lib\psdk and do this: copy UUID.a UUID_.a copy USP10.a UUID.a ...
by Antonio Linares
Tue Apr 25, 2023 7:08 am
 
Forum: Utilities / Utilidades
Topic: How to build Harbour 32 & 64 bits
Replies: 38
Views: 33197

Re: search for working BCC7 64 "Build64.bat"

... if "%HBDIR%" == "" set HBDIR=c:\harbour set hdir=%HBDIR% set hdirl=%hdir%\lib\win\bcc64 set fwh=%FWDIR% set bcdir=c:\bcc7164 --- this i have change to fit my Environment if "%FWDIR%" == "" set FWDIR=c:\fwh64 if "%HBDIR%" == "" ...
by Jimmy
Thu Oct 27, 2022 7:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for working BCC7 64 "Build64.bat"
Replies: 11
Views: 484

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

Maestro,

Logre solucionarlo agregando estos archivos junto a libmysql.dll y el ejecutable creado

libssl-1_1-x64.dll
libcrypto-1_1-x64.dll


Muchas gracias por su apoyo y paciencia
by Compuin
Fri Jul 02, 2021 12:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4142

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

Has puesto una l de más hb_parnlll Tampoco      hb_retl( mysql_real_query( ( void * ) hb_parnll( 1 ), hb_parc( 2 ), hb_parnl( 3 ) ) );  FiveWin for Harbour 20.12 (MSVC++) Dic. 2019 Harbour development power Aplicacion Desarrollo. Microsoft (R) Program...
by Compuin
Thu Jul 01, 2021 6:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4142

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

Has puesto una l de más

hb_parnlll
by Antonio Linares
Thu Jul 01, 2021 6:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4142

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

Que error da ? FiveWin for Harbour 20.12 (MSVC++) Dic. 2019 Harbour development power Aplicacion Desarrollo. Microsoft (R) Program Maintenance Utility Version 14.29.30038.1 Copyright (C) Microsoft Corporation. All rights reserved. cl.exe -TP -W3 -c /GS- -I..\Harbour_msvc64\include -I..\mysql\Includ...
by Compuin
Thu Jul 01, 2021 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4142

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

Prueba asi: hb_retl( mysql_real_query( ( void * ) hb_parnll ( 1 ), hb_parc( 2 ), hb_parnl( 3 ) ) ); Si el error se soluciona, entonces cambia todos los hb_parnl() a hb_parnll() y los hb_retnl() a hb_retnll() Al tratarse de una aplicación de 64 bits hay que usar hb_parnll() y hb_retnll(). Lo correct...
by Compuin
Thu Jul 01, 2021 4:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4142

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

Prueba asi: hb_retl( mysql_real_query( ( void * ) hb_parnll ( 1 ), hb_parc( 2 ), hb_parnl( 3 ) ) ); Si el error se soluciona, entonces cambia todos los hb_parnl() a hb_parnll() y los hb_retnl() a hb_retnll() Al tratarse de una aplicación de 64 bits hay que usar hb_parnll() y hb_retnll(). Lo correcto...
by Antonio Linares
Thu Jul 01, 2021 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4142

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

Antonio Linares wrote:Tienes instalado un servidor MySQL en el ordenador en donde estas probándolo ?


Le envio los archivos por wetransfer ?
by Compuin
Thu Jul 01, 2021 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4142

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

Antonio Linares wrote:Tienes instalado un servidor MySQL en el ordenador en donde estas probándolo ?


Asi es,

Con las versiones compiladas a 32/64 bits en Borland funcionan ok
by Compuin
Thu Jul 01, 2021 3:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4142

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

Tienes instalado un servidor MySQL en el ordenador en donde estas probándolo ?
by Antonio Linares
Thu Jul 01, 2021 3:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4142

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

Modifica la línea 271 de erp.prg así: hb_retl( mysql_real_query( ( MYSQL * ) hb_parnl( 1 ), hb_parc( 2 ), hb_parnl( 3 ) ) ); Logro crear el ejecutable, pero al correrlo arroja este archivo hb_out.log Application Internal Error - C:\sistema64\erp.exe Terminated at: 2021-07-01 10:53:06 Unrecoverable ...
by Compuin
Thu Jul 01, 2021 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4142

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

Modifica la línea 271 de erp.prg así:

hb_retl( mysql_real_query( ( MYSQL * ) hb_parnl( 1 ), hb_parc( 2 ), hb_parnl( 3 ) ) );
by Antonio Linares
Thu Jul 01, 2021 2:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4142
Next

Return to advanced search