I’d be curious if there’s a possibility to set-up this up with openFrameworks. I can run a c++ example from Microsoft and it works just fine, but I have too little knowledge of C++ and Visual studio (2015) to try and port it to OF. I’ve tried using https://msopentech.com/blog/2014/07/03/openframeworks-developers-can-now-create-universal-apps-for-windows/
for setting up an OF project with it, but after a few steps into the process I get a bunch of errors and that’s where things stop.
to ofApp.h works fine, but as soon as I try to create any instances I get into trouble. E.g. speechRecognizer = ref new SpeechRecognizer(SpeechRecognizer::SystemSpeechLanguage);
just builds fine, but causes the console to display “press any key to continue. . .” message after running.
No OF window to be seen. Any ideas? Ways to debug?