Boost logo

Boost Users :

From: Mangal (Manish.Mangal_at_[hidden])
Date: 2007-02-06 15:58:39


Thanks John
That solved my problem...

John Maddock wrote:
>
> Mangal wrote:
>> Thanks John.
>>
>> This may not be the best place to post this question.
>> When trying to build regex in the IDE( Visual studio 2005) the import
>> library for the dll is not being created.
>> I have checked in the IDE settings that import library name should be
>> overriden to the name that I want.
>> Any help is appreciated.
>
> That happens if no symbols are exported from the dll: make sure
> BOOST_REGEX_DYN_LINK is defined when building as a dll (and in the app
> that
> will be linking to it as well).
>
> BTW, unless you really need a dll (calling the regex lib from multiple
> dll's
> for example) you will get smaller code size from static linking.
>
> John.
>
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users
>
>

-- 
View this message in context: http://www.nabble.com/FW%3A-Linker-errors-when-using-regex-Lib-with-MSVC8-and-STLPort-5.1.0-and-Boost-1_33_1-tf3119176.html#a8834290
Sent from the Boost - Users mailing list archive at Nabble.com.

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net