Portable exe built with pkg failed to run
OS: windows 10 Node: 12.18.2
It keeps saying: Error: A dynamic link library (DLL) initialization routine failed. no matter which tool I use (tried pkg, nexe, electron and nw.js)
I've found the compiled raylib file had to be in the same directory. There's some similar issues in the pkg queue too...
Still not work even I put node-raylib.node, node-raylib.exp, node-raylib.lib all in the same directory of exe.
@pixelpicosean I have the same issue, I'm going to try a couple more things however.
Yeah.. the only thing I could find is putting the .node file next the the executable, but that's it.