dynamic-linking
Statically and dynamically linking the same library on Linux
I have a shared object/executable that link both statically and dynamically to the same library . Library: liba.a and liba.so[详细]
2023-03-11 02:39 分类:问答link to pcap with pf_ring
I\'m trying to use libpcap that was compiled with pf_ring. I got the sources from ntop, and compiled it.[详细]
2023-03-10 04:45 分类:问答linking vbox lib with android lib
I am trying to use vbox hgcm (ring-3) from android. I have created a c file containing hgcm connect, disconnect, and call functions and compiled it (on ubuntu) for vbox.[详细]
2023-03-09 15:40 分类:问答QT Dlls problem
I have small problem with 开发者_开发百科qt dlls. In visual studio 2008 project compile fine and everything works, but when I try to open application in debug folder without using visual I had errors,[详细]
2023-03-09 07:32 分类:问答Dynamic Loading: Undefined Symbol In Shared Static Library
I have an executable that loads .so plugins. The executable is linked with -rdynamic so that symbol callback can occur.[详细]
2023-03-08 17:06 分类:问答checking version of C library (dynamic loading)
I have a program that requires specific versions of libraries (libgstreamer is an example), and therefore an older version will not work. Due to lazy linking it\'s possible that my program will link t[详细]
2023-03-08 01:45 分类:问答One page website and linking
Ok guys, what I can\'t开发者_JAVA百科 seem to grasp is how, on a one page website, you link to certain pages/divs while using the scrollto function.[详细]
2023-03-08 00:29 分类:问答Overriding 'malloc' using the LD_PRELOAD mechanism
I\'m trying to write a simple shared library that would log malloc calls to stderr (a sort of \'mtrace\' if you will).[详细]
2023-03-07 06:17 分类:问答How to check that LIB import library fully match its DLL?
I have a DLL with its import library. When I try to reference the import library, I get linker 开发者_C百科errors that some functions can\'t be resolved. I think that there is a mismatch in versions o[详细]
2023-03-04 06:59 分类:问答Compiling a custom malloc
I have written a custom library which implements malloc/calloc/realloc/free using the standard C prototypes, and I figured out how to compile it to an so. I want to test the library by linking a stand[详细]
2023-03-01 14:38 分类:问答