29 Dec
2010
29 Dec
'10
5:48 p.m.
I suppose that the best for me will be to use binary module which will be loaded in run-time. Is there example of such modules? I think that the best way for communication between the modules will be to user mapping share memory. What can you advice me?
If you're talking of shared memory, then maybe you mean interprocess communication. If so, take a look at Boost.Interprocess: http://www.boost.org/doc/libs/1_45_0/doc/html/interprocess.html