dynamic-linking
How do I track which libraries are being dynamically loaded by an application?
I have an application (for which I do not have the source code). I know that it is designed to dynamically load a shared library, depending on the command line parameters.[详细]
2023-01-17 17:21 分类:问答Is it safe to pass "too many" arguments to a external function?
This situation can only occur without name mangling (I believe), so the below code is C. Say there is a function A defined in A.c as[详细]
2023-01-15 05:53 分类:问答C++ -fvisibility=hidden -fvisibility-inlines-hidden
I have a question about the C++ visibility attribute. I have read http://gcc.gnu.org/wiki/Visibility and yet I dont quite understand how it works.[详细]
2023-01-12 22:06 分类:问答Python ctypes not loading dynamic library on Mac OS X
I have a C++ library repeater.so that I can load from Python in Linux the following way: import numpy as np[详细]
2023-01-12 00:58 分类:问答Upgrade of BOOST 1.35 to 1.43 causes linker error with __pRawDllMain (mfc related)
At work we have an MFC Extension DLL that built fine with 1.35 but when built with 1.43 causes the following error:[详细]
2023-01-11 19:47 分类:问答Inter-module exception name resolution through boost python does not work?
Here is my problem: I have two C++ modules, A and B, which are built as dynamically-linked libraries. A offers basic math functions, and custom exception types. B is a higher level module that uses A[详细]
2023-01-11 17:36 分类:问答Linking is jacked up.. what is -rpath? MacOS X
So, I\'m building a project, and it uses functions from a compiled library (.dylib or .so).I have the headers and the library files (this is all part of QtRoot, btw) in appropriate locations, but when[详细]
2023-01-11 09:38 分类:问答Intermediate linkthrough pages, good or bad?
For a pretty complex website we are looking on how we can best create internal links between pages without creating complex logic to calculate the url for the target pages when rendering the page.[详细]
2023-01-09 23:08 分类:问答Dynamic linking and Python SWIG (C++) works in C++ fails in python
I have a library for which I have created a python wrapper using SWIG. The library itself accepts user provided functions which are in an .so file that is dynamically linked. At the moment I\'m dealin[详细]
2023-01-09 20:36 分类:问答Have an extra /directory/ in the results of a dynamic link on php page
Here I am again. I hate to be a bother but here\'s another zinger. I have a custom made shopping cart and have some dynamic links in the page that when served up in a browser will replace $name with[详细]
2023-01-09 16:58 分类:问答