On Tue, 25 Apr 2006, Marc Santhoff wrote: > Hi, > > is there any rule of thumb how enabling RTTI will influence the speed > and memory usage? There is no influence on speed. There is no influence on memory usage other than that the executable is larger. The heap memory usage does not grow due to RTTI. Michael.