[Insight-users] KWWidgets Problem

Sahan Ranasinghe sahancr at gmail.com
Mon Oct 28 01:12:32 EDT 2013


Hi All,

I installed  KWWidgets and tried to run examples. It gives segmentation
fault.

KWHelloWold example :

vtkKWWindowBase *win = vtkKWWindowBase::New();
  win->SupportHelpOn();
  app->AddWindow(win);
  win->Create();

Last line gives the error. It means Window creation problem. But I couldn't
find the error.

In KWMedicalImageViewer Examples gives the same error in window creation.

  vtkKWMyWindow *win = vtkKWMyWindow::New();
  win->SupportHelpOn();
  app->AddWindow(win);
  win->Create();

Can you please give me a solution or suggestion for this?
Thanking you.

Regards,
Sahan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20131028/f0e11e1f/attachment.htm>


More information about the Insight-users mailing list