$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2008-08-29 04:56:04
Paul Heil wrote:
>> I'm trying to compile the Boost 1.36.0 regex library for Windows
>> Mobile 5.0 using Visual Studio 2008. But, I run in to a problem with
>> STLPort (below):
Probably the easiest thing to do is just omit that source file from the
build: for most use cases you can live without it anyway,
HTH, John.