[Community] [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://public.kitware.com/pipermail/community/attachments/20131028/f0e11e1f/attachment.html>
-------------- next part --------------
_____________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Kitware offers ITK Training Courses, for more information visit:
http://www.kitware.com/products/protraining.php
Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ
Follow this link to subscribe/unsubscribe:
http://www.itk.org/mailman/listinfo/insight-users
More information about the Community
mailing list