Re: New GUI HowTo...

From: Jayoung Wu (jayoung@glue.umd.edu)
Date: Wed Jun 23 1999 - 20:01:59 MEST


Hi,

I have trouble with XClass Tutorials in web site "How to Use the ROOT GUI
Classes".

For example, when I tried to compile the following simple example
I have compile error. It does not locate xclass/OXClient.h.
Is that xclass for Window95 only? My machine is Dec Alpha(OSF1).

Where can I get the xclass for Dec Alpha(OSF1)? 



  1   // simple.cc: simple xclass application
  2 
  3   #include <xclass/OXClient.h>
  4   #include <xclass/OXFrame.h>
  5
  6   main()
  7   {
  8     OXClient *clientX = new OXClient;
  9
 10     OXMainFrame mainWindow(clientX->GetRoot(), 150, 100);
 11     mainWindow.MapWindow();
 12     clientX->Run();
 13   } 

Thanks,
Jayoung



On Wed, 9 Jun 1999, Fons Rademakers wrote:

> Dear ROOTers,
> 
>    I've created a new HowTo on using the ROOT GUI classes. See the last item
> in http://root.cern.ch/root/Howto.html. Nice example code has been provided
> by Dmitri Vassili from Hades.
> 
> Anybody who has some nice work done with the GUI classes and who wants to
> share his code with the rest of the community, please let me know.
> 
> Cheers, Fons.
> 
> -- 
> Org:    CERN, European Laboratory for Particle Physics.
> Mail:   1211 Geneve 23, Switzerland
> E-Mail: Fons.Rademakers@cern.ch              Phone: +41 22 7679248
> WWW:    http://root.cern.ch/~rdm/            Fax:   +41 22 7677910
> 



This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:43:34 MET