> I am building a Windows DLL that has some of its global variables
> allocated in a special shared memory segment.
>
> In order to inform the linker (VS Express 2008) about the segment's
> properties, I need to provide the following command-line parameter to the
> linker:
>
> /SECTION:.shared,RW
I am building a Windows DLL that has some of its global variables allocated
in a special shared memory segment.
In order to inform the linker (VS Express 2008) about the segment's
properties, I need to provide the following command-line parameter to the
linker:
/SECTION:.shared,RWS
Could anyone