$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] boost regex 64 bit build
From: Lloyd (lloydkl.tech_at_[hidden])
Date: 2011-07-12 08:21:03
Hi,
I want to build boost regex 64 bit for a program on a Windows 7 64bit
machine. I have downloaded boost 1.45 and built "bjam" by running
"bootstarp.bat".
>From "bjam" I built the regex library using the following command
bjam --build-type=minimal --with-regex using=msvc --address-model=64
I am compiling using visual studio 2010. When I try to link my program
with boost::regex, i get the error
unresoleved external symbol " private: class boost::basic_regex<char, ......
What could be the problem?
Thanks a lot,
Lloyd