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