Boost logo

Boost-Build :

From: Joaquin M Lopez Munoz (joaquin_at_[hidden])
Date: 2007-07-04 17:12:35


Marcello Pietrobon <pietrom <at> attglobal.net> writes:

>
> Hi,
>
> I am not sure if this is the right place for this post.
> If not, please let me know where should I post this.
>
> Using msvc71 on WinXP
> Using stlport 5.1.3 and downloaded boost 1.34.1 (not from cvs )
>
> I am getting in many places this linker error:
> test_comparison.obj : error LNK2019: unresolved external symbol
> "__declspec(dllimport) public: unsigned int __thiscall
> stlpd_std::basic_string<wchar_t...>

This is a shot in the dark, but the wchar_t thing caught my eye.
The environment where the regression tests for VC 7.1 + STLport
4.6.2 are run has the following (http://tinyurl.com/3x3e6g ):

  <quote>
  the following flags were used in the vc71.mak file:

  EXTRA_COMMON_FLAGS=/FI "vc_warning_disable.h" /D "_MBCS" /Zc:wchar_t
  </quote>

Maybe you're not using /Zc:wchar_t and this makes a difference?

Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk