I haven't given this a proper test under Windows, but there are likely a bunch of missing linker flags on node_api_cgo_flags.go.
Will have to do some testing to find how node-gyp links a native addon, and just copy the linker flags from there.
Hey! Sorry for the super slow response on this.
I haven't given this a proper test under Windows, but there are likely a bunch of missing linker flags on `node_api_cgo_flags.go`.
Will have to do some testing to find how node-gyp links a native addon, and just copy the linker flags from there.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
hello:
I compiled on windows 10 ,node v16.17.1 reported: Module did not self-register.But on mac and linux version works well,help pls!
Hey! Sorry for the super slow response on this.
I haven't given this a proper test under Windows, but there are likely a bunch of missing linker flags on
node_api_cgo_flags.go.Will have to do some testing to find how node-gyp links a native addon, and just copy the linker flags from there.