rootcint not generating Streamer and ShowMembers

From: William J. Deninger (deninger@uiuc.edu)
Date: Thu Oct 02 1997 - 22:50:48 MEST


Hello!

OnWinNT:
C:\Root\rootcint mydict.cpp -c CInfo.cpp
doesn't seem to be generating the Streamer and ShowMembers
implementations. Any ideas?

Cinfo.h
-------------------
#include "TROOT.h"
#include "TRint.h"

#include "iostream.h"

class CINFO
{
public:
 ClassDef(CINFO,1)  //Simple event class

 CINFO();
 CINFO(istream& mystream);
 ~CINFO();
};



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