$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-06-10 07:33:44
Serhiy Blazhiyevskyy wrote:
> Hi,
>
> I have linking error while trying to build app with regex. Anybody
> cam help?
I've no real idea, but since you're building a dll you should double check
that you're linking against one of the dll runtimes. You could also try
linking against the regex dll by define BOOST_ALL_DYN_LINK when building
your dll.
John.