TSBROWSE

TSBROWSE

Postby daniel_halon » Tue May 13, 2008 10:21 pm

Hola,
Me considero novato y estoy tentando usar la TSBROWSE.lib
ya crie la lib con los 9 prg que estan en el sub directorio CLASES, aparentemente compilo bien, pues no dio ningun error, el problema lo tengo cuando quiero compilar el .exe, me esta dando el siguiente error,

xLINK: error: Unresolved external symbol '_HB_FUN_ROWFROMPIX'.
xLINK: error: Unresolved external symbol '_HB_FUN_COUNTROWS'.
xLINK: error: Unresolved external symbol '_HB_FUN_TSBRWSCROLL'.
xLINK: error: Unresolved external symbol '_HB_FUN_LOADMSG'.
xLINK: error: Unresolved external symbol '_HB_FUN_SBGETHEIGHT'.
xLINK: error: Unresolved external symbol '_HB_FUN_SBMPHEIGHT'.
xLINK: error: Unresolved external symbol '_HB_FUN_TSDRAWCELL'.
xLINK: error: Unresolved external symbol '_HB_FUN_GETBTN'.
xLINK: fatal error: 8 unresolved external(s).

Type: C >>>Couldn't build: new.exe<<<
Type: C >>>TMAKEPROJECT<<<
Type: C >>>TMAKEPROJECT:REFRESH<<<
Type: N >>> 1276<<<

poderia orientarme en que estoy errando?

Gracias, Daniel :oops:
Buenos Aires - Argentina - Viviendo en Porto Alegre - RS - Brasil
daniel_halon@portobakers.com.br
FW 2.7- xHarbour 0.99.71 - PellesC
daniel_halon
 
Posts: 41
Joined: Tue May 13, 2008 1:53 am
Location: Porto Alegre - Brazil

Postby mantonio_08 » Wed May 14, 2008 1:10 am

bueno yo uso tsbrowse y va de lujo..

no se como compilaste la lib, pero creo que no incluiste los archivo .C de la carpeta FUNCTION

CORRIGEME SI ME EQUIVOCO::


CHAUUUUU
mantonio_08
 
Posts: 330
Joined: Fri May 25, 2007 9:06 pm

Postby daniel_halon » Wed May 14, 2008 1:35 am

Hola Antonio, gracias por responder

Estas cierto, lo peor es que ni sabia que tenia que incluir los .C, voy a testar de nuevo incluyendolos.

Gracias
Daniel
Buenos Aires - Argentina - Viviendo en Porto Alegre - RS - Brasil
daniel_halon@portobakers.com.br
FW 2.7- xHarbour 0.99.71 - PellesC
daniel_halon
 
Posts: 41
Joined: Tue May 13, 2008 1:53 am
Location: Porto Alegre - Brazil

Postby daniel_halon » Wed May 14, 2008 3:24 pm

Hola a todos,
continuo com problemas para generar la lib de TBROWSE, da el siguiente error:

Type: C >>>xcc.exe -Fo"TSBFUNCS.obj" -Ot -I"E:\FW\include" -I"E:\xHB\include" -I"E:\xHB\c_include" -I"E:\xHB\c_include\win" -I"E:\xHB\c_include\msvc" "E:\HbFW\TSBROWSE\SOURCE\FUNCTION\TSBFUNCS.C"<<<

E:\FW\include\ClipApi.h(71): error: Expecting an enumerator identifier.
E:\FW\include\ClipApi.h(71): error: Syntax error; found '0' expecting '}'.
E:\FW\include\ClipApi.h(463): error: Redeclaration of 'strlen' previously declared at E:\xHB\c_include\string.h(30): found 'unsigned short __cdecl function(char *)' expected 'unsigned int __cdecl function(const char *)'.
E:\FW\include\ClipApi.h(464): error: Redeclaration of 'strcpy' previously declared at E:\xHB\c_include\string.h(27): found 'void __cdecl function(unsigned char *, unsigned char *)' expected 'char * __cdecl function(restrict char *, restrict const char *)'.
E:\FW\include\ClipApi.h(465): error: Redeclaration of 'strcmp' previously declared at E:\xHB\c_include\string.h(25): found 'int __cdecl function(char *, char *)' expected 'int __cdecl function(const char *, const char *)'.
E:\FW\include\ClipApi.h(466): error: Redeclaration of 'strcat' previously declared at E:\xHB\c_include\string.h(23): found 'unsigned char * __cdecl function(unsigned char *, unsigned char *)' expected 'char * __cdecl function(restrict char *, restrict const char *)'.
E:\FW\include\ClipApi.h(511): warning: Missing type specifier.
E:\HbFW\TSBROWSE\SOURCE\FUNCTION\TSBFUNCS.C(688): warning: Missing prototype for 'MoveTo'.
E:\HbFW\TSBROWSE\SOURCE\FUNCTION\TSBFUNCS.C(683): warning: Local 'pt' is not referenced.

Type: C >>>Couldn't build: TSBFUNCS.obj<<<
Type: C >>>TMAKEOBJECT<<<
Type: C >>>TMAKEOBJECT:REFRESH<<<
Type: N >>> 1276<<<


Gracias a quien pudiera me dar una ayuda...
Buenos Aires - Argentina - Viviendo en Porto Alegre - RS - Brasil
daniel_halon@portobakers.com.br
FW 2.7- xHarbour 0.99.71 - PellesC
daniel_halon
 
Posts: 41
Joined: Tue May 13, 2008 1:53 am
Location: Porto Alegre - Brazil

Postby mantonio_08 » Wed May 14, 2008 9:37 pm

Amigo:

Porque no usas Verce para generarla.

Saludos,


daniel_halon wrote:Hola a todos,
continuo com problemas para generar la lib de TBROWSE, da el siguiente error:

Type: C >>>xcc.exe -Fo"TSBFUNCS.obj" -Ot -I"E:\FW\include" -I"E:\xHB\include" -I"E:\xHB\c_include" -I"E:\xHB\c_include\win" -I"E:\xHB\c_include\msvc" "E:\HbFW\TSBROWSE\SOURCE\FUNCTION\TSBFUNCS.C"<<<

E:\FW\include\ClipApi.h(71): error: Expecting an enumerator identifier.
E:\FW\include\ClipApi.h(71): error: Syntax error; found '0' expecting '}'.
E:\FW\include\ClipApi.h(463): error: Redeclaration of 'strlen' previously declared at E:\xHB\c_include\string.h(30): found 'unsigned short __cdecl function(char *)' expected 'unsigned int __cdecl function(const char *)'.
E:\FW\include\ClipApi.h(464): error: Redeclaration of 'strcpy' previously declared at E:\xHB\c_include\string.h(27): found 'void __cdecl function(unsigned char *, unsigned char *)' expected 'char * __cdecl function(restrict char *, restrict const char *)'.
E:\FW\include\ClipApi.h(465): error: Redeclaration of 'strcmp' previously declared at E:\xHB\c_include\string.h(25): found 'int __cdecl function(char *, char *)' expected 'int __cdecl function(const char *, const char *)'.
E:\FW\include\ClipApi.h(466): error: Redeclaration of 'strcat' previously declared at E:\xHB\c_include\string.h(23): found 'unsigned char * __cdecl function(unsigned char *, unsigned char *)' expected 'char * __cdecl function(restrict char *, restrict const char *)'.
E:\FW\include\ClipApi.h(511): warning: Missing type specifier.
E:\HbFW\TSBROWSE\SOURCE\FUNCTION\TSBFUNCS.C(688): warning: Missing prototype for 'MoveTo'.
E:\HbFW\TSBROWSE\SOURCE\FUNCTION\TSBFUNCS.C(683): warning: Local 'pt' is not referenced.

Type: C >>>Couldn't build: TSBFUNCS.obj<<<
Type: C >>>TMAKEOBJECT<<<
Type: C >>>TMAKEOBJECT:REFRESH<<<
Type: N >>> 1276<<<


Gracias a quien pudiera me dar una ayuda...
mantonio_08
 
Posts: 330
Joined: Fri May 25, 2007 9:06 pm

Postby daniel_halon » Wed May 14, 2008 10:35 pm

Sabes donde puedo bajar el Verce?
solo escuche hablar, no se como se usa, pero voy a tentar

gracias
Buenos Aires - Argentina - Viviendo en Porto Alegre - RS - Brasil
daniel_halon@portobakers.com.br
FW 2.7- xHarbour 0.99.71 - PellesC
daniel_halon
 
Posts: 41
Joined: Tue May 13, 2008 1:53 am
Location: Porto Alegre - Brazil

Postby wmormar » Wed May 14, 2008 10:51 pm

daniel_halon wrote:Sabes donde puedo bajar el Verce?
solo escuche hablar, no se como se usa, pero voy a tentar

gracias


pagina VERCE
William, Morales
Saludos

méxico.sureste
User avatar
wmormar
 
Posts: 1074
Joined: Fri Oct 07, 2005 10:41 pm
Location: México

Postby daniel_halon » Thu May 15, 2008 12:04 am

Gracias William !!!
Buenos Aires - Argentina - Viviendo en Porto Alegre - RS - Brasil
daniel_halon@portobakers.com.br
FW 2.7- xHarbour 0.99.71 - PellesC
daniel_halon
 
Posts: 41
Joined: Tue May 13, 2008 1:53 am
Location: Porto Alegre - Brazil

Postby daniel_halon » Thu May 15, 2008 2:33 pm

William,

Instale el Verce (no lo conocia), me gusto muchisimo, me parecio super facil, practico e eficiente, consegui compilar la lib del Tsbrowse sin problemas, supongo que hayas recibido muchas felicitaciones por el programa, pero me veo en la obligación de ser uno mas a parabenizar tu obra.

Muchas gracias
Daniel
Buenos Aires - Argentina - Viviendo en Porto Alegre - RS - Brasil
daniel_halon@portobakers.com.br
FW 2.7- xHarbour 0.99.71 - PellesC
daniel_halon
 
Posts: 41
Joined: Tue May 13, 2008 1:53 am
Location: Porto Alegre - Brazil

Postby wmormar » Thu May 15, 2008 5:02 pm

daniel_halon wrote:William,

Instale el Verce (no lo conocia), me gusto muchisimo, me parecio super facil, practico e eficiente, consegui compilar la lib del Tsbrowse sin problemas, supongo que hayas recibido muchas felicitaciones por el programa, pero me veo en la obligación de ser uno mas a parabenizar tu obra.

Muchas gracias
Daniel


Daniel,

el crédito es totalmente de Juán Carlos Salinas de México, en este momento solo soy parte de desarrollo que por cierto, con la pérdida de mi disco duro se fueron otras actualizaciones hasta la 5.3, por lo pronto está en este momento la que dejo Juán Carlos en su momento.

Esperemos pronto haya una nueva versión con mejoras importantes
William, Morales
Saludos

méxico.sureste
User avatar
wmormar
 
Posts: 1074
Joined: Fri Oct 07, 2005 10:41 pm
Location: México


Return to FiveWin para Harbour/xHarbour

Who is online

Users browsing this forum: George and 42 guests