Hello

Finaly, Isegal helps me to solve this problem. You can have a complete 
description on how to proceed here:
https://github.com/golang/go/issues/32851

Le dimanche 23 juin 2019 13:49:33 UTC+2, nobody nobodye a écrit :
>
> Hello,
>
> I need some assistance to export a GO dll function to a C program.
>
> The C program (wich i m not the author) required to call a function with 
> this name: _RVExtension@12
>
> so, i simply declare my go function like this:
>
> //export _RVExtension@12
> func _RVExtension@12(output *C.char, outputsize C.size_t, input *C.char) {
> Saisissez le code ici...
>
> but when i try to compile it, it returns an illegal character U+0040 '@' 
> error.
>
> Do you know if there is a workaround about this ? I m not familiar with C 
> code and i don't understand why there is @12 in the function name.
>
> note: for the 64 bits the entry point is simple : RVExtension and it 
> works perfectly well.
>

-- 
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/4c600346-6e0b-4c2b-b813-fb2cc7b7e950%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to