Hello,
I always get an access violation when I try to generate XMI models.
My projects are developed in Delphi7 under Win.
Can you help me?
Thanks a lot in advance.
Stefano.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
and I'm sorry, I broke all "simple" generators.
Waiting for a new release will probably take a while, you either have to use the previous version (1.7.2.340) or compile DelphiDoc yourself and add in UMakeDoc.pas before line 2497:
FExtractor.ResetForNewGeneration; //reset the extractor
the following line:
if assigned(FExtractor) then //if available
Best regards,
Gerold Veith
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I always get an access violation when I try to generate XMI models.
My projects are developed in Delphi7 under Win.
Can you help me?
Thanks a lot in advance.
Stefano.
Hello,
and I'm sorry, I broke all "simple" generators.
Waiting for a new release will probably take a while, you either have to use the previous version (1.7.2.340) or compile DelphiDoc yourself and add in UMakeDoc.pas before line 2497:
FExtractor.ResetForNewGeneration; //reset the extractor
the following line:
if assigned(FExtractor) then //if available
Best regards,
Gerold Veith