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
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_abiwithget_self.Reference