Harbour can create oleserver and activex

Post Reply
User avatar
Lautaro
Posts: 322
Joined: Fri Oct 07, 2005 2:44 pm
Location: Osorno, Chile
Contact:

Harbour can create oleserver and activex

Post by Lautaro »

Hello,

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

VIVA HARBOUR :D

Atte.,

Lautaro Moreira
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Harbou can create oleserver and activex

Post by Antonio Linares »

Lautaro,

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

Antonio Linares
www.fivetechsoft.com
lailton.webmaster
Posts: 603
Joined: Sun May 04, 2008 8:44 pm

Re: Harbou can create oleserver and activex

Post by lailton.webmaster »

Think that it's not to ActiveX.

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

the same class _ lira/carlos mora.
User avatar
Lautaro
Posts: 322
Joined: Fri Oct 07, 2005 2:44 pm
Location: Osorno, Chile
Contact:

Re: Harbour can create oleserver and activex

Post by Lautaro »

Lailton,

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

Best Regards,

Lautaro Moreira
Roberto Parisi
Posts: 116
Joined: Thu Oct 13, 2005 5:14 pm
Location: Italy

Re: Harbour can create oleserver and activex

Post by Roberto Parisi »

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

Regards,
Roberto Parisi
User avatar
anserkk
Posts: 1280
Joined: Fri Jun 13, 2008 11:04 am
Location: Kochi, India

Re: Harbour can create oleserver and activex

Post by anserkk »

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
Post Reply