Page 1 of 1
New FWH 7.11
Posted: Mon Nov 05, 2007 9:46 am
by Antonio Linares
New FWH 7.11
Posted: Mon Nov 05, 2007 10:16 am
by Taavi
Hello,
can FWH 7.11 be used with xHarbour Builder January 2007 release?
Taavi.
Posted: Mon Nov 05, 2007 11:11 am
by Antonio Linares
Taavi,
You may need to rebuild the FWH PRGs because as far as we remember there was a pcode change in xharbour after january
Posted: Mon Nov 05, 2007 11:37 am
by Taavi
Hi,
would rebuilding fivehmx.lib /and of course all other our .prg sources/ be enough?
Taavi
Posted: Mon Nov 05, 2007 11:58 am
by Antonio Linares
Taavi,
Yes, it should be enough
Posted: Mon Nov 05, 2007 12:44 pm
by Dietmar Jahnel
Antonio,
Are the 2007 menus now working under Win98 as well?
Do you or anybody else know a good source for 16x16 bitmaps that look nice with 2007 bars?
Regards,
Dietmar
Posted: Mon Nov 05, 2007 12:51 pm
by Antonio Linares
Dietmar,
> Are the 2007 menus now working under Win98 as well?
Yes, they are working fine, no GPFs, though we still have some issues when using low resolution colors
Posted: Mon Nov 05, 2007 3:05 pm
by nageswaragunupudi
How latest is the xHarbour (bcc) build provided with FWH please?
Posted: Mon Nov 05, 2007 3:09 pm
by Antonio Linares
October 25 2007
Posted: Mon Nov 05, 2007 6:20 pm
by dutch
Dear Antonio,
I recompile FWH 707 with xHb Builder but it shows this error message. What's wrong with it?
Thanks&Regards,
Dutch
Code: Select all
Type: C >>>xhb.exe -o"xbp\objm\folder.c" -m -n -p -q -gc0 -D__HARBOUR__ -I"C:\fwh\include" -I"C:\xHB\include" -I"C:\xHB\include\w32" "source\classes\folder.prg"<<<
xHarbour Compiler build 0.99.70 (SimpLex)
Copyright 1999-2006, http://www.xharbour.org http://www.harbour-project.org/
source\classes\folder.prg(33) Error E0030 Syntax error: "parse error at 'FUNCTION'"
source\classes\folder.prg(35) Error E0001 Statement not allowed outside of procedure or function
.....
Posted: Mon Nov 05, 2007 6:29 pm
by Antonio Linares
Dutch,
> source\classes\folder.prg(33)
Please check the source code of folder.prg line 33.
It seems as if you are using a wrong hbclass.ch
Posted: Tue Nov 06, 2007 1:43 am
by dutch
Dear Antonio,
Yes, it absolutely right.
You are the one.
Regards,
Dutch