Search found 13 matches: oleserver

Return to advanced search

Re: Objeto OLE

... utilización de las funciones. Codigo Delphi 7: uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, OleServer, OleAuto; var Controlador: Variant; begin Controlador := CreateOLEObject('DataLinkLibrary.IController'); // NameSpace.ClassName Controlador.Nuevo(); ...
by Jorge Jaurena
Wed May 24, 2017 1:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Objeto OLE
Replies: 23
Views: 2602

Re: HBSSL for xharbour

... Set 08\xHB\c_lib" -LIBPATH:"C:\FW21\xHarbourinc\xHB Set 08\xHB\c_lib\win" "C:\FW21\xHarbourinc\xHB Set 08\xHB\lib\OleServer.lib" "C:\FW21\xHarbourinc\xHB Set 08\xHB\lib\ActiveX.lib" "C:\FW21\xHarbourinc\XHB Set 08\xHB\lib\RMDBFCDX.lib" "C:\fw21\xHarbourinc\XHB ...
by AHF
Sat Feb 22, 2014 7:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBSSL for xharbour
Replies: 13
Views: 2426

Re: Harbour can create oleserver and activex

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 p...
by anserkk
Mon May 31, 2010 10:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour can create oleserver and activex
Replies: 5
Views: 1004

Re: Harbour can create oleserver and activex

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

Regards,
Roberto Parisi
by Roberto Parisi
Mon May 31, 2010 9:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour can create oleserver and activex
Replies: 5
Views: 1004

Re: Harbour can create oleserver and activex

Lailton,

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

Best Regards,

Lautaro Moreira
by Lautaro
Mon May 31, 2010 2:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour can create oleserver and activex
Replies: 5
Views: 1004

Re: Harbou can create oleserver and activex

Think that it's not to ActiveX.

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

the same class oscar lira/carlos mora.
by lailton.webmaster
Sat May 29, 2010 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour can create oleserver and activex
Replies: 5
Views: 1004

Re: Harbou can create oleserver and activex

Lautaro,

Thanks for the info. Next step is to build several examples using FWH :-)
by Antonio Linares
Thu May 27, 2010 4:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour can create oleserver and activex
Replies: 5
Views: 1004

Harbour can create oleserver and activex

Hello,

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

VIVA HARBOUR :D

Atte.,

Lautaro Moreira
by Lautaro
Wed May 26, 2010 4:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour can create oleserver and activex
Replies: 5
Views: 1004

Re: PCODE DLL

... Lo que en principio no permitirá que la DLL sea utilizada por aplicaciones hechas en otras herramientas. Si se quiere esto, se deben crear vía OleServer. Es decir, creándolas como Objetos OLE. Es esto correcto, entendí bien, o me enredé solo y ya estoy hecho una bestia? :? Gracias como siempre ...
by Cgallegoa
Wed Sep 23, 2009 5:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Maestro Antonio: Ayuda con PCODE DLL
Replies: 3
Views: 853

Cretar DLL

... (execute a piece of xHarbour code) in an environment which is not able to do it on it's own. Ok, but how do we do this in the real world? With the OleServer.lib from xHarbour.com, you basically just add 5 lines of code to the top of your program: #pragma BEGINDUMP #define CLS_Name "MyOleServer" ...
by lailton.webmaster
Mon Mar 16, 2009 12:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cretar DLL
Replies: 3
Views: 1135

OleServer.lib With Fivewin

Is it possible to include fivewin code in an OleServer dll created with xharbour from xharbour.com and xcc as compiler?
Thanks Mike Buckler
by Mike Buckler
Wed Nov 14, 2007 9:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OleServer.lib With Fivewin
Replies: 1
Views: 439

Hello!

This file is only 4172 bytes, just like the following LIBs:
ActiveX, CT3Comm, Ole, OleServer, RMDBFCDX,
xBScript and xHBComm!

Probably because this is demo - I don't know ...

Regards, Roman
by modicr
Wed Feb 01, 2006 2:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbzip.lib ziparchive.lib for Harbour (Microsoft flavour)
Replies: 7
Views: 2524

ANN: New xHarbour Builder February 2006 release ready.

... From this release on, xHarbour Builder comes with our new OLE.lib, which has full support for Events and BYREF now. Have a look at the samples OleServer.prg, ListOle.prg and Test_OleServer.prg to see the new OLE.lib in action. You will be surprised! This new release also includes many enhancements ...
by patrickmast
Tue Jan 24, 2006 7:48 pm
 
Forum: Off Topic / Otros temas
Topic: ANN: New xHarbour Builder February 2006 release ready.
Replies: 1
Views: 1043

Return to advanced search