$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Ramey (ramey_at_[hidden])
Date: 2004-12-21 13:10:45
zhengyi wrote:
> Serialization Lib doesn't have any single header file that can
> include for all.
> you must include every class header file separately.
>
You only need to include those headers which refer to the features of the
serialization library that you actually use.
A very large number of applications will only need something like
> And what's the archive ? What is it's role ?
> Does it is an other liberary?(There is not any info in the downloaded
> Doc ).
>
> My Test code can't link successfully. The linker said there are some
unresolved external symbol.
> It seems that some class was implemented in files in the archive. But
> this dir is
> not a "project",and the bjam do not compile it .it is simple copy
> file to the destination.
> It seems that those classes were not exposed by the serialization
> project
>
>
>
> zhengyi
> goodmen_at_[hidden]
> 2004-12-08