Quote Originally Posted by VilleK
So is it because of Unicode that the D2009-version does not work? Have you tried compiling it with an earlier version of Delphi? Or contacted the author?
Probeably. The version on codegear compiles ok, but when generating sources with it the resulting files are garbled up with only some parts readeable, but when opening in delphi2009 all i see is numbers. I made a comment on the codegear download as i could not find an email for the author there.

The tetzel also does not compile with delphi 2009 as it gives errors on compiling due to string vs ansistring. Replacing string with ansistring and char with ansichar blindly gives an version that compiles, but just like the version on codegear that gives garbled output files.

Unfortunately the only delphi that i can use is delphi2009. Maybe i should dig up the delphi7 installer and make a virtual pc for it.

How do you handle typecasting then? var2 := typecast(variable); vs var2 := function(variable);