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:
@@ -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.
|
||||
|
||||
@@ -113,6 +113,9 @@ FUNCTION GetActiveObject( xOle, cIID )
|
||||
|
||||
RETURN o
|
||||
|
||||
FUNCTION CreateOLEObject( ... )
|
||||
RETURN win_P2N( __OleCreateObject( ... ) )
|
||||
|
||||
CREATE CLASS Win32Prn FROM WIN_PRN
|
||||
ENDCLASS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user