Loading and calling DLL-functions

Hi everyone,
I’m new to Go.
I have a DLL with some functions that I need to use. How can I do it?

Try this:

Thanks,
But this works correctly only with system libraries.
For example, in all these methods and functions, there are restrictions on the number of parameters.

so I think you’ll have to use CGO to import something more personalized

Hi, I think this call help you a bit.


Cheers

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.