tclole
16 years agoImprovements to http code. Increment version for release 0.5 master tclole-0-5
Pat Thoyts [Thu, 24 Jan 2008 02:32:25 +0000 (02:32 +0000)]
Improvements to http code. Increment version for release 0.5

16 years agoAdded ole::type for inspecting tcl object types.
Pat Thoyts [Wed, 23 Jan 2008 09:36:03 +0000 (09:36 +0000)]
Added ole::type for inspecting tcl object types.
Added ole::ref self for passing an IDispatch to a tcl procedure.
Made use of the variant tcl type
Improvements to the http package.

16 years agoImplemented the self object callback and -get/-set for method calls tclole-0-4
Pat Thoyts [Wed, 19 Dec 2007 13:02:34 +0000 (13:02 +0000)]
Implemented the self object callback and -get/-set for method calls

16 years agoSupport conversion of binary data and lists into arrays
Pat Thoyts [Wed, 19 Dec 2007 00:57:44 +0000 (00:57 +0000)]
Support conversion of binary data and lists into arrays

16 years agoMoving towards event sinking
Pat Thoyts [Thu, 13 Dec 2007 00:10:59 +0000 (00:10 +0000)]
Moving towards event sinking

16 years agoAdded notice
Pat Thoyts [Thu, 13 Dec 2007 00:10:30 +0000 (00:10 +0000)]
Added notice

16 years agoAdded some extra accessors - in particular rawdata for fetching bytes instead of...
Pat Thoyts [Thu, 13 Dec 2007 00:10:06 +0000 (00:10 +0000)]
Added some extra accessors - in particular rawdata for fetching bytes instead of encoding fixed utf8

16 years agoAdd files to build tclole-0-3
Pat Thoyts [Thu, 13 Dec 2007 00:08:36 +0000 (00:08 +0000)]
Add files to build

16 years agoAdded foreach and started on bind. Fixed double release of bstrs in the OleVariantObj...
Pat Thoyts [Wed, 12 Dec 2007 01:59:21 +0000 (01:59 +0000)]
Added foreach and started on bind. Fixed double release of bstrs in the OleVariantObject handling.

16 years agoAdded tests. Implemented single variable version of ole::foreach
Pat Thoyts [Wed, 5 Dec 2007 00:51:18 +0000 (00:51 +0000)]
Added tests. Implemented single variable version of ole::foreach

16 years agoUpdated the demo post script for 0.2 interface
Pat Thoyts [Mon, 3 Dec 2007 09:36:02 +0000 (09:36 +0000)]
Updated the demo post script for 0.2 interface

16 years agoImported the cmdName type reference object technique from tcom to handle the com... tclole-0-2
Pat Thoyts [Mon, 3 Dec 2007 09:07:16 +0000 (09:07 +0000)]
Imported the cmdName type reference object technique from tcom to handle the com object commands. Lots of refactoring.

16 years agoInitial version of C-based automation extension tclole-0-1
Pat Thoyts [Fri, 30 Nov 2007 22:55:56 +0000 (22:55 +0000)]
Initial version of C-based automation extension