$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: scleary_at_[hidden]
Date: 2001-07-20 12:53:15
I got it partially working with STLPort 4.0 and the following preprocessor
definitions:
_MT
__STL_HAS_NO_NEW_C_HEADERS
__STL_NO_NEW_NEW_HEADER
__STL_WINCE
__SGI_STL_OWN_IOSTREAMS
__STL_NO_EXCEPTION_HEADER
and forcing stdlib.h to be included in every file:
/FIstdlib.h
This gets it working well enough for me to use it to cripple (um, I mean
"fix") Boost.Pool, at least to start with. But this is nowhere near what is
necessary to actually get a useful program to compile... :(
-Steve
P.S. All you need is the Vc7 subdirectory, plus msvcr70.dll (MSVC runtime)
and mspdb70.dll (Program Database DLL); I uninstalled the full SDK after
copying these files.