FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Harbour can create oleserver and activex
Posts: 337
Joined: Fri Oct 07, 2005 02:44 PM
Harbour can create oleserver and activex
Posted: Wed May 26, 2010 04:20 PM

Hello,

Harbour, in the last svn, can create oleserver and activex.

VIVA HARBOUR :D

Atte.,

Lautaro Moreira

Hola,

Soy un Contador que por necesidad aprendio a programar y se quedo programando.
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Harbou can create oleserver and activex
Posted: Thu May 27, 2010 04:49 AM

Lautaro,

Thanks for the info. Next step is to build several examples using FWH :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 603
Joined: Sun May 04, 2008 08:44 PM
Re: Harbou can create oleserver and activex
Posted: Sat May 29, 2010 06:56 PM

Think that it's not to ActiveX.

it's OleObject, using ATL.dll with classname AtlAxWin

the same class oscar lira/carlos mora.

Posts: 337
Joined: Fri Oct 07, 2005 02:44 PM
Re: Harbour can create oleserver and activex
Posted: Mon May 31, 2010 02:32 AM

Lailton,

Harbour can create oleserver now, not only client of ole objects, this is the news. :D

Best Regards,

Lautaro Moreira

Hola,

Soy un Contador que por necesidad aprendio a programar y se quedo programando.
Posts: 116
Joined: Thu Oct 13, 2005 05:14 PM
Re: Harbour can create oleserver and activex
Posted: Mon May 31, 2010 09:37 AM

Great news lautaro,
do you know if we can build it also for xHarbour?

Regards,
Roberto Parisi

Posts: 1335
Joined: Fri Jun 13, 2008 11:04 AM
Re: Harbour can create oleserver and activex
Posted: Mon May 31, 2010 10:10 AM

Log Message:
-----------
2010-05-26 00:03 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/hbwin/Makefile
+ harbour/contrib/hbwin/hbolesrv.c
+ added inproc OLE server implementation. It allows to create OLE/ACTIVEX
COM server in Harbour. Such OLE server allows can be used by programs
written in any languages supporting OLE automation (also in other
Harbour applications)
User ole server code should be linked as DLL which later can be
register in MS-Windows by regsvr32.exe program, i.e.:
regsvr32 myolesrv.dll


Regards
Anser

Continue the discussion