Nadav Bar

Results 50 comments of Nadav Bar

Hi @Happy-Ferret - thanks for reporting this, indeed the second option is the correct one (using the c++ like API), but as for the error - this is due to...

Hi, @fancyydk - Doing such thing will result in quite a few changes to they way that NodeRT generates the module. I've also haven't seen any other requests for such...

We have special handling for this interface, you should see a "close" method for an object of a class that implements IClosable.

Looking at the generated code it seems that for some reason the "Close" method isn't generated for the IRandomAccessStream interface, while for other classes, like FileRandomAccessStream, it is generated. I'll...

NodeRT does implicit conversions of Guid to (and from) strings (similarly to UWP JavaScript). So you should be able to set this property using a string of a guid. Can...

OK, I found the problem. For some reason the GUID validation code expects to receive a string without the curly brackets as the guid. Until we'll fix this issue, you...

What's a bit odd is that the path of the .node file is under the temp folder..is this intentional? Where is the module located? Is it under the node_module dir...

I'm not quite sure what the issue is but it seems like an enviornment / deployment issue. One question: what happens if instead of running npm dist, you just use...

Had to revert #42 since the modules weren't building after being download from the npm. Apparently for the first install you need to run a combination of "node-gyp configure" and...