I am using the steps as detailed at the bottom of this issue 
https://github.com/golang/go/issues/11058 to create a Go shared library on 
Windows exposing C function.  Right now it is all working compiling in 
X64.  If I also want to make an X32 version of my library, I know I will 
have to set some different environment variables and use a different 
version of mingw.  However, my question is, what is the default calling 
convention that the exported Golang functions use and can this be changed?  
(ex: stdcall to cdecl or vice versa).


-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to