I'm working on a C project using Eclipse IDE on my linux mint distro. I need to use some functions specified inside a .so file, but I don't know how to import this .so file into my project: how can I do this?
Thanks in advance.
I'm working on a C project using Eclipse IDE on my linux mint distro. I need to use some functions specified inside a .so file, but I don't know how to import this .so file into my project: how can I do this?
Thanks in advance.