draffensperger / go-interlang

Examples of calls between Go and C/C++ (and how to call a Go shared object from Node/Ruby/Python/Java)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

external c library

manang opened this issue · comments

Hi,
do you know how I can call and link an external c/c++ library in callback or adder?
I can call from the main, but not in the .c/.h files of the callback project.
Thanks a lot
Angelo