Sorry, I deleted the last message by mistake.
> I'm new to Boost and I'm new C++ developer. I'm looking for examples how
> to write application divided into modules using Boost. Is there already done
> example? I need to see how to write C++ module.
What do you mean by saying "module"? Compile-time unit or a binary
module that you'll load in run-time?
I'm not sure what are the differences between compile-time unit and binary module.
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?
Regards
Peter