Nadav Bar

Results 50 comments of Nadav Bar

Happy to hear that. BTW, if you are not dependent on a specific windows SDK version, you can just pick up the modules from NPM instead of generating: https://www.npmjs.com/~nodert-win10

The version of the npm modules search for the winmd files under ``` C:\Program Files (x86)\Windows Kits\10\UnionMetadata ``` Can you verify that you have a windows.winmd file under that folder?...

The modules without the "@nodert-win10" scope are older versions compatible with VS 2013 and Win 8.1. Sorry for the confusion, but instead you can run ``` npm install @nodert-win10/windows.graphics.imaging ```...

@mccxiv please note that this is an open source project, currently maintained voluntarily by the community. If you look for solutions that provide "proper fixes" I'm sure that you can...

It's a general issue of deploying windows desktop apps..you need to make sure you have the set of DLLs that the app use. What you'll probably want to do is...

Hi @fancyydk , I'm assuming you are running an electron app using the UWP bridge, right? While I've experimented with it in the past, I think that the challenging part...

I think that this is a might be a pointer for this task: https://docs.microsoft.com/en-us/windows/uwp/audio-video-camera/system-media-transport-controls The only thing I'm worried about is that you might need to run in a the...

What version of Visual Studio are you using on your machine? Also, can you please let me know what version of Nan is being used?

BTW, the packages that are available in the npm under the nodert-win10 scope should also work on windows 8.1 machines.

Hi @voltagex, thanks! I'll try to answer the questions, feel free to keep the discussion going and ask more. 1. How does NodeRT work - a. It first reads the...