Closed
Description
Here, I want to keep track of the current status of building the library on Windows.
The ultimate aim would be to provide a prebuilt version over npm.
What I did so far:
- Get rid of the
uname
part inpackage.json
(used fornpm install
on macOS) sinceuname
fails on Windows. - Switch language to
node_js
in Travis and try to use Windows as OS.
Currently, I am facing problems with the CALLBACK
macro which is defined in the win headers but conflicts with our enum value from ParameterType
.
Metadata
Metadata
Assignees
Labels
No labels