$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] difference b/w regex lib files
From: John Maddock (john_at_[hidden])
Date: 2009-04-08 12:00:39
>I have a number of boost libs that I built (not being sure which one I
> really needed). I understand the difference b/w them, with the exception
> of
> two.
libboost*.lib are static link libraries, and boost*.lib are import libraries
for the dll's.
HTH, John.