winrt-component Questions

0

I need to wrap WebRTC c++ library into WinRT component and use it from my UWP/C# application. There is a good article how to use native c++ in uwp which describes all the integration steps, which I...
Gorcock asked 1/6, 2021 at 5:2

1

Solved

C++/WinRT provides 3 flavors of smart pointers to use for COM objects - Microsoft::WRL::ComPtr, com_ptr, and ATL-based CComPtr. In my case, it is a COM-lite object, meaning it is NOT an in-pr...
Aerophobia asked 2/9, 2020 at 6:0

1

Solved

I have an existing applicaton in winforms. It is using third party library (Touchless.Dll and WebCam.lib) to enable image capturing functionality. Now i want to make it compatible with Windows 8.1 ...
Torrence asked 11/3, 2015 at 12:21

1

Solved

protobuf-csharp-port homepage(with sourcecode) In my previous windows phone silverlight 8.0 project I used protobuf-csharp-port to implement the GPB, but now I want to port the project to windows ...
Leadbelly asked 10/7, 2014 at 7:13
1

© 2022 - 2024 — McMap. All rights reserved.