I try writing a hook-dll but instead of using memory mapped files I wanted to share the data segment of the Dll.
For I havn't found any switch for doing so I thougt of using the /commented switch, adding "shareable" to the assembler code and then recompiling it. It failed, so I tried using inline assembly, but this didn' work either
So has anyone any idea on how to make the data segment of my dll shared, or is it impossible with purebasic ?
Thanks in advance
