Page 1 of 1

ActiveX problem

Posted: Wed May 11, 2016 9:08 am
by dpesic
I have FiveWin 15.01 and xHarbour 1.2.3 Intl. (SimpLex) (Build 20151110) and I cant run any example with ActiveX.
Program hand at this point:

Activex.prg (line 77): ::hActiveX = CreateActiveX( ::hWnd, cProgID, Self )

Thanks ...

Re: ActiveX problem

Posted: Wed May 11, 2016 10:33 am
by Antonio Linares
Please try to build this in fwh\samples folder:

buildx.bat webexp

Here it is working fine using FWH 16.03

What Windows version are you using ?

Re: ActiveX problem

Posted: Wed May 11, 2016 4:00 pm
by dpesic
It's same ... program just stop. Hothing happens.

I have Win10.

Re: ActiveX problem

Posted: Wed May 11, 2016 5:10 pm
by Antonio Linares
Could you consider using Harbour ?

Re: ActiveX problem

Posted: Wed May 11, 2016 5:59 pm
by dpesic
I'm using SQLRDD xHarbour in my app for PostgreSQL access.

As far I can see this is faster then ADORDD. Em I wrong maybe ?

Re: ActiveX problem

Posted: Wed May 11, 2016 7:04 pm
by Antonio Linares
Nobody has compared their speeds yet, as far as I know.

If you already have your app coded with SQLRDD then there is no sense in using ADORDD.

Yesterday I tested samples\webexp.prg (ActiveX) with xHarbour and FWH 16.03 and worked fine