I’m looking for an example code how import a function from a dll written in C. equivalent to DllImport of C#.NET. It’s possible?
I’m using windows.
any help is appreciated. thanks in advance.
I’m looking for an example code how import a function from a dll written
Share
You want to use cgo. Here‘s an introduction.