<html>
<head>
</head>
<body>
Hi Oli,<br>
<br>
I have no ideas how to solve these problems but you might want to<br>
try another vtk-Qt-package, which is provided by Carsten Kuebler:<br>
<br>
<a class="moz-txt-link-freetext" href="http://wwwipr.ira.uka.de/~kuebler/vtkqt/index.html">http://wwwipr.ira.uka.de/~kuebler/vtkqt/index.html</a><br>
<br>
I'm using VTK4.0 and Qt2.3 under windows together with this <br>
package and it works fine. It is very easy to handle and probably<br>
the very latest package bringing VTK and Qt together.<br>
<br>
Steffen<br>
<br>
Oli wrote:<br>
<blockquote type="cite" cite="mid:00eb01c27ffd$2b3df790$694eb280@epfl.ch">
  <meta content="MSHTML 6.00.2712.300" name="GENERATOR">
  <style></style>
  <div><font face="Arial" size="2">&nbsp; 
  <div><font face="Arial" size="2">Hi,</font></div>
  <div><font face="Arial" size="2">I'have tried two librairies packages that
integrate  VTK RendreWindow in a QT Widget. These librairies are vtkqt <a href="http://www.matthias-koenig.net/vtkqt/">
http://www.matthias-koenig.net/vtkqt/</a>
&nbsp;and  vtkhandqt <a href="http://www.medres.ch/%7Ejstifter/vtkandqt/">http://www.medres.ch/~jstifter/vtkandqt/</a>
.  </font></div>
  <div>&nbsp;</div>
  <div><font face="Arial" size="2">I use QT2.3 and VTK4.0, and I runs without
problem  programs that use VTK or KT. </font></div>
  <div><font face="Arial" size="2">But I cannot use these librairies, VisualC++
 compiles but I get errors at linking:</font></div>
  <div>&nbsp;</div>
  <div><font face="Arial" size="2">So Have you an idea?</font></div>
  <div><font face="Arial" size="2">thanks</font></div>
  <div><font face="Arial" size="2">oli</font></div>
  <div>&nbsp;</div>
  <div><font face="Arial" size="2">Errors with vtkhandqt:</font></div>
  <div><font face="Arial" size="2">Linking...<br>
interactormain.obj : error LNK2001:  unresolved external symbol "private:
static struct QStringData *&nbsp;  QString::shared_null" (<a href="mailto:?shared_null@QString@@0PAUQStringData@@A">
?shared_null@QString@@0PAUQStringData@@A</a>
)<br>
renderwindow.obj  : error LNK2001: unresolved external symbol <a href="mailto:_gluOrtho2D@32">
_gluOrtho2D@32</a>
  <br>
moc_renderwindow.obj : error  LNK2001: unresolved external symbol "class
QApplication *&nbsp; qApp" (<a href="mailto:?qApp@@3PAVQApplication@@A">?qApp@@3PAVQApplication@@A</a>
)<br>
moc_renderwindowinteractor.obj  : error LNK2001: unresolved external symbol
"class QApplication *&nbsp; qApp"  (<a href="mailto:?qApp@@3PAVQApplication@@A">
?qApp@@3PAVQApplication@@A</a>
)<br>
Debug/VTKQT1.exe  : fatal error LNK1120: 3 unresolved externals<br>
Error executing  link.exe.</font></div>
  <div><font face="Arial" size="2">VTKQT1.exe - 5 error(s), 0 warning(s)</font></div>
  <div>&nbsp;</div>
  <div><font face="Arial" size="2">Errors with VTKQT:</font></div>
  <div><font face="Arial" size="2">Linking...<br>
qvExample.obj : error LNK2001:  unresolved external symbol "class QApplication
*&nbsp; qApp" (<a href="mailto:?qApp@@3PAVQApplication@@A">?qApp@@3PAVQApplication@@A</a>
)<br>
vtkQtRenderWindow.obj  : error LNK2001: unresolved external symbol "class
QApplication *&nbsp; qApp"  (<a href="mailto:?qApp@@3PAVQApplication@@A">?qApp@@3PAVQApplication@@A</a>
)<br>
vtkQtRenderWindowInteractor.obj  : error LNK2001: unresolved external symbol
"class QApplication *&nbsp; qApp"  (<a href="mailto:?qApp@@3PAVQApplication@@A">
?qApp@@3PAVQApplication@@A</a>
)<br>
qvExample.obj  : error LNK2001: unresolved external symbol "private: static
struct QStringData  *&nbsp; QString::shared_null" (<a href="mailto:?shared_null@QString@@0PAUQStringData@@A">
?shared_null@QString@@0PAUQStringData@@A</a>
)<br>
vtkQtRenderWindowInteractor.obj  : error LNK2001: unresolved external symbol
"protected: virtual void __thiscall  vtkQtRenderWindowInteractor::initMetaObject(void)"
(<a href="mailto:?initMetaObject@vtkQtRenderWindowInteractor@@MAEXXZ">?initMetaObject@vtkQtRenderWindowInteractor@@MAEXXZ</a>
)<br>
vtkQtRenderWindowInteractor.obj  : error LNK2001: unresolved external symbol
"public: virtual char const *  __thiscall vtkQtRenderWindowInteractor::className(void)const
" (<a href="mailto:?className@vtkQtRenderWindowInteractor@@UBEPBDXZ">?className@vtkQtRenderWindowInteractor@@UBEPBDXZ</a>
)<br>
vtkQtRenderWindowInteractor.obj  : error LNK2001: unresolved external symbol
"private: static class QWidget  *&nbsp; QApplication::main_widget" (<a href="mailto:?main_widget@QApplication@@0PAVQWidget@@A">
?main_widget@QApplication@@0PAVQWidget@@A</a>
)<br>
vtkQtRenderWindowInteractor.obj  : error LNK2001: unresolved external symbol
"public: static class QMetaObject *  __cdecl vtkQtRenderWindowInteractor::staticMetaObject(void)"
(<a href="mailto:?staticMetaObject@vtkQtRenderWindowInteractor@@SAPAVQMetaObject@@XZ">
?staticMetaObject@vtkQtRenderWindowInteractor@@SAPAVQMetaObject@@XZ</a>
)<br>
Debug/vtkqt2.exe  : fatal error LNK1120: 6 unresolved externals<br>
Error executing  link.exe.</font></div>
  <div>&nbsp;</div>
  <div><font face="Arial" size="2">vtkqt2.exe - 9 error(s), 0  warning(s)</font></div>
  </font></div>
  </blockquote>
  <br>
  </body>
  </html>