Skip to content

Release Notes - 3.2.19

Compare
Choose a tag to compare
@dahall dahall released this 23 Oct 16:21
· 1652 commits to master since this release

Let's just call this release Friday Fixes. Almost all these are bugs turned up after re-running a bunch of the tests

  • Changed all methods that returned SafeCoTaskMemString to string. After much reading and testing I determined this was redundant with marshaling code in .NET.
  • Fixed bug with CorrespondingTypeAttribute.GetAttrForEnum with default action
  • Fixed bugs in PROPVARIANT get value operations
  • Fixed bug in PropVariantToStringVector overload
  • Added GetPropertyDescriptionList default prop value to get all properties.
  • Made BindContext.EnumObjectParam return empty enumeration if method fails
  • Fixed bug in IndirectResource.ctor
  • Fixed bug in lookup table for WIA_PROPID_TO_NAME
  • Fixed bug in PropVariantToStringVector
  • Fixed a number of bugs with IUri and IUriBuilder