Cinder + Win10 speech recognition

Hi All!

I was wondering if anyone has dealt with cinder and windows 10 speech recognition, and specifically:

I am able to run MS examples from here:

But translating them to cinder compatible code is proving… let’s just say that there’s a knowledge gap (canyon) between where I am now and where I’m able to make this work :smiley:

I’m able to create a winRT project, add the necessary namespaces, to begin with:

using namespace Windows::Media::SpeechRecognition;
using namespace Windows::UI::Core;

But the constructor

speechRecognizer = ref new SpeechRecognizer();

I think I might be missing a reference to mscorlib… but that’s just me guessing at this point.
I’m running VS2015

Anyway, all help is welcome!