12/15/96:

    Still implementing the basics: method invokation and type conversion.    
        - Able to call methods using the CallMethod() function.
	- Able to convert Tcl argument strings to proper VARIANTARGs,
	  using the built-in Ole functions.

12/18/96

    - The IUnknown and IDispatch functions in a dual interface are
      hidden from the Tcl API because of dangers of scripts calling, e.g.,

	$obj domethod Release
	

    - Indexed properties are accessed by the "get" and "put" widget
      commands. Non-indexed variables are accessed by "configure".

3/15/97

    - Disaled some parts of the code of VarianttoString to get the code to work



3/20/97

    - New "info" command to display controls installed in the system

3/27/97

    - Debugged "info" command to make sure that all valid controls are displayed.

3/31/97
    
    - ActiveMovie Control now works.

    - Get and put command also works
