Compilar TDolphin

Compilar TDolphin

Postby horacio » Fri Feb 05, 2016 10:58 pm

Compañeros, bajé del repositorio las fuentes de esta clase, pero al compilar obtengo estos errores

Code: Select all  Expand view


PATH ... C:\harbour_fwh1412\bin;C:\bcc582\Bin;C:\FWH1412
INCLUDE. C:\harbour_fwh1412\include;C:\bcc582\include;C:\FWH1412\include
LIB .... C:\harbour_fwh1412\lib;C:\bcc582\lib;C:\bcc582\lib\psdk;C:\FWH1412\lib

Variaveis de Ambiente:
         PATH ... C:\harbour_fwh1412\bin;C:\bcc582\Bin;C:\FWH1412;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Broadcom\Broadcom 802.11 Network Adapter\Driver;C:\Program Files\Skype\Phone\
         INCLUDE. C:\harbour_fwh1412\include;C:\bcc582\include;C:\FWH1412\include;;
         LIB .... C:\harbour_fwh1412\lib;C:\bcc582\lib;C:\bcc582\lib\psdk;C:\FWH1412\lib;;

Executando: BCC32 -M -c @B32.BC
Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland
C:\TDolphin\source\c\function.c:
Error E2139 mysql_com.h 268: Declaration missing ;
Error E2147 mysql_com.h 437: 'SOCKET' cannot start a parameter declaration
Error E2303 C:\TDolphin\source\c\function.c 77: Type name expected
Error E2451 C:\TDolphin\source\c\function.c 255: Undefined symbol 'ULONG' in function HB_FUN_VAL2ESCAPE
Error E2379 C:\TDolphin\source\c\function.c 255: Statement missing ; in function HB_FUN_VAL2ESCAPE
Error E2140 C:\TDolphin\source\c\function.c 256: Declaration is not allowed here in function HB_FUN_VAL2ESCAPE
Error E2451 C:\TDolphin\source\c\function.c 257: Undefined symbol 'BOOL' in function HB_FUN_VAL2ESCAPE
Error E2379 C:\TDolphin\source\c\function.c 257: Statement missing ; in function HB_FUN_VAL2ESCAPE
Error E2451 C:\TDolphin\source\c\function.c 258: Undefined symbol 'iSize' in function HB_FUN_VAL2ESCAPE
Error E2451 C:\TDolphin\source\c\function.c 268: Undefined symbol 'bResult' in function HB_FUN_VAL2ESCAPE
Error E2451 C:\TDolphin\source\c\function.c 271: Undefined symbol 'bResult' in function HB_FUN_VAL2ESCAPE
Error E2451 C:\TDolphin\source\c\function.c 290: Undefined symbol 'ULONG' in function HB_FUN_MYSQLESCAPE
Error E2379 C:\TDolphin\source\c\function.c 290: Statement missing ; in function HB_FUN_MYSQLESCAPE
Error E2140 C:\TDolphin\source\c\function.c 291: Declaration is not allowed here in function HB_FUN_MYSQLESCAPE
Error E2451 C:\TDolphin\source\c\function.c 292: Undefined symbol 'BOOL' in function HB_FUN_MYSQLESCAPE
Error E2379 C:\TDolphin\source\c\function.c 292: Statement missing ; in function HB_FUN_MYSQLESCAPE
Error E2140 C:\TDolphin\source\c\function.c 293: Declaration is not allowed here in function HB_FUN_MYSQLESCAPE
Error E2451 C:\TDolphin\source\c\function.c 295: Undefined symbol 'iSize' in function HB_FUN_MYSQLESCAPE
Error E2451 C:\TDolphin\source\c\function.c 307: Undefined symbol 'bResult' in function HB_FUN_MYSQLESCAPE
Error E2451 C:\TDolphin\source\c\function.c 310: Undefined symbol 'bResult' in function HB_FUN_MYSQLESCAPE
Warning W8065 C:\TDolphin\source\c\function.c 328: Call to function 'ISNUM' with no prototype in function HB_FUN_MYSEEK
Error E2451 C:\TDolphin\source\c\function.c 333: Undefined symbol 'BOOL' in function HB_FUN_MYSEEK
Error E2379 C:\TDolphin\source\c\function.c 333: Statement missing ; in function HB_FUN_MYSEEK
Warning W8065 C:\TDolphin\source\c\function.c 338: Call to function 'ISNUM' with no prototype in function HB_FUN_MYSEEK
Error E2451 C:\TDolphin\source\c\function.c 351: Undefined symbol 'bSoft' in function HB_FUN_MYSEEK
Warning W8065 C:\TDolphin\source\c\function.c 414: Call to function 'ISNUM' with no prototype in function HB_FUN_MYSQLSSLCONNECT
Warning W8065 C:\TDolphin\source\c\function.c 415: Call to function 'ISNUM' with no prototype in function HB_FUN_MYSQLSSLCONNECT
Error E2451 C:\TDolphin\source\c\function.c 428: Undefined symbol 'FALSE' in function HB_FUN_MYSQLSSLCONNECT
Warning W8065 C:\TDolphin\source\c\function.c 458: Call to function 'ISNUM' with no prototype in function HB_FUN_MYSQLCONNECT
Warning W8065 C:\TDolphin\source\c\function.c 459: Call to function 'ISNUM' with no prototype in function HB_FUN_MYSQLCONNECT
Error E2451 C:\TDolphin\source\c\function.c 572: Undefined symbol 'UINT' in function HB_FUN_MYSQLFETCHROW
Error E2228 C:\TDolphin\source\c\function.c 572: Too many error or warning messages in function HB_FUN_MYSQLFETCHROW
*** 26 errors in Compile ***
 

