<div dir="ltr"><div><br class="">Hi All,</div><div><br></div><div>I installed  KWWidgets and tried to run examples. It gives segmentation fault. </div><div><br></div><div>KWHelloWold example :</div><div><div> </div><div>vtkKWWindowBase *win = vtkKWWindowBase::New();</div>
<div>  win-&gt;SupportHelpOn();</div><div>  app-&gt;AddWindow(win);</div><div>  win-&gt;Create();</div></div><div><br></div><div>Last line gives the error. It means Window creation problem. But I couldn&#39;t find the error.</div>
<div><br></div><div>In KWMedicalImageViewer Examples gives the same error in window creation.</div><div><br></div><div><div>  vtkKWMyWindow *win = vtkKWMyWindow::New();</div><div>  win-&gt;SupportHelpOn();</div><div>  app-&gt;AddWindow(win);</div>
<div>  win-&gt;Create();</div></div><div><br></div><div>Can you please give me a solution or suggestion for this?</div><div>Thanking you.</div><div><br></div><div>Regards,</div><div>Sahan</div><div><br></div></div>