Page 2 of 3

Posted: Thu Apr 24, 2008 6:58 am
by Peterg
hb_fun__clsactive
can build with 8.03 and feb xharbour butr still does not display jpg images
cannot buuild with 8.04

Posted: Thu Apr 24, 2008 9:37 am
by Antonio Linares
Peter,

I guess that you are using xHB commercial.

Please ask Patrick Mast for a new beta, thanks

Posted: Thu Apr 24, 2008 9:53 am
by Peterg
HB_FUN__CLSACTIVE.

Ron Pinkas said to uninstall all previous versions and then rebuild but this did not make any difference. I can build with 8.03 but not 8.04 and I still cannot view jpg with 8.03

Posted: Thu Apr 24, 2008 9:59 am
by Antonio Linares
Peter,

Have you tried adding this function to your main PRG ?

function __ClsActive(); return .F.

also try with

function __ClsActive(); return .T.

Posted: Thu Apr 24, 2008 10:08 am
by Peterg
Antonio
yes tried both but then it just gpfs

Posted: Thu Apr 24, 2008 10:14 am
by Antonio Linares
Peter,

Patrick Mast said he has a working beta that works fine with FWH 8.04

Posted: Thu Apr 24, 2008 10:42 am
by Peterg
Will ask Patrick but that is proably a beta which is not available yet.

Have you tried compiling with xharbour

Posted: Thu Apr 24, 2008 10:45 am
by Antonio Linares
Peter,

If you use the xHarbour build that we provide (free one, not commercial) it works great with FWH 8.04.

Why don't you use it in the meantime ? Richard Chidiak and others here have migrated from the commercial one to the free one, and they are very happy :-)

It looks as the free xHarbour version is much actively upgraded than the commercial one.

Posted: Thu Apr 24, 2008 10:51 am
by Peterg
I need the sdqrdd so I am probably stuck with the commercial one

Posted: Thu Apr 24, 2008 10:55 am
by Antonio Linares
Peter,

If you mean the SQLRDD there is already a Borland version, so you can migrate to the xHarbour Borland free build and never have these troubles again :-)

The xHarbour developers work on the free version and later on they port to the commercial version, thats why the commercial version is so outdated

Posted: Thu Apr 24, 2008 11:10 am
by Peterg
OK
So what is involved in changing

Posted: Thu Apr 24, 2008 11:46 am
by Antonio Linares
Just install the xharbour.exe that we provide and download the free Borland C compiler from here: www.fivetechsoft.com/files/freecommandlinetools.exe

Install Borland and then create these two files in c:\borland\bcc55\bin:
(alternatively you can use c:\bcc55 instead of c:\borland\bcc55)

bcc32.cfg:
-I"c:\borland\bcc55\include"
-L"c:\borland\bcc55\lib"

ilink32.cfg:
-L"c:\borland\bcc55\lib"

Then go to fwh\samples\buildx.bat, edit it and adjust your paths, and then do: buildx.bat tutor01

You should get your first running EXE with the free xHarbour and FWH 8.04 :-)

Posted: Thu Apr 24, 2008 12:02 pm
by Peterg
How do I get the xharbour.exe

My login and password are not working

Posted: Thu Apr 24, 2008 12:06 pm
by Antonio Linares
Peter,

You can download xHarbour.exe from here:

www.fivetechsoft.com/files/xharbour.exe

Posted: Thu Apr 24, 2008 12:26 pm
by Peterg
get loads of errors cannot open files eg assert.h