Page 1 of 1
Hernan's TWBrowse
Posted: Thu Jul 26, 2007 7:54 pm
by TimStone
OK ... so I found a copy of Hernan's TWBrowse on the net. Although there is a .lib file, it won't compile with xHarbour Builder ( MS ). So I tried the source files, but the application still won't build.
Does anyone know precisely which source files need to be included in the application for the July 2007 versions of xHarbour ( Builder Beta ) and FWH ?
Thanks.
Posted: Thu Jul 26, 2007 8:16 pm
by Francisco Horta
Tim,
here a link to download
http://www.savefile.com/files/875681
regards
Paco
WBrowse
Posted: Thu Jul 26, 2007 8:29 pm
by TimStone
I have the download already, but it creates an error when linking the library with the xHarbour Builder ( MS compatible ). That would indicate the lib was built perhaps with Borland.
Obviously we can rebuilt the source file but I need to know which files need to be included in the program.
Thanks.
Posted: Thu Jul 26, 2007 9:03 pm
by Armando
Timm:
I did it with only two PRG files and one C file as follow:
TMULTISE.PRG
WBROWSE.PRG
and
WBRWLINE.C
I hope this can help you
Regards
WBRWLINE.c
Posted: Thu Jul 26, 2007 10:14 pm
by TimStone
Unfortunately, the compiler will not build with wbrwline.c attached. I've checked and all of the *.h files specified are in the path, but it just gives me a "cannot build" error when that file is attached.
I'm using the July Beta of xHarbour Builder and FWH 7.07.
Posted: Thu Jul 26, 2007 11:44 pm
by James Bott
Tim,
I suggest using a file compare utility to look for differences between Hernan's wbrwline.c and the native FWH one. This might help you find the problem. You could comment out changed lines and replace them with the originals until it compiles.
James
Posted: Fri Jul 27, 2007 12:03 am
by Armando
Timm:
When I compile gives to me eleven warning messages but the library works fine. perhaps you need to change some flags.
BTW I use xHarbour and VERCE to build the lib, these are the flags
/n /m /w /es2 /gc1
Best regards
Too many errors
Posted: Fri Jul 27, 2007 6:10 pm
by TimStone
I tried the build but there are too many errors when using xHarbour Builder ( xCC compiler ) with this. I would need to rewrite at least one header file, and probably change some function names.
For those who are successful with this ( latest FWH, latest xHarbour, xCC ) what did you find, or are most of you using Borland to build this ?
Posted: Sat Jul 28, 2007 12:49 am
by Rick Lipkin
Tim
I gave up on MSVC and Hernan's TwBrowse .. went back to Borland 5.5 and now working with the Borland Turbo 5.82 compiler.. no problems at all.
Something about the way that .c file is written .. it just will not compile with MSVC7 or 8 ..
If I am working with ADS .. I use Hernan's Twbrowse .. if I am using ADO or writing for a local LAN app .. I use the standard FWH TwBrowse.
Hernan's browse does have some nice features and a lot more column control if you need that .. mostly for what I do .. I just need a standard listbox... either in code or .rc.
Rick Lipkin
SC Dept of Health, USA
Re: Too many errors
Posted: Sat Jul 28, 2007 1:19 pm
by Richard Chidiak
Tim
Sent to your email
I also use xcc and Hernan's browse, it works OK
Richard
Posted: Mon Jul 30, 2007 6:09 am
by dutch
Dear Richard,
May I have Hernam's Twbrowse for FWH too?
Dutch
dutch@easyfo.com