|
-
February 11th, 2010, 12:56 AM
#1
Shared segment in c#
Hi,
Does anyone know how to have a shared segment in a c# dll?? Im trying to share the values of some variables in a dll accross two different exes.
Theres heaps of stuff on doing it in c++ but can find anything on c#.
c++ uses:
pragma# data_seg(".shared")
Any ideas would be appreciated.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|