<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi,<br>
    <br>
    When linking with 3.5.9 in Visual Studio 2013, I get a an unresolved
    external symbol for Drawable::createVertexArrayState:<br>
    <br>
    <tt>error LNK2001: unresolved external symbol "protected: virtual
      class osg::VertexArrayState * __cdecl
      osg::Geometry::createVertexArrayState(class osg::RenderInfo
      &)const "
(?createVertexArrayState@Geometry@osg@@MEBAPEAVVertexArrayState@2@AEAVRenderInfo@2@@Z)</tt><tt><br>
    </tt><br>
    Can't see why though, it's inline but defined properly in base class
    Drawable header. Does anyone have the same problem or a suggested
    solution?<br>
    <br>
    /Andreas<font size="2" color="black"><span
        style="font-size:0.8em;color:black"><br>
        <br>
      </span></font>
  </body>
</html>