python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k 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
BLE Using WinRT: Access Denied When Executing "GetCharacteristicsForUuidAsync()" for Write Characteristic
Maybe someone can help me out because I have a really tricky situation with Bluetooth LE using WinRT on Windows 10 (like supposed here: Bluetooth Low Energy in .Net (C#)).
I need BLE within a Win32 cl...
M. Hartner
Votes: 0
Answers: 2
Registering to MediaStreamSample Processed event gives 'H': is not a legal base class error
I'm trying to subscribe to MediaStreamSample Processed event, so when ever processed event is triggered OnSampleProcessed method must be triggered
Below implementation is what I have tried
StreamSampl...
Prithvi Venu
Votes: 0
Answers: 1
WinRT C++ component with non primitive function return types fails to compile/build
The below program works fine while having functions with primitive return type functions specifically the Pop function defined below works and I'm able to build properly, but when I build the solution...

Prithvi Venu
Votes: 0
Answers: 1