Alguna idea ? Muchísimas gracias.

Saludos
horacio
 
Posts: 1363
Joined: Wed Jun 21, 2006 12:39 am
Location: Capital Federal Argentina

Re: Compilar TDolphin

Postby joseluisysturiz » Sat Feb 06, 2016 12:39 am

Colocastes libmysql.dll donde quedara tu .exe.? agregastes las LIB dolphin y libmysql.? saludos... :shock:
Dios no está muerto...

Gracias a mi Dios ante todo!
User avatar
joseluisysturiz
 
Posts: 2064
Joined: Fri Jan 06, 2006 9:28 pm
Location: Guatire - Caracas - Venezuela

Re: Compilar TDolphin

Postby horacio » Sat Feb 06, 2016 12:41 pm

Luis, gracias por responder, estoy compilando las fuentes de TDolphin, creando la librería. Son errores de compilación no de linkedicion.

Saludos
horacio
 
Posts: 1363
Joined: Wed Jun 21, 2006 12:39 am
Location: Capital Federal Argentina

Re: Compilar TDolphin

Postby joseluisysturiz » Mon Feb 08, 2016 4:12 am

horacio wrote:Luis, gracias por responder, estoy compilando las fuentes de TDolphin, creando la librería. Son errores de compilación no de linkedicion.

Saludos

Solo por preguntar, revisastes setenvh.bat y setenvx.bat, creo con esa se crea la lib dentro de directorio Hb y xHb, saludos... :shock:
Dios no está muerto...

Gracias a mi Dios ante todo!
User avatar
joseluisysturiz
 
Posts: 2064
Joined: Fri Jan 06, 2006 9:28 pm
Location: Guatire - Caracas - Venezuela

Re: Compilar TDolphin

Postby horacio » Mon Feb 08, 2016 1:57 pm

Luis, gracias por el tip. Ya logré generar la librería.

Saludos
horacio
 
Posts: 1363
Joined: Wed Jun 21, 2006 12:39 am
Location: Capital Federal Argentina


Return to FiveWin para Harbour/xHarbour

Who is online

Users browsing this forum: Julio Cepeda and 82 guests