Minimal ROOT program under NT

From: kamps (kamps@fsw.leidenuniv.nl)
Date: Wed Jan 12 2000 - 16:57:08 MET


I still have the same problem, now also under 2.23/10

> -----Original Message-----
> From: kamps [mailto:kamps@fsw.LeidenUniv.nl]
> Sent: Wednesday, January 05, 2000 10:10 AM
> To: kamps
> Subject: RE: Minmal ROOT program under NT
> This program is sort of a minimal test program for ROOT under NT, its a
> slight
> modification from the one on Andrew Haas' site. When I moved to version
> 2.23/09
> it still compiled and linked, but when I tried to run it I got a 
> message box
> with the
> following text:
> ?Add@TBrowser@QAEXPAVTObject@@PBD@Z
> could not be located in the dynamic link library Root_Graf.dll.
> 
> Is this due to an incorrect installation or a bug ?
> Marc de Kamps
> 
> 
> > -----Original Message-----
> > From: owner-roottalk@pcroot.cern.ch
> > [mailto:owner-roottalk@pcroot.cern.ch]On Behalf Of kamps
> > Sent: Tuesday, January 04, 2000 6:01 PM
> > To: roottalk@pcroot.cern.ch
> > Subject: Minmal ROOT program under NT
> >
> >
> >
> > ////////////////////////////////////////////////////////////////
> > //For ROOT//////////////////////////////////////////////////////
> > #include <TROOT.h>
> > #include <TCanvas.h>
> > #include <TPad.h>
> > #include <TApplication.h>
> > extern void InitGui();
> > VoidFuncPtr_t initfuncs[] = { InitGui, 0 };
> > TROOT root("rint", "The ROOT Interactive Interface", initfuncs);
> > ////////////////////////////////////////////////////////////////
> >
> > int main() {
> >
> > 	TApplication* pRootApp = new TApplication("RootApp",0,0);
> > 	TCanvas* T = new TCanvas("c1","bla",200,10,600,400);
> > 	TPad *pad1 = new TPad("pad1","The ultra pad",0.05,0.52,0.95,0.97);
> > 	pad1->Draw();
> > 	T->Modified();
> > 	T->Update();
> >
> > 	while(1);
> >
> > 	return 0;
> > }
> >
> >
> 
> 



This archive was generated by hypermail 2b29 : Tue Jan 02 2001 - 11:50:17 MET