Search code examples
Does changing the order of class private data members breaks ABI...

c++linuxgccshared-librariesbinary-compatibility

Read More
Loading dll in windows C for cross-platform design...

cwindowsdllshared-librariesdlopen

Read More
Is there a compiler flag which allows a shared library to call a function coming from the shared lib...

cshared-librariesdlopendlsym

Read More
How to disable ARC for a linked Framework in xCode?...

xcodemacosshared-librariesautomatic-ref-counting

Read More
How do I determine the version of a library in Unix without 'strings' or 'what'...

unixshared-libraries

Read More
Expose only required functions in C...

cshared-librariesstatic-libraries

Read More
Missing shared library libunistring.so.2 while setting up NRF Connect SDK...

linuxshared-librarieszephyr-rtosnordic-semi

Read More
Problems linking to multiple libraries with same symbols...

gcclinkershared-libraries

Read More
I use CMake for my project. Do I need to care about cmake-file-api?...

cmakeshared-librariesbuildconfiguration

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

clinkershared-librariesdlopendynamic-loading

Read More
Strange/Odd characters appear when calling library functions in Matlab...

cmatlabshared-libraries

Read More
symbol lookup error in shared library for existing function from static library...

c++11cmakeshared-librariesstatic-libraries

Read More
Why doesn't my binary find libwx_gtk3u_html-3.2.so.0?...

c++linuxlinkershared-libraries

Read More
Android Studio Cannot Find Imported Library (Using TarsosDSP java import error)...

javaandroidandroid-studioshared-librariesimporterror

Read More
How to Prevent CMake from Generating Library Symlinks when Using VERSION and SOVERSION...

cmakeshared-libraries

Read More
C language Libraries are precompiled. Then how is it linked in a different processor based computer?...

cshared-libraries

Read More
Issues Publishing and Versioning Google Apps Script Library...

google-apps-scriptdeploymentshared-librarieslibraries

Read More
ltrace doesn't work for Python compiled with --enable-shared...

pythongcclinkershared-librariesltrace

Read More
Is lazy binding of shared library achieved using lazy allocation of virtual memory by OS?...

linuxdlloperating-systemshared-librariesvirtual-memory

Read More
Angular library service always has a new instance...

angularserviceshared-librarieslazy-loading

Read More
Optimising Makefiles and gcc...

cgccmakefilecompilationshared-libraries

Read More
building a .so that is also an executable...

clinuxshared-librariesglibcdlopen

Read More
Can I write a library to preload in C++? Is there anything I need to do other than prepend `extern &...

c++shared-librariesld-preloadextern-c

Read More
ld cannot find -lblas -llapack while installing R package clarabel (no root access)...

rshared-librariesldhpcopenblas

Read More
How to dynamically call a function in a shared library?...

rustdllshared-libraries

Read More
bad window path name tkinter...

pythontkintershared-librariestkinter-button

Read More
Why is linking a dynamic library against a static library apparently easy on Windows but on Linux `-...

dllshared-librariesstatic-linkingdynamic-linking

Read More
What is the need for a library in C++?...

c++dlllinkershared-librariesstatic-libraries

Read More
Difference between version number, minor number and release number...

c++clinuxshared-libraries

Read More
Is there a way to don't include .so file if I use created ndk lib?...

androidandroid-ndkshared-librariesndk-build

Read More
BackNext