Search found 24 matches: idispatch

Return to advanced search

Re: ChromeDriver - WebDriver for Chrome

hi, to use DotNet DLL you need to make a "C-Wrapper" using iDispatch Interface here a Sample which i have used under Xbase++ // sample from http://www.codeproject.com/dotnet/nettocom.aspusing System;using System.Runtime.InteropServices;namespace ...
by Jimmy
Fri Jan 20, 2023 9:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ChromeDriver - WebDriver for Chrome
Replies: 9
Views: 1111

Re: How to call Events from OLE/COM objects

hi Giovan ,

a *.DLL "can" be a ActiveX when use IDispatch Interface

but i saw that it say " Windows SDK .NET Edition" which work different to Win32 API.
no Idea how to use .NET DLL under FiveWin
by Jimmy
Fri Apr 22, 2022 8:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to call Events from OLE/COM objects
Replies: 14
Views: 1000

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

... c\$&.c del tmp c:\Bcc7164\include\windows\sdk/oaidl.h:2146:57: note: previous definition is here typedef /* [unique] */ __RPC_unique_pointer IDispatch *LPDISPATCH; ^ In file included from c\Libreria.c:1: In file included from c:\Bcc7164\include\windows\sdk\Windows.h:263: c:\Bcc7164\include\windows\sdk\commdlg.h:710:21: ...
by Compuin
Mon Jun 28, 2021 12:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4217

Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

... warning: redefinition of typedef 'LPDISPATCH' is a C11 feature [-Wtypedef-redefinition] typedef /* [unique] */ __RPC_unique_pointer IDispatch *LPDISPATCH; ^ c:\bcc7164\include\windows\sdk/oaidl.h:2146:57: note: previous definition is here typedef /* [unique] */ __RPC_unique_pointer ...
by Compuin
Fri Jun 25, 2021 7:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4217

Re: Using C# (and .NET) from FWH not working(?)

hi, i have a DotNet DLL as AktiveX with IDispatch Interface using with Xbase++ perhaps this Concept help your with you DotNet DLL using System; using System.Collections;using System.Drawing;using System.Windows.Forms;using System.Runtime.InteropServices;namespace ...
by Jimmy
Mon Dec 23, 2019 12:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using C# (and .NET) from FWH not working(?)
Replies: 33
Views: 4451

Re: MSVS 2012

Antonio

i have an error at link time

FiveHC32.lib(ACTX.obj) : error LNK2019: symbole externe non résolu "struct IDispatch * __cdecl hb_oleParam(int)" (?hb_oleParam@@YAPAUIDispatch@@H@Z) référencé dans la fonction _HB_FUN_ACTXEVENTS
by Richard Chidiak
Wed May 22, 2013 4:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSVS 2012
Replies: 77
Views: 15189

Re: Saber Metodos de un CREATEOBJECT

... y proporciona estos métodos: AddRef(), QueryInterface() y Release(). Que basicamente sirven para: incrementar el contador de uso, crear un objeto IDispatch para interrogar al objeto y destruir el objeto. http://msdn.microsoft.com/en-us/library/windows/desktop/ms680509(v=vs.85).aspx ...
by Antonio Linares
Tue May 14, 2013 8:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber Metodos de un CREATEOBJECT
Replies: 62
Views: 32315

Re: Saber Metodos de un CREATEOBJECT

... PTR Reply() STDCALL dispatch FUNC PTR ReplyAll() STDCALL dispatch FUNC void Send() STDCALL dispatch FUNC PTR GetStream() STDCALL dispatch FUNC IDispatch GetInterface( [in] BSTR )
by Antonio Linares
Mon May 13, 2013 5:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber Metodos de un CREATEOBJECT
Replies: 62
Views: 32315

Re: Saber Metodos de un CREATEOBJECT

... PTR Application() STDCALL dispatch PROPERTYGET USERDEFINED Class() STDCALL dispatch PROPERTYGET PTR Session() STDCALL dispatch PROPERTYGET IDispatch Parent() STDCALL dispatch PROPERTYGET PTR Assistant() STDCALL dispatch PROPERTYGET BSTR Name() STDCALL dispatch PROPERTYGET BSTR Version() ...
by Antonio Linares
Sun May 12, 2013 10:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber Metodos de un CREATEOBJECT
Replies: 62
Views: 32315

Re: Saber Metodos de un CREATEOBJECT

... long, [in] unsigned short, [in] PTR, [out] PTR, [out] PTR, [out] PTR ) STDCALL dispatch PROPERTYGET PTR Application() STDCALL dispatch PROPERTYGET IDispatch Parent() STDCALL dispatch PROPERTYGET IDispatch CodeContextObject() STDCALL dispatch FUNC void NewCurrentDatabaseOld( [in] BSTR ) STDCALL ...
by Antonio Linares
Sun May 12, 2013 9:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber Metodos de un CREATEOBJECT
Replies: 62
Views: 32315

Re: Saber Metodos de un CREATEOBJECT

... STDCALL dispatch PROPERTYGET BSTR ActivePrinter() STDCALL dispatch PROPERTYPUT void ActivePrinter( [in] BSTR ) STDCALL dispatch PROPERTYGET IDispatch ActiveSheet() STDCALL dispatch PROPERTYGET PTR ActiveWindow() STDCALL dispatch PROPERTYGET PTR ActiveWorkbook() STDCALL dispatch PROPERTYGET ...
by Antonio Linares
Sun May 12, 2013 9:54 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber Metodos de un CREATEOBJECT
Replies: 62
Views: 32315

Re: Saber Metodos de un CREATEOBJECT

... PTR, [out] PTR, [out] PTR ) STDCALL dispatch PROPERTYGET PTR Application() STDCALL dispatch PROPERTYGET int Creator() STDCALL dispatch PROPERTYGET IDispatch Parent() STDCALL dispatch PROPERTYGET BSTR Name() STDCALL dispatch PROPERTYGET PTR Documents() STDCALL dispatch PROPERTYGET PTR Windows() ...
by Antonio Linares
Sun May 12, 2013 9:52 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber Metodos de un CREATEOBJECT
Replies: 62
Views: 32315

Re: Saber Metodos de un CREATEOBJECT

... ActiveConnection() STDCALL dispatch PROPERTYPUT void ActiveConnection( [in] VARIANT ) STDCALL dispatch PROPERTYPUTREF void ActiveConnection( [in] IDispatch ) STDCALL dispatch PROPERTYGET PTR Procedures() STDCALL dispatch PROPERTYGET PTR Views() STDCALL dispatch PROPERTYGET PTR Groups() STDCALL ...
by Antonio Linares
Sun May 12, 2013 5:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber Metodos de un CREATEOBJECT
Replies: 62
Views: 32315

Re: Saber Metodos de un CREATEOBJECT

... STDCALL dispatch PROPERTYPUT void AbsolutePosition( [in] USERDEFINED ) STDCALL dispatch PROPERTYPUTREF void ActiveConnection( [in] IDispatch ) STDCALL dispatch PROPERTYPUT void ActiveConnection( [in] VARIANT ) STDCALL dispatch PROPERTYGET VARIANT ActiveConnection() STDCALL dispatch ...
by Antonio Linares
Sun May 12, 2013 5:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber Metodos de un CREATEOBJECT
Replies: 62
Views: 32315

Re: Saber Metodos de un CREATEOBJECT

... ) STDCALL dispatch PROPERTYGET VARIANT_BOOL Multiline() STDCALL dispatch PROPERTYPUT void Multiline( [in] VARIANT_BOOL ) STDCALL dispatch FUNC IDispatch Execute( [in] BSTR ) STDCALL dispatch FUNC VARIANT_BOOL Test( [in] BSTR ) STDCALL dispatch FUNC BSTR Replace( [in] BSTR, [in] VARIANT )
by Antonio Linares
Sun May 12, 2013 5:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber Metodos de un CREATEOBJECT
Replies: 62
Views: 32315
Next

Return to advanced search