interprocess Questions
1
Solved
I have been looking into using Boost.Interprocess to create a disk-backed data structure. The examples on Boost Documentation (http://www.boost.org/doc/libs/1_41_0/doc/html/interprocess.html) are a...
Epirogeny asked 11/1, 2010 at 14:49
1
Solved
I am writing a C# application that needs to communicate with another application written in native C. So far I have figured out how to send messages from my C# app to the C app with the User32.dll ...
Undertenant asked 27/10, 2009 at 20:37
2
Solved
I need to share a stack of strings between processes (possibly more complex objects in the future). I've decided to use boost::interprocess but I can't get it to work. I'm sure it's because I'm not...
Ellington asked 23/4, 2009 at 21:34
8
Solved
I need a few of my related applications to communicate to each other (exchange data and initiate actions). Requirements are without packages and no sockets. So I guess that leaves named pipes, WM_C...
Gimmal asked 25/5, 2009 at 13:46
© 2022 - 2024 — McMap. All rights reserved.