|
From: Hans-Peter D. <DrD...@ao...> - 2009-01-17 19:53:35
|
Thomas Hummes schrieb: >>>>> type TMyList = TObjectList<TStringList>; >>>>> >>>>> This creates a generic descendant of TObjectList containing >>>>> TStringLists. >>>>> >> >> Is this really correct? >> I've added this construct to the test unit. >> > Not really, I forgot the class(...). :-[ > Correct would be > type TMyList = class(TObjectList<TStringList>); Okay, I'll remove that part from the parser. Not a big deal :-) >> I've updated the parser, and added your unit to the test directory >> (everything only in the PasDoc2 branch). >> > Since I cannot compile PasDoc2 or PasDoc with Delphi 2009 (Problems with > Unicode-String), is there any directory > in the SVN with compiled versions (pasdoc.exe)? I'm not familiar with the current distribution policies and procedures, of SourcForge and FreePascal. Perhaps Michalis can do that? Why don't you use FPC/Lazarus for building the executables? Doesn't D2009 come together with an older Delphi version? AFAIR D1 was shipped together with D2 and D3, and D7 with D8. > Some time ago, I started to develop myself a gui because the pasdoc-gui > was not able to produce several output formats and call HTML Help > Workshop afterwards, automatically. It will definetly not compile with > Lazarus, but if you are interested, I can review and comment it and you > could put it in the SVN as well. Okay, please send me the commented version. Compatible with D7, if possible, because I don't have access to D2009. DoDi |