-
trident committed revision 117 to the DelphiCodeToDoc SVN repository, changing 2 files.
2009-11-06 13:56:50 UTC by trident
-
There can be a parser error on the file D6OnHelpFix.pas if you have it.
The issue is that DCTD is not parsing include file (*.inc) so you must define in DCTD the COMPILER_6_UP define. It solves the issue.
But I think this is not YOUR issue right ?.
2009-11-05 15:20:02 UTC by trident
-
tested with DelphiCodeToDoc v0.23.beta3 and HH library v1.9.
No error found during parsing.
So I need to know what is the DCTD version you use and where I can find HH v1.52 !
2009-11-05 15:17:21 UTC by trident
-
Hi, in order to help me understanding the issue, can you :
* Copy the debug messages in the DelphiCodeToDoc interface
* Attach to this tracker the two files ff_funcs.pas and hh.pas
* Upload the configuration file (*.xml) used for this project.
thx a lot for this report !
2009-11-05 15:05:07 UTC by trident
-
stopped parsing chm-help file within a project Files are ff_funcs.pas and hh.pas
hh_funcs.pas
Version 1.52
Html Help helper functions
Copyright (c) 1999 The Helpware Group
Email: support@helpware.net
Web: http://www.helpware.net
Platform: Delphi 2, 3, 4, 5, ...
Changes Notes: See hh_doc.txt.
2009-10-26 14:51:23 UTC by nobody
-
In my program I have the following:
inpFileName, /// name of the input file
outFileName, /// name of the output file
tmpFileName: string; /// name of the temporary file
The output produced is this:
inpFileName (+) name of the temporary file
outFileName (+) name of the input file
tmpFileName (+) name of the output file.
2009-10-20 00:53:14 UTC by oldranger
-
Salut Fred !
This message in not a bug nor an exception. This is just a warning saying that a comment was successfully linked to an identifier.
The main cause can be comment for meta-class type, or each definition in an enum type.
So it is not an error, just a warning sent to you.
2009-10-09 11:26:14 UTC by trident
-
Item closed as it works with latest version.
2009-10-09 11:11:09 UTC by trident
-
While parsing the attached file, i encoutered an exception (or at least a showmessage) but i can't remember the message on it. Here is the debug output :
---
Debug Messages:
----------------------------------------------------------------------------------------------------------------------------------------------------------------
Parsing file : C:\Documents and Settings\frplante\Mes...
2009-10-09 07:07:55 UTC by fplante
-
Hi,
with the latest daily build, i do not have the bug anymore.
However i encountered an other bug, i'm opening a new item on the tracker.
Thanks for your work,
Best regards,
2009-10-09 06:57:41 UTC by fplante