DenoDDeno
Powered by
banananasB
Denoβ€’2y agoβ€’
3 replies
banananas

[SOLVED] dlopen failing

When I try to use
Deno.dlopen()
Deno.dlopen()
like this:
Deno.dlopen("./SDL2.dll", {} as const);
Deno.dlopen("./SDL2.dll", {} as const);

I get the following error:
error: Uncaught (in promise) TypeError: Deno.dlopen is not a function
Deno.dlopen("./SDL2.dll",{} as const);
     ^
error: Uncaught (in promise) TypeError: Deno.dlopen is not a function
Deno.dlopen("./SDL2.dll",{} as const);
     ^

Does anyone know why this could be happenning and how I could solve it?
Thanks in advance.
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

dlopen() from web url
MqxMMqx / help
3y ago
Deno.dlopen does not support flags
TheoryInMotionTTheoryInMotion / help
14mo ago
Publish binaries to JSR and load them using Deno.dlopen()
MqxMMqx / help
4mo ago
What should I specify to pass a "char *" in Deno.dlopen?
η₯žη₯žη₯ž / help
3y ago