Hello,<br>I&#39;m compiling vtk 5.4.2 from sources using visual studio 2010 32 bit, <br>I got this link error:<br><br> vtkmetaio.dll : fatal error LNK1120: 1 unresolved externals<br>1&gt;metaUtils.obj : error LNK2001: unresolved external symbol &quot;public: static unsigned int const std::basic_string&lt;char,struct std::char_traits&lt;char&gt;,class std::allocator&lt;char&gt; &gt;::npos&quot; (?npos@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@2IB)<br>
11&gt;metaCommand.obj : error LNK2019: unresolved external symbol &quot;public: static unsigned int const std::basic_string&lt;char,struct std::char_traits&lt;char&gt;,class std::allocator&lt;char&gt; &gt;::npos&quot; (?npos@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@2IB) referenced in function &quot;public: bool __thiscall vtkmetaio::MetaCommand::ExportGAD(bool)&quot; (?ExportGAD@MetaCommand@vtkmetaio@@QAE_N_N@Z)<br>
11&gt;metaImage.obj : error LNK2001: unresolved external symbol &quot;public: static unsigned int const std::basic_string&lt;char,struct std::char_traits&lt;char&gt;,class std::allocator&lt;char&gt; &gt;::npos&quot; (?npos@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@2IB)<br>
11&gt;metaArray.obj : error LNK2001: unresolved external symbol &quot;public: static unsigned int const std::basic_string&lt;char,struct std::char_traits&lt;char&gt;,class std::allocator&lt;char&gt; &gt;::npos&quot; (?npos@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@2IB)<br>
<br>thanks <br>-Loris<br>