Page 1 of 1

Harbour can create oleserver and activex

Posted: Wed May 26, 2010 4:20 pm
by Lautaro
Hello,

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

VIVA HARBOUR :D

Atte.,

Lautaro Moreira

Re: Harbou can create oleserver and activex

Posted: Thu May 27, 2010 4:49 am
by Antonio Linares
Lautaro,

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

Re: Harbou can create oleserver and activex

Posted: Sat May 29, 2010 6:56 pm
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.

Re: Harbour can create oleserver and activex

Posted: Mon May 31, 2010 2:32 am
by Lautaro
Lailton,

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

Best Regards,

Lautaro Moreira

Re: Harbour can create oleserver and activex

Posted: Mon May 31, 2010 9:37 am
by Roberto Parisi
Great news lautaro,
do you know if we can build it also for xHarbour?

Regards,
Roberto Parisi

Re: Harbour can create oleserver and activex

Posted: Mon May 31, 2010 10:10 am
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