* nicolas_boiteux via golang-nuts <golang-nuts@googlegroups.com> [190626 12:15]:
> i have some news.
> 
> With this kind of declaration
> extern void __fastcall RVExtension(char *output, int outputSize, const char 
> *function){
>     goRVExtension(output, outputSize, function);
> }; 

> as you can see in error message this time the entry point is correctly 
> identified as* @RVExtension@12* (but without underscore) , but i don't 
> succeed to resolv the bug :(

My original message (and the link I included) identified leading
underscore and trailing @ and number as being __stdcall, not __fastcall.
Try using __stdcall instead of __fastcall.

Note that the @RVExtension@12 above has a leading @ instead of _.

...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/20190626165007.4vssb3ttwj2s3dgn%40basil.wdw.
For more options, visit https://groups.google.com/d/optout.

Reply via email to