Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shared-libraries

use static class variable/function across dlls

Can I access to symbols of the host process from a shared object loaded in runtime? Any alternative?

Making executable to prefer a shared object library over older version also available in same executable

c linker shared-libraries

C++ compilation at runtime

How to create a Red/System binding to a function that takes a pointer to a pointer?

Load dependent .so from other shared library via JNI

How are external symbols of a shared library resolved in the main program?

Shared libraries and language standards

c++ c shared-libraries

When to actually use dlopen()? Does dlopen() means dynamic loading?

Creating a shared library with main() [duplicate]

C++: Undefined symbols when loading shared library with dlopen()

Calling GSL function inside a class in a shared library

c++ class shared-libraries gsl

Creating your own custom libraries in iOS?

How to verify LD_PRELOAD is running?

"undefined symbol: __cxa_pure_virtual" error when loading library from java

Absence of dynamic loaded libraries in ldd executable ouput

What exactly means "shared library" when developing in Java for Android? (`*.jar` or `*.so`)