Displaying 1 result from an estimated 1 matches for "meshdescript".
2008 Jun 12
0
[Foxgui-users] Segmentation fault on exit
...s a new class "viewer"; my top level code looks like this;
>
> // Make application
> FXApp application("GLTest","FoxTest");
>
> // Open the display
> application.init(argc,argv);
>
> // Make window
> new viewer(&application,meshDescription, runTime);
>
> // Create the application''s windows
> application.create();
>
> // Run the application
> return application.run();
>
> Viewer is a gl window with a menubar across the top; one of the
entries
> in the pull-down menu is an exit button,...