python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Unable to pass byte array from UWP C# Component to WinRT C++ component
I'm trying to render image data in the WinRT C++ component, so I'm passing a byte array from the UWP component to the WinRT component.
But IDL Doesn't support Byte*
StreamSamplePool.cpp
void StreamSam...
Prithvi Venu
Votes: 0
Answers: 0
Can you change the output directory for C++ WinRT generated headers?
Is there a way to change the output directory for the files generated by the midl stuff in C++ WinRT projects (The default seems to be ${ProjectDir}\Generated Files)?
The reason I'm asking is because ...
monoceres
Votes: 0
Answers: 0
How to all C++/WinRT from UMDF2
I develop an UMDF2.0 driver using VS2019.
Inside this driver I need to communicate with an BLE device.
I have to use BluetoothLEDevice class to do this. This is a WinRT Api.
I'm completely lost on how...
EmbeddedDev
Votes: 0
Answers: 1