Hello,
Vladimir Ulchenko wrote:
> you mean something similar to IErrorInfo support implemented in ATL > headers?
don't know about that. Does ATL provide more than AtlSetErrorInfo()?
> I'm yet to learn all those newer delphi concepts. doesn't look very > appealing though :)
I find them very appealing. The new RTTI and the support for custom attributes allows for things which were only possible with .NET or Java previously. Anonymous methods are sorely missing in C++. And Generics are better suited than templates for most purposes.
-- Moritz
"Hey, it compiles! Ship it!"