dynamic-linking
What do linkers do?
I\'ve always wondered. I know that compilers convert the code you write into binaries but what do linkers do? They\'ve always been a mystery to me.[详细]
2023-01-09 04:02 分类:问答how can shared library get its own base address
I have the offset address\'s of all symbols (obtained with libelf executing on its own binary .so). Now, at runtime, I would need to calculate the absolutue address\'s of all those symbols and for tha[详细]
2023-01-08 18:41 分类:问答dlopen/etc doesnt compile. Unresolved symbol
I am exploring the usage of dynamic stuff. So far My program (main.cpp) doesnt want to compile, becouse dlop开发者_运维百科en&Co are \"unresolved\". I DID include dlcfn.h.[详细]
2023-01-08 18:34 分类:问答Symbol not found error after upgrading to iPhone SDK 4.0, running on 3.1.3
I just upgraded to iPhone SDK 4.0, and recompiled my static libraries and app, and when I run it on a device with iOS 3.1.3 (using deployment target 3.0), it says:[详细]
2023-01-06 05:25 分类:问答Symbol not found: _OBJC_CLASS_$_Article
I am working on an extension to Vienna to add the ability for third partie开发者_JS百科s to write Objective-C plugins, but I am getting some runtime linker issues only when running in 64-bit mode (eve[详细]
2023-01-06 02:46 分类:问答Is it OK to use DYLD_LIBRARY_PATH on Mac OS X? And, what's the dynamic library search algorithm with it?
I read some articles discouraging of the use of DYLD_LIBRARY_PATH, as the the path of dynamic library should be fixed using -install_name, @rpath, and @loader_path.[详细]
2023-01-05 08:41 分类:问答Tricky linking error in Visual Studio 2008
In Visual Studio 2008, I have a solution which contains two projects: one project is a .dll, the other is a command line application which calls the .dll.[详细]
2023-01-04 10:57 分类:问答Boost Test dynamically or statically linked?
We use Boost statically linked with our app but now I want to use Boost Test with an external test runner and that requires the tests themselves to link dynamically with Boost.Test through the use of[详细]
2023-01-03 12:44 分类:问答Why creating DLLs instead of compiling everything to a one big executable?
I saw and done myself a lot of small products where a same piece of software is separated into one executable and several DLLs, and those DLLs are not just shared libraries done by somebody else, but[详细]
2023-01-02 00:58 分类:问答Strange altered behaviour when linking from .so file with ctypes in python
I am writing a program to handle data from a high speed camera for my Ph.D. project. This camera comes with a SDK in the form a .so file on Linux, for communicating with the camera and getting images[详细]
2022-12-31 10:28 分类:问答