shared-libraries
Load shared library by path at runtime
I am building a Java application that uses a shared library written in C++ and compiled for different operating systems. The problem is, that this shared library itself depends on an additional librar[详细]
2023-04-10 06:09 分类:问答Creating an android native level application using .h and.c file?
Is there any way to use an .h , .c and .so file a开发者_Go百科nd also create an android native level application???[详细]
2023-04-10 04:33 分类:问答How to do versioning of shared library?
Windows provides the resource file for version information for an application and DLL. The resource file includes information like version, copyright and manufacturer.[详细]
2023-04-07 20:30 分类:问答How can I remove linked library from executable file
All. Someone created an executable file. # ldd test_bin libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x4082d000)[详细]
2023-04-07 16:14 分类:问答Help with filtered views across multiple pages! SHAREPOINT 2010
I\'m rather new to this SharePoint stuff so be easy with me :) What I am trying to do is have one complet开发者_运维知识库e list with all documents (Shared Documents), each assigned a certain Documen[详细]
2023-04-07 06:45 分类:问答Unknown reference to __dlopen in dlopen
dlopen is located in libdl.a but when I link my applicatio开发者_开发知识库n against libdl.a , gcc linker throw this error : unknow reference to __dlopen called in dlopen[详细]
2023-04-07 03:07 分类:问答Boost libs building - difference between runtime-link and link options
I\'m trying to build boost libraries in Windows 7 with MSVC (VS 2010). I have come across the options runtime-link and link in the bjam command line options. I would like to kno开发者_高级运维w how[详细]
2023-04-06 19:06 分类:问答Linking dependencies of a shared library
I was working with SFML, I compiled a little test program and added the linkage option -lsfml-audio. Then, I used ldd ./program to see the dynamic libraries it was开发者_运维知识库 linking to. Surpris[详细]
2023-04-06 18:53 分类:问答Using Shared Memory in a Dynamic-Link Library in Visual C
I\'m trying to use the dll in the开发者_Go百科 link below that allows for shared memory between different process. Though for some reason it\'s not compiling.[详细]
2023-04-05 15:42 分类:问答DLL caching issues
From the highest possible performance point of view, does the static vs dynamic library linking option have also impact on performance because of the higher cache-miss ratio for DLL?[详细]
2023-04-05 14:01 分类:问答