<div>Hello! Can anybody run QtImageViewer in the InsightApplications\Auxiliary directory successfully? I tried to compile it under WinXP with CMake2.6.4, Visual Studio 2005  QT4.5.3 and ITK3.14. First, I found a tiny error in the CMakeLists.txt. I should change the QT4_AUTOMOC to QT4_WRAP_CPP so as to compile the project successfully. Second,When executing the builded application, There is a &quot;access violation&quot; error under WinXP. In Visual Studio debug mode, It showed that the error appeared at the following line in QtSlicer.cxx.</div>

<div>this-&gt;OpenGlWindow-&gt;SetInputImage(newImData);</div>
<div>Does the error relate to OpenGl? Should I recompile the QT or ITK with OpenGl support?</div>
<div>Thank you for your advice!</div>