Top "Shared" questions

In VB.

Building library with cmake

I apologize for bothering you all, but I have a little compilation problem with cmake. I have a CMakeLists.txt …

c++ build cmake shared sfml
Sharing authentication between two web applications

I have a base web site (Asp.net WebForms application) running under ie. http://localhost:90/ Then I created a new (…

iis-7 forms-authentication shared
Python Multiprocessing appending list

Have a quick question about a shared variable between multiple processes using Multiprocessing.Pool(). Will I run in to any …

python variables multiprocessing shared
Main difference between Shared memory and Distributed memory

I'm a bit confused between about the difference between shared memory and distributed memory. Can you clarify? Is shared memory …

memory multiprocessing distributed shared cpu-architecture
Can shared library call another shared library?

Can one shared library load and call functions from another shared library? I have Shared library libDsmTestLib.so that use …

android shared
Access Shared Network Folder

I need to access via VBA a folder hosted on a Network File Server. The folder is accessible in writing …

excel vba networking shared
Subversion and shared files across repositories/projects?

I am migrating a client's SourceSafe repository (3 projects) to SVN and two of the projects share source files. (These projects …

svn shared
C - shared memory - dynamic array inside shared struct

i'm trying to share a struct like this example: typedef struct { int* a; int b; int c; } ex; between processes, …

c memory dynamic malloc shared
What are the differences between Shared and Static?

I'm a C# developer but I've inherited a legacy VB app today with 0 documentation what so ever. I've been starting …

c# vb.net static static-methods shared
Shmget: Invalid argument. Why i get this error?

I get a "shmget: Invalid argument error" while i try to execute this part of code int *nFS, *spb, *cell1, …

c memory pointers shared