[Wine] Re: Shared Memory and Memory Mapped I/O

vitamin wineforum-user at winehq.org
Tue Jan 13 15:20:37 CST 2009


jluoni wrote:
> I want to access the shared memory created by the windows application running under wine with a linux application. 

It's possible however you'll have to take care of synchronization between the two processes. 
Of course what happens behind the scene is much more complicated in Wine so you can't just use shmat. To get an idea of what all happens see server/mapping.c







More information about the wine-users mailing list