DenoDDeno
Powered by
sukesh paboluS
Denoβ€’2y agoβ€’
9 replies
sukesh pabolu

Getting Error: Could not open library: The specified module could not be found. while opening a dll

This is the code

const dllPath = "./uFCoder-x86_64.dll"

const uFCoder = Deno.dlopen(
  dllPath,
  {
    ReaderOpen: {
      parameters: [],
      result: "i32",
    }
  },
);

console.log(uFCoder.ReaderOpen())

const dllPath = "./uFCoder-x86_64.dll"

const uFCoder = Deno.dlopen(
  dllPath,
  {
    ReaderOpen: {
      parameters: [],
      result: "i32",
    }
  },
);

console.log(uFCoder.ReaderOpen())
uFCoder-x86_64.dll2MB
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,944Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

Error The deployment failed Module not found
beermanBbeerman / help
4y ago
[ERR_MODULE_NOT_FOUND]
[object Object][[object Object] / help
2y ago