How to build a DLL to be used from C# #3405
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AlvarezAriel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Context:
I just started learning Odin a day ago. I have a client that needs a DLL built to be used from existing code on the .NET stack. I usually build stuff for linux/Macos so I figured I could take this as an opportunity to try something other than C++/Rust. Since it's a tiny project that involves video processing, I wanted something simple and fast, like Zig or Odin.
Question:
So far I've only built executables from odin, what's the proper way of building a shared library like a DLL?nvm, the docs don't cover (at least didn't find anything) it but the odin command help does it quite well.
Beta Was this translation helpful? Give feedback.
All reactions