Martin Guder

Results 9 comments of Martin Guder

Any news on that issue? Does it work again or is the prebuild still failing?

Maybe one addition: I ran everything on Windows 10 with Git Bash and install was flawless and got telemetry data output as easy as it can be. But usually I...

It seems, that the tchar.h file is by the MS compiler and deals with ANSI / Unicode encoding. Hard to say, if there is anything, that can be added here...

I'm not a pro in terms of this (just a designers side project), but I will try to implement it this way. The thing is, that I mostly develop under...

That would be great. :) Any plans when you are ready to do that?

Hi. Do you have any updates or can give me instructions on how/where to make the necessary changes?

That's fine for prototyping, yes. But in addition this would have been nice to have. Meanwhile I ran into the same problem as others, when continuing with Win 10 and...

Take a look here: https://github.com/apihlaja/node-irsdk/issues/86#issuecomment-627500181 Probably that solves your problem. It did with another previous version of node, which showed similar errors.

You still have to change the line 52 on IrSdkBindingHelpers.cpp in the node_modules/node-irsdk/src/cpp/ from `arr->Set(i, convertTelemetryValueToObject(var, i));` to `Nan::Set(arr, i, convertTelemetryValueToObject(var, i));` Then the rebuild should work without errors.