* nicolas_boiteux via golang-nuts <golang-nuts@googlegroups.com> [190623 15:33]:
> Precisly, i don't know what is this @12, and nobody can explain this :( 
> It's for a windows build and the dll is load by arma game.

The leading '_' and trailing '@' followed by a number is the __stdcall
decoration for a C name in the produced object symbol table.  I do not
know what calling conventions cgo recognizes or how to tell cgo what
calling convention to use.  Hopefully someone else can help with that.

See 
https://docs.microsoft.com/en-us/cpp/build/reference/decorated-names?view=vs-2019

...Marvin

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/20190623205435.cza4lzydo4ftr73n%40basil.wdw.
For more options, visit https://groups.google.com/d/optout.

Reply via email to