TsBrowse
- Detlef Hoefner
- Posts: 312
- Joined: Sat Oct 08, 2005 9:12 am
- Location: Germany
- Contact:
TsBrowse
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
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
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
- Detlef Hoefner
- Posts: 312
- Joined: Sat Oct 08, 2005 9:12 am
- Location: Germany
- Contact:
Re: TsBrowse
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
thanks a lot for your help.
I just found out that is was a stupidity of my xHarbour Builder .
Thanks anyway,
Detlef
Re: TsBrowse
Dear Detlef:
Best regards.
Please give me your e mail to send you my current version of TSBrowse.Detlef Hoefner wrote:i still use Manuel's TsBrowse class in version 6.13 enhanced by James.
Best regards.
manuelmercado at prodigy dot net dot mx
- Detlef Hoefner
- Posts: 312
- Joined: Sat Oct 08, 2005 9:12 am
- Location: Germany
- Contact:
Re: TsBrowse
Many thanks, Manuel,
Detlef
Detlef
- Richard Chidiak
- Posts: 946
- Joined: Thu Oct 06, 2005 7:05 pm
- Location: France
- Contact:
Re: TsBrowse
Manuel
I have similar problems with my old tsbrowse v6
can tou please send me an updated version of tsbrowse ?
Many thanks
Richard
I have similar problems with my old tsbrowse v6
can tou please send me an updated version of tsbrowse ?
Many thanks
Richard
Re: TsBrowse
Hello Richard:
Best regards.
Of course, please give me your email address or send me an email.Richard Chidiak wrote:can tou please send me an updated version of tsbrowse ?
Best regards.
manuelmercado at prodigy dot net dot mx
Re: TsBrowse
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
gale.ford at wwrowland.com
thank you
Re: TsBrowse
Dear Gale:
BTW My email is the footer in all my posts.
Best regards.
Manuel Mercado Gómez.
Your mail doesn't permit the attachment, please give me another mail address.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
BTW My email is the footer in all my posts.
Best regards.
Manuel Mercado Gómez.
manuelmercado at prodigy dot net dot mx
Re: TsBrowse
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.
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.
Re: TsBrowse
Manual, could I talk you into sending me the file again or maybe a link to download it.
Thanks.
gale at wwrowland dot com
Thanks.
gale at wwrowland dot com
Re: TsBrowse
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.
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:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: TsBrowse
Roberto,
Nosotros siempre intentamos mantener una versión actualizada del browse de Manuel en:
http://www.fivetechsoft.com/files/utili ... browse.zip
Nosotros siempre intentamos mantener una versión actualizada del browse de Manuel en:
http://www.fivetechsoft.com/files/utili ... browse.zip
Re: TsBrowse
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.
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:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: TsBrowse
Roberto,
Tienes que reconstruir la librería a partir de su código fuente.
Con eso se solucionará
Tienes que reconstruir la librería a partir de su código fuente.
Con eso se solucionará