I
I
Ilya2017-11-14 04:16:22
go
Ilya, 2017-11-14 04:16:22

How to create a DLL with golang?

Is it possible to create a DLL in golang?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Kuznetsov, 2017-11-14
@Rimush

There was something there: https://www.darkcoding.net/software/building-share...
UPD.
https://forum.golangbridge.org/t/does-golang-is-ab...
blog.ralch.com/tutorial/golang-sharing-libraries

H
Heilig, 2020-10-13
@Heilig

Just to give an answer here:
when building under Windows: -buildmode=c-shared
Get the DLL.
In addition, you need to define the exported functions using //export

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question