TsBrowse

User avatar
Detlef Hoefner
Posts: 312
Joined: Sat Oct 08, 2005 9:12 am
Location: Germany
Contact:

TsBrowse

Post by Detlef Hoefner »

HI all,

i still use Manuel's TsBrowse class in version 6.13 enhanced by James.
When building an exe file with FWH 9.12 and xHarbour 1.2.1 i get a linker error :
Error: Unresolved external '__reta'

Can somebody give me a helping hint how to avoid this?

Thanks for all ideas,
Detlef
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: TsBrowse

Post by nageswaragunupudi »

We can change __reta as hb_reta.
Regards

G. N. Rao.
Hyderabad, India
User avatar
Detlef Hoefner
Posts: 312
Joined: Sat Oct 08, 2005 9:12 am
Location: Germany
Contact:

Re: TsBrowse

Post by Detlef Hoefner »

G. N. Rao,

thanks a lot for your help.
I just found out that is was a stupidity of my xHarbour Builder :( .

Thanks anyway,
Detlef
User avatar
mmercado
Posts: 782
Joined: Wed Dec 19, 2007 7:50 am
Location: Salamanca, Gto., México

Re: TsBrowse

Post by mmercado »

Dear Detlef:
Detlef Hoefner wrote:i still use Manuel's TsBrowse class in version 6.13 enhanced by James.
Please give me your e mail to send you my current version of TSBrowse.

Best regards.
manuelmercado at prodigy dot net dot mx
User avatar
Detlef Hoefner
Posts: 312
Joined: Sat Oct 08, 2005 9:12 am
Location: Germany
Contact:

Re: TsBrowse

Post by Detlef Hoefner »

Many thanks, Manuel,
Detlef
User avatar
Richard Chidiak
Posts: 946
Joined: Thu Oct 06, 2005 7:05 pm
Location: France
Contact:

Re: TsBrowse

Post by Richard Chidiak »

Manuel

I have similar problems with my old tsbrowse v6

can tou please send me an updated version of tsbrowse ?

Many thanks

Richard
http://www.cbati.com

Uestudio
Fwh 13.05 Harbour 3.2 MSVC 2013
User avatar
mmercado
Posts: 782
Joined: Wed Dec 19, 2007 7:50 am
Location: Salamanca, Gto., México

Re: TsBrowse

Post by mmercado »

Hello Richard:
Richard Chidiak wrote:can tou please send me an updated version of tsbrowse ?
Of course, please give me your email address or send me an email.

Best regards.
manuelmercado at prodigy dot net dot mx
Gale FORd
Posts: 663
Joined: Mon Dec 05, 2005 11:22 pm
Location: Houston
Contact:

Re: TsBrowse

Post by Gale FORd »

Could I please have a copy of your latest TSBrowse. I do not have your email address but you can send it to me at
gale.ford at wwrowland.com

thank you
User avatar
mmercado
Posts: 782
Joined: Wed Dec 19, 2007 7:50 am
Location: Salamanca, Gto., México

Re: TsBrowse

Post by mmercado »

Dear Gale:
Gale FORd wrote:Could I please have a copy of your latest TSBrowse. I do not have your email address but you can send it to me at
gale.ford at wwrowland.com
Your mail doesn't permit the attachment, please give me another mail address.

BTW My email is the footer in all my posts.

Best regards.

Manuel Mercado Gómez.
manuelmercado at prodigy dot net dot mx
Gale FORd
Posts: 663
Joined: Mon Dec 05, 2005 11:22 pm
Location: Houston
Contact:

Re: TsBrowse

Post by Gale FORd »

I sent an email to you at the address in your message.
I did not notice at first that you did the same thing with your email address I did to keep spammers from getting a hold of it.
Gale FORd
Posts: 663
Joined: Mon Dec 05, 2005 11:22 pm
Location: Houston
Contact:

Re: TsBrowse

Post by Gale FORd »

Manual, could I talk you into sending me the file again or maybe a link to download it.

Thanks.

gale at wwrowland dot com
cyberkily
Posts: 24
Joined: Fri Dec 05, 2008 11:20 pm

Re: TsBrowse

Post by cyberkily »

Hello everyone,

Would you mind to help me to obtain the " tsbrowse class and his sbrowseh.lib for fwh 9.11 " please ??...I need them for a 32 bits migration.

Regards.
Roberto Sánchez k:
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: TsBrowse

Post by Antonio Linares »

Roberto,

Nosotros siempre intentamos mantener una versión actualizada del browse de Manuel en:

http://www.fivetechsoft.com/files/utili ... browse.zip
regards, saludos

Antonio Linares
www.fivetechsoft.com
cyberkily
Posts: 24
Joined: Fri Dec 05, 2008 11:20 pm

Re: TsBrowse

Post by cyberkily »

Muchas gracias Antonio,
Me he puesto en la labor y he añadido tsbrowse.ch a include, sbrowseh.lib a lib y también he añadido el lib en el buildh.bat del fwh 9.11 para recompilarlo.
Me da el siguiente error:
Harbour 2.0.0beta2 (Rev. 12197)
Copyright (c) 1999-2009, http://www.harbour-project.org/
Compiling 'sbarray.prg' and generating preprocessed output to 'sbarray.ppo'..
Lines 3401, Functions/Procedures 1
Generating C source output to 'sbarray.c'... Done.
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
sbarray.c:
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_hb_vmProcessSymbolsEx' referenced from C:\FWH2009\LIB\SBROWSEH.LIB|TSBROWSE
* Linking errors *
He añadido las libs de manuel a mi bat así:

echo %fwh%\lib\FiveH.lib %fwh%\lib\FiveHC.lib %fwh%\lib\sbrowseh.lib %fwh%\lib\sbrwseh.lib + >> b32.bc
echo %fwh%\lib\ole2.lib %fwh%\lib\hbole.lib + >> b32.bc
echo %hdirl%\hbrtl.lib + >> b32.bc
....
se supone que sólo tengo que añadir estos libs no??

Si se les ocurre alguna idea??

Gracias. :)
Roberto Sánchez k:
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: TsBrowse

Post by Antonio Linares »

Roberto,

Tienes que reconstruir la librería a partir de su código fuente.

Con eso se solucionará :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply