<div class="gmail_quote">On Wed, Mar 2, 2011 at 7:03 AM, alby13 <span dir="ltr">&lt;<a href="mailto:albagarin1986@hotmail.com">albagarin1986@hotmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
hello,<br>
<br>
im trying to build the sources of vtk to use them (cmake and building with<br>
visual studio) and in visual studio when buidling i get the following error:<br>
&quot;Creating library C:\vtk-5.6.0_build\bin\Debug\QVTK.lib and object<br>
C:\vtk-5.6.0_build\bin\Debug\QVTK.exp<br>
42&gt;vtkQtSQLDatabase.obj : error LNK2019: unresolved external symbol<br>
&quot;__declspec(dllimport) public: static int __cdecl<br>
vtkSQLDatabase::IsTypeOf(char const *)&quot;<br>
(__imp_?IsTypeOf@vtkSQLDatabase@@SAHPBD@Z) referenced in function &quot;public:<br>
static int __cdecl vtkQtSQLDatabase::IsTypeOf(char const *)&quot;<br>
(?IsTypeOf@vtkQtSQLDatabase@@SAHPBD@Z)...&quot;<br>
i dont even wanna use sql and i dont know how to fix it.<br>
could anyone help me?<br>
thanks,<br><br></blockquote><div><br></div><meta http-equiv="content-type" content="text/html; charset=utf-8">You could try turning off VTK_USE_MYSQL in the advanced options of the VTK CMake configuration. If that doesn&#39;t work you could also turn off VTK_USE_QT (if you don&#39;t need to use Qt with your VTK applications).</div>
<div class="gmail_quote"><br></div><div class="gmail_quote">Give that a shot and let us know how it goes.</div><div class="gmail_quote"><br><div>David </div></div>