Top "Shared" questions

In VB.

Linux shared library that uses a shared library undefined symbol

two shared libraries liba.so and libb.so. liba.so uses libb.so. All c files are compiled with -fPIC. …

linux gcc shared
How to get the Object being pointed by a shared pointer?

I have a query. Can we get the object that a shared pointer points to directly? Or should we get …

c++ shared-ptr shared smart-pointers
Error loading shared libraries

I'm running eclipse on Ubuntu using a g++ compiler and I'm trying to run a sample program that utilizes xerces. …

shared-libraries shared
Best way for interprocess communication in C++

I have two processes one will query other for data.There will be huge amount of queries in a limited …

c++ memory boost ipc shared
Any concept of shared memory in Java

AFAIK, memory in Java is based on heap from which the memory is allotted to objects dynamically and there is …

java memory shared
How to share keychain data between iOS applications

I am describing a problem for which it took me quite some time to learn the answer. The "GenericKeychain" example …

iphone ipad ios4 shared keychain
ld: Using -rpath,$ORIGIN inside a shared library (recursive)

I just made a basic example of using ld's -rpath option with $ORIGIN here (see 2nd response for a working …

linux linker shared rpath
shared_ptr & weak_ptr conversions

I am trying to juggle objects using std::shared_ptr and std::weak_ptr. The scenario is something like this: …

c++ pointers shared
How to create a Shared Login Service across Multiple Domains?

I'm interested in how to implement a shared cross-domain login system as well as best practices and security precautions to …

session cookies login shared autologin
How to access Google Spreadsheets with a service account credentials?

I have created a server side application in PHP that's supposed to work with Google Spreadsheets. I'm able to authenticate …

php list google-sheets shared