Bug in wPDF3 for Delphi 5

  • The unit WPPDFR1.pas fails on the ForceDirectories call. A quick check revealed ForceDirectories is defined in the Delphi FileCtrl unit and that this unit has been removed from the uses list of WPPDFR1 between v2 and v3.

    I added FileCtrl back to the uses list and it builds fine now.