2009-06-15 15:45 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* contrib/hbwin/legacy.prg
    + Added legacy CREATEOLEOBJECT() call support.
      (untested)
This commit is contained in:
Viktor Szakats
2009-06-15 13:46:04 +00:00
parent 9d353c511a
commit 662b1d25d0
2 changed files with 8 additions and 0 deletions

View File

@@ -17,6 +17,11 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-06-15 15:45 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbwin/legacy.prg
+ Added legacy CREATEOLEOBJECT() call support.
(untested)
2009-06-15 15:41 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
+ Added skip=yes|no option support to .hbc files.

View File

@@ -113,6 +113,9 @@ FUNCTION GetActiveObject( xOle, cIID )
RETURN o
FUNCTION CreateOLEObject( ... )
RETURN win_P2N( __OleCreateObject( ... ) )
CREATE CLASS Win32Prn FROM WIN_PRN
ENDCLASS