>>  Hi,
>>    Can you tell me how I can create a modules with boost?
>
>
>You've already asked that on this thread:
>http://thread.gmane.org/gmane.comp.lib.boost.user/64732
>
>but haven't clarified your question.
>_______________________________________________
>Boost-users mailing list
>Boost-users@lists.boost.org
>http://lists.boost.org/mailman/listinfo.cgi/boost-users
>

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