$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Dan Thill (dgt_at_[hidden])
Date: 2008-04-13 15:53:33
> Is it a possibility that the linker is not linking in the
> guid_initializer code? For this particular build type, I'm not even
> doing optimizations... let alone link-time code generation. This is on
> MSVC80.
Hm. The MSVC debugger isn't letting me set breakpoints in any of my
serialization code, saying "This breakpoint won't be hit. No symbols
have been loaded for this document"
I know that the serialization code is being generated in the static
library (compilation times are lengthy) and that library is specified on
the linker commandline. But after that...
-dan