ActiveX problem

Post Reply
dpesic
Posts: 11
Joined: Thu Jan 21, 2016 8:26 pm

ActiveX problem

Post 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 ...
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: ActiveX problem

Post 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 ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
dpesic
Posts: 11
Joined: Thu Jan 21, 2016 8:26 pm

Re: ActiveX problem

Post by dpesic »

It's same ... program just stop. Hothing happens.

I have Win10.
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: ActiveX problem

Post by Antonio Linares »

Could you consider using Harbour ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
dpesic
Posts: 11
Joined: Thu Jan 21, 2016 8:26 pm

Re: ActiveX problem

Post 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 ?
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: ActiveX problem

Post 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
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply