$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (John_Maddock_at_[hidden])
Date: 2001-07-14 06:31:33
>After upgrading boost/regex++ to 3.12 the automatic library inclusion
>is no longer working. I did clean both my project dir and the boost
>installation dir prior to upgrading. After manually adding vc6-
>re300dm.lib to the libraries the LNK2001 errors - all having to do
>with w32_regex_traits - are gone.
It works for me: however there is a separate install step if you want the
lib files moved into you vc6 lib path:
nmake -fcv6.mak install
otherwise you have to add <boost>/libs/regex/build/vc6/ to your library
seach path.
- John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/