Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Dynamic Linking Error: Win32 error 126 in client.js #22

Open
Humphryyy opened this issue Mar 24, 2021 · 2 comments
Open

Error: Dynamic Linking Error: Win32 error 126 in client.js #22

Humphryyy opened this issue Mar 24, 2021 · 2 comments

Comments

@Humphryyy
Copy link

I'm on Windows 10 x64 bit and I am getting this problem. I have the code copied exactly the same way except for the first four requirements because the old ones seemed to be deprecated

Error: Dynamic Linking Error: Win32 error 126

Coming from

var awesome = ffi.Library("./awesome.so", {
  Add: ["longlong", ["longlong", "longlong"]],
  Cosine: ["double", ["double"]],
  Sort: ["void", [GoSlice]],
  Log: ["longlong", [GoString]]
});
@vladimirvivien
Copy link
Owner

Unfortunately the javascript example was contributed and I have no idea why it 's not working on Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@vladimirvivien @Humphryyy and others