FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour TSBROWSE
Posts: 41
Joined: Tue May 13, 2008 01:53 AM
TSBROWSE
Posted: 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
Posts: 330
Joined: Fri May 25, 2007 09:06 PM
TSBROWSE
Posted: Wed May 14, 2008 01: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

Posts: 41
Joined: Tue May 13, 2008 01:53 AM
TSBROWSE
Posted: Wed May 14, 2008 01: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
Posts: 41
Joined: Tue May 13, 2008 01:53 AM
TSBROWSE
Posted: Wed May 14, 2008 03: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
Posts: 330
Joined: Fri May 25, 2007 09:06 PM
TSBROWSE
Posted: Wed May 14, 2008 09: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...
Posts: 41
Joined: Tue May 13, 2008 01:53 AM
TSBROWSE
Posted: 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
Posts: 1076
Joined: Fri Oct 07, 2005 10:41 PM
TSBROWSE
Posted: 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
Posts: 41
Joined: Tue May 13, 2008 01:53 AM
TSBROWSE
Posted: 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
Posts: 41
Joined: Tue May 13, 2008 01:53 AM
TSBROWSE
Posted: Thu May 15, 2008 02: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
Posts: 1076
Joined: Fri Oct 07, 2005 10:41 PM
TSBROWSE
Posted: Thu May 15, 2008 05: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

Continue the discussion