Top "Libraries" questions

Use this tag for questions about software libraries.

How to deal with symbol collisions between statically linked libraries?

One of the most important rules and best practices when writing a library, is putting all symbols of the library …

c static libraries collision symbols
Libraries in /usr/local/lib not found

I am building an application using a framework called ohNet. After building the framework, there is the possibility to install …

c++ eclipse build linker libraries
android studio cannot resolve import org.json.JSONObject

I used libgdx to build my project and I am having issues using the JSONObject class. When I add import …

android json gradle libgdx libraries
How to compile library on C using GCC?

I made a library with the files pila.h and pila.c. I compile the file pila.c with gcc …

c gcc compilation include libraries
OpenCV imread(filename) fails in debug mode when using release libraries

I have some C++ code and everything was working fine with OpenCV except the function imread(file). It was finding …

c++ opencv image-processing libraries
linking opencv libraries with g++

Hello I am trying to compile a c++ file taken from this website: http://opencv-code.com/tutorials/eye-detection-and-tracking/ for eye-tracking. …

c++ opencv g++ libraries
CodeIgniter and Javascript/Jquery Library

As title said, I'm trying to figure out how to use javascript and jquery libraries on CI. Following instruction in …

php javascript jquery codeigniter libraries
What is the difference between system call and library call?

Can someone explain the differences for these two in linux? Please go as deep as possible into each step the …

linux operating-system system-calls libraries terminology
Working with and importing external libraries / frameworks in Java

Firstly this is a very n00b question. But being a junior dev I've never needed to import and work …

java frameworks import jar libraries
What C++ library do I need to get this program to compile

When I try to compile my program I get these errors: btio.c:19: error: ‘O_RDWR’ was not declared in …

c++ debugging g++ libraries