$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Deakins (ddeakins_at_[hidden])
Date: 2006-10-23 23:02:46
pdaengr_at_[hidden] wrote:
> I need to run some of the boost dlls on a PDA (Windows Mobile 5.0). Do I
> need to compile them with a different switch or with a different version of
> bjam or anything like that?
>
> I've compiled the dlls with with VC8 on Windows XP. Would these versions of
> the dlls run on Windows Mobile?
>
We build apps for WinCE 5.0 using VC8 and have successfully used several
of the build-requiring boost libraries including thread (with some minor
fixes), signals, and date_time. We use STLPort 5 to make up for the
incomplete standard C++ library that comes with CE 5.
-Dave