NodeRT icon indicating copy to clipboard operation
NodeRT copied to clipboard

Winrt APIs-node.js modules generator

Results 88 NodeRT issues
Sort by recently updated
recently updated
newest added

Windows 10 electron: 8.2.0 SDK: windows 10.0.17134.12 when try to run : **$yarn add @nodert-win10-rs4/windows.storage** the following error ocurrs: fatal error C1128: number of sections exceeded object file format limit:...

Currently I am using @nodert-win10-rs4/windows.applicationmodel.appservice and have run into problems with retrieving returned values for use in my javascript. windows.applicationmodel.appservice requires that a ValueSet object, which can be found in...

I am getting following issue while installing the package `\windows.ui.notifications\opaquewrapper.cpp : fatal error C1107: could not find assembly 'platform.winmd': please specify the assembly search path using /AI or by setting...

The channel9 link now redirects to https://docs.microsoft.com/en-us/shows/ and I wasn't able to find the talk in the search there. I was able to find the talk [mirrored](https://www.youtube.com/watch?v=9z5xDyVRh6M) on a separate...

As per the title. I do have Windows 11 SDKs, but I am still not understanding how this should work then.

I am trying to integrate Bluetooth in my Electron app, so I use noble-uwp, which uses NodeRT. The problem is that it works fine on the machine that I generate...

I could not install the package @nodert-win10/windows.applicationmodel.contacts into electron app/react js app. I followed the steps mentioned in https://www.npmjs.com/package/@nodert-win10/windows.applicationmodel.contacts And I tried with different versions of Visual Studio 2015, 2017...

Hello , i am trying to use pairAsync to connect the device with nodert, but the DevicePairingResultStatus keep return status:17 " :RejectedByHandler, The application handler rejected the pairing." The same...

Most of today's NodeRT users use it to call native Windows methods from Node.js or Electron. In order to do so safely in Electron's renderer process, NodeRT has to move...

Hello, I've successfully manually built my NodeRT package, which was `windows.ui.notifications`. Though, even with TypeScript support and the Microsoft JavaScript example, I'm not able to create a toast notification. Here's...