at project path in codeblock?
Scenario is that library was compiled in Golang
The output has a header file and a so file
I want to call functions from C, the problem is I need to copy that .so file to
usr/lib and header file to usr/include/.
It works, codeblocks can search it when I include it in C
But can I just put these 2 files in a folder named libs under project root path?
there is a config window for it
is it possible to use compiled function in golang in c/c++?
You need to expose it with C lib functions
Обсуждают сегодня