Ole2View 1.33 Release Notes

Copyright (c) 1994 Microsoft Corp.  All Rights Reserved.
------------------------------------------------------------

This ZIP file contains both 16 bit and 32 bit versions of
Ole2View 1.33.  This release fixes several bugs (mostly
of a cosmetic nature) found in the versions of Ole2View
that ship with Visual C++ 1.5, Visual C++ 2.0, and the
Windows NT 3.5 SDK.

This ZIP file contains:

OLE2VIEW.EXE  - Ole2View 1.33 (Win16)
DEFO2V.DLL    - IDataObject and ITypeLib interface viewers (Win16)
OLE2VW32.EXE  - Ole2View 1.33 (Win32)
DEFO2V32.DLL  - IDataObject and ITypeLib interface viewers (Win32)
OLE2VIEW.HLP  - Helpfile

Version 1.33 Changes:
- 32 bit version is now 100% compatible with Windows 95 in
  terms of using the right colors etc...
- Fixed bug that appears Japanese version of Windows (junk
  characters displayed).
- Changed DEFO2V32.DLL to only have ANSI versions of the
  interface viewers.  DispplayIDataObjectA, DispplayIDispatchA, 
  DispplayITypeInfoA, and DispplayITypeLibA are all gone now and
  DispplayIDataObject, DispplayIDispatch, DispplayITypeInfo, and   
  DispplayITypeLib are now ANSI (they used to be Unicode).
  This change was made to simplify debugging DEFO2V and 
  because the Unicode versions were never being called.
 
Report bugs and make suggestions to 'ole2view@microsoft.com' 