Module did not self-register #2
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.