$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jared McIntyre (jmcintyre_at_[hidden])
Date: 2005-02-07 15:30:05
I have a workaround for the purpose of my project, I am currently compiling xml_iarchive.cpp and xml_oarchive.cpp into
my project and linking into libboost_serialization.lib to get everything else. This is working, but isn't an optimal
solution. Honestly, I'm not sure why I can wstring working in the demo code, but not my code. It might have to do
with wchar_t not being set as a built-in type, but I've been unable to validate that since my codebase won't work that
way.
Thanks for all the help,
Jared