[Insight-users] itk & wxWidgets
Maria Amparo De La Iglesia Vaya
maigva at itaca.upv.es
Mon Jan 3 09:51:15 EST 2005
Sorry, I don't use wxWidgets, but I am very interesting in this GUI enviroment.
If you have some example to use it with ITK or Know some web site. Please tell
me where.
Thanks in advanded
Mariam
> Cita de marquis2 at etu.unige.ch:
>
> > hello,
> >
> > does anybody use wxWidgets (aka wxWindows) as multiplatform GUI
> > environnement?
> > I need some help because the following code crashes (WinXP, bcc 5.5.1).
> >
> > bool MyApp::OnInit() {
> > typedef itk::Image< unsigned char, 2 > ImageType;
> > typedef itk::ImageFileReader< ImageType > ReaderType;
> > ReaderType::Pointer reader;
> > reader = ReaderType::New(); /* <--------- CRASH HERE */
> >
> > MainFrame *frame = new MainFrame();
> > frame->Show(TRUE);
> > return TRUE;
> > }
> >
> > it crashes at "ReaderType::New".
> > I have only the borland bcc5.5 command line tools on Windows and no
> debugger.
> >
> > The same code works well (with bcc5.5.1 also)
> > outside the WxWidgets environnement.
> >
> > Any idea?
> >
> > TIA
> > Sam
> > _______________________________________________
> > Insight-users mailing list
> > Insight-users at itk.org
> > http://www.itk.org/mailman/listinfo/insight-users
> >
>
>
> --
>
--
More information about the Insight-users
mailing list