Files
harbour-core/contrib/hbwin/tests/oletst3.bas
vszakats 9687850865 2013-03-16 02:10 UTC+0100 Viktor Szakats (harbour syenar.net)
* (all files)
    * stripped svn header
    * minor cleanups
    ; use following command to find out the history of files:
       git log
       git log --follow
       git blame
       git annotate
2013-03-16 02:11:42 +01:00

17 lines
484 B
QBasic

/*
* Harbour Project source code:
* demonstration/test code for OLE server client which connects to
* Harbour OLE server working like xHarbour.com OLE servers described at
* http://xharbour.com/index.asp?page=add_on_oleserver&show_sub=7&show_i=1
* This client code is based on xHarbour.com client example published on
* above WWW page.
*/
DIM oObject
SET oObject = CreateObject( "MyOleServer" )
MsgBox oObject.MyFunc( "Hello", 123 )
MsgBox oObject.Property1