rootcint not generating Streamer and ShowMembers

William J. Deninger (deninger@uiuc.edu)
Thu, 02 Oct 1997 15:50:48 -0500


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();
};