Subject: Re: [Boost-users] A linking error on using lambda expression in dll . Can anyone with kindness help me?
From: Roman Perepelitsa (roman.perepelitsa_at_[hidden])
Date: 2009-07-23 07:01:08


2009/7/23 fmingu <fmingu_at_[hidden]>

> Does this error occur due to the use of lambda expression?
>

No.

> Can anyone with kindness help me?
>

Check that you are linking to dll.lib (import library of your dll).
Check that BUILDING_DLL is defined while building the dll and not defined
while building the executable.

Roman Perepelitsa.