FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour How to use "Event" when DLL used by "win_OleCreateObject" ?
Posts: 57
Joined: Sun Apr 12, 2009 10:51 AM
How to use "Event" when DLL used by "win_OleCreateObject" ?
Posted: Sat Jul 25, 2015 11:46 AM

Dear Sirs,

 Thanks to good supporters, OpenAPI type "DLL"  was incorporated into FWH program as followings.

 oObj := win_OleCreateObject("{16AB1B2A-A22E-4FAC-92CB-84102DF5CE3D}","{5C41C7F0-BE5D-4819-A086-E13B80666454}")

But, there is "Event" related with this DLL object.

In API manual written in C#, there are two sample as followings.
  EventLogin (int nResult)
  EventConnect (int nResult)

What is the sample of using Event in FWH/ Harbour declared in relation to Object win_OleCreateObject() ?

Thanks.

Y.W.Kim

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: How to use "Event" when DLL used by "win_OleCreateObject" ?
Posted: Sat Jul 25, 2015 12:32 PM

Kim,

This is what we have for OLE with Events developed by Carlos Mora:

viewtopic.php?f=3t=14074start=0

Please ask Daniel if he can help you implementing it in your code, thanks

&&

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion