Top "Shared" questions

In VB.

Constant Shared array in vb.net

Is there a way to create a constant shared array? The ovbious way : Shared Const GX() As String = {"GS", "GP"} …

arrays vb.net constants shared
Cmake: linking shared library

I've done this before a couple of times, but somehow I'm stuck this time. I have an executable "myapp" and …

static cmake libraries shared
How to get variables shared between child and parent process while using fork in perl

I am using fork in my code. Before fork call in my code, the parent process has a global variable …

perl global-variables ipc fork shared
Android Intents: Start activity using class name from another app that has the same sharedUserId

All my apps have the same sharedUserId. I would like to start a class of another app using the class …

android android-activity android-intent shared
gcc -l option and .la library files

Could you please explain, how linking with -l option against .la files works? As far as my experience reaches - …

c++ gcc shared
Git, How to change a bare to a shared repo?

So this is how I set up my project: git init --bare Later I learned that if you want to …

git repository shared git-bare
Using both .so and .dll on Windows

I am writing a program in windows in C++ in which users will be able to compile extensions in the …

c++ dll object shared
cygwin g++ Linker doesn't find shared library

I have been creating a library. When I compile it as a static library, it works fine. Now I want …

c++ shared
Write a private access file to another app's files directory

The two apps have the same sharedUserId. When I use this code in app1 context.openFileOutput("/data/data/org.me.…

android file shared
Shared memory access permissions on Windows

I've developed a windows application that uses shared memory---that is---memory mapped files for interprocess communication. I have a windows service …

windows shared memory-access