TWBrowse HDC

groiss
Posts: 206
Joined: Tue Sep 01, 2009 7:55 am
Location: Plasencia - ESPAÑA

TWBrowse HDC

Post by groiss »

I need the HDC's TWBROWSE CLASS, compile and link into a lib file, for fwh 908, because i'm very silly and i don't to do it.
My email is jlgroiss@gmail.com
Sorry my english
Thanks
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: TWBrowse HDC

Post by Antonio Linares »

JL,

Do you need it for Harbour or xHarbour ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
driessen
Posts: 1239
Joined: Mon Oct 10, 2005 11:26 am
Location: Genk, Belgium

Re: TWBrowse HDC

Post by driessen »

I'd like to have it too, for xHarbour.

Thanks in advance.
Regards,

Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 21.01 - Harbour 3.2.0 (October 2020) - xHarbour Builder (January 2020) - Bcc7
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: TWBrowse HDC

Post by Antonio Linares »

This enhanced version was published by Alfredo Arteaga and it does not use any external C modules, so you can easily add it as another PRG of your application. It is also compatible with commercial SQLRDD, though it can work without it too:

http://www.despachoarteaga.com.mx/TWBhdc.Zip

source code saved in the wiki for future refrences:
http://wiki.fivetechsoft.com/doku.php?i ... wse_hernan
We can't copy it here due its very large length
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
driessen
Posts: 1239
Joined: Mon Oct 10, 2005 11:26 am
Location: Genk, Belgium

Re: TWBrowse HDC

Post by driessen »

Antonio,

I tried to use it but I got this error while compiling and linking :
xLINK: error: Unresolved external symbol '_HB_FUN_WBRWSET referenced from (WBROWSE.obj)'.
xLINK: error: Unresolved external symbol '_HB_FUN_WBRWLINE referenced from (WBROWSE.obj)'.
xLINK: error: Unresolved external symbol '_HB_FUN_WBRWROWS referenced from (WBROWSE.obj)'.
xLINK: error: Unresolved external symbol '_HB_FUN_WBRWPANE referenced from (WBROWSE.obj)'.
xLINK: error: Unresolved external symbol '_HB_FUN_WBRWSCRL referenced from (WBROWSE.obj)'.
xLINK: error: Unresolved external symbol '_HB_FUN_WBRWHEIGHT referenced from (WBROWSE.obj)'.
xLINK: error: Unresolved external symbol '_HB_FUN_SR_DBREFRESH referenced from (WBROWSE.obj)'.
xLINK: error: Unresolved external symbol '_HB_FUN_WBRWRECT referenced from (WBROWSE.obj)'.
How can I solve these externals ?

Thanks.
Regards,

Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 21.01 - Harbour 3.2.0 (October 2020) - xHarbour Builder (January 2020) - Bcc7
StefanHaupt
Posts: 824
Joined: Thu Oct 13, 2005 7:39 am
Location: Germany

Re: TWBrowse HDC

Post by StefanHaupt »

Michel,

I can send you the last version, if you want, just give me your email
kind regards
Stefan
User avatar
driessen
Posts: 1239
Joined: Mon Oct 10, 2005 11:26 am
Location: Genk, Belgium

Re: TWBrowse HDC

Post by driessen »

Stefan,

Thanks a lot for your message.

My e-mail : info@juda.be.
Regards,

Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 21.01 - Harbour 3.2.0 (October 2020) - xHarbour Builder (January 2020) - Bcc7
User avatar
jose_murugosa
Posts: 943
Joined: Mon Feb 06, 2006 4:28 pm
Location: Uruguay
Contact:

Re: TWBrowse HDC

Post by jose_murugosa »

Hi Stefan,

Please coud you send TWBrowse HDC to me to jmurugosa@gmail.com or if you prefair upload it and leave a link here.

Thanks in advance, and please excuse me for my terrible english.
Saludos/Regards,
José Murugosa
FWH + Harbour + Bcc7. Una seda!
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: TWBrowse HDC

Post by Antonio Linares »

Michel,

My mistake. I saw this in the code:
static function wBrwLine
so I thought that it was complete.

But I missed the above line:
#ifdef __XPP__

so the C file is still required
regards, saludos

Antonio Linares
www.fivetechsoft.com
StefanHaupt
Posts: 824
Joined: Thu Oct 13, 2005 7:39 am
Location: Germany

Re: TWBrowse HDC

Post by StefanHaupt »

Michel, Jose,

just sent, hope it helps
kind regards
Stefan
User avatar
driessen
Posts: 1239
Joined: Mon Oct 10, 2005 11:26 am
Location: Genk, Belgium

Re: TWBrowse HDC

Post by driessen »

Stefan,

Thanks a lot for your help.

I'll try it out ASAP. Possibly that will only be tomorrow since I have to go to customers the whole day today.
Regards,

Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 21.01 - Harbour 3.2.0 (October 2020) - xHarbour Builder (January 2020) - Bcc7
User avatar
Rimantas
Posts: 437
Joined: Fri Oct 07, 2005 12:56 pm
Location: Utena , Lithuania

Re: TWBrowse HDC

Post by Rimantas »

StefanHaupt wrote:Michel, Jose,

just sent, hope it helps
Stefan , can you send to me too ? My e-mail : rimantasu@gmail.com .

Many thanks in advance !
Rimantas U.
groiss
Posts: 206
Joined: Tue Sep 01, 2009 7:55 am
Location: Plasencia - ESPAÑA

Re: TWBrowse HDC

Post by groiss »

Stefan , can you send to me too ? My e-mail : jlgroiss@gmail.com .
I need the twbrowse hdc, for harbour
Many thanks in advance !
StefanHaupt
Posts: 824
Joined: Thu Oct 13, 2005 7:39 am
Location: Germany

Re: TWBrowse HDC

Post by StefanHaupt »

Groiss,

just sent
kind regards
Stefan
groiss
Posts: 206
Joined: Tue Sep 01, 2009 7:55 am
Location: Plasencia - ESPAÑA

Re: TWBrowse HDC

Post by groiss »

Thanks Stephan, but i don be able to compile the "c" modules for harbour 2.0. Is there anybody, to compile "c" modules for me?.
Thanks
Groiss
Post Reply