Skip to content

winrt::from_abi was declared deprecated on version 10.0.17763.0 (Windows 10, version 1809) and above #9

Description

@henry-y-c

Issue

Error C4996 'winrt::from_abi': was declared deprecated.

Cause

As of version 10.0.17763.0 (Windows 10, version 1809) of the Windows SDK, winrt::from_abi is obsolete. Use winrt::get_self instead.

Solution

Just simply replace all from_abi with get_self.

Reference

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions