Re: more comments in HTML doc

From: Pasha Murat (murat@cdfsga.fnal.gov)
Date: Fri Aug 07 1998 - 00:19:59 MEST


Valery Fine writes:
 > 
 >    2. There is no need to create share library. 
 >       CINT may create the dictionary on "fly" from the *.h file 
 >       directly.
 > 
 >       Just try:
 > 
 >       root [0] #include "mynewclass_description.h"
 > 
 >       to get the entry of your class. No compiler / linker /share 
 >       lib are involved just CINT.


Hi Valery,-
	as of today (at least on UNIX) Html doc could be generated only for 
precompiled classes - see the proof below). 

		- regards, pasha.
--------------------------------------------------------------------------------
root [3] #include "SvxSim/Svx.hh"                                      

.... skip THtml initialization

root [9] .class SVX             
===========================================================================
class SVX
 size=0xe8 FILE:SvxSim/Svx.hh LINE:43
 (tagnum=554,voffset=12,isabstract=0,parent=-1,gcomp=0,=~cd=5)
List of base class--------------------------------------------------------
0x0        public: POBJECT

... skip the rest of the class declaration

root [10] gHtml->MakeClass("SVX")
Error in <THtml::MakeClass>: Unknown class 'SVX' !



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