Donate Share

tDBF component for Delphi and BCB

Subscribe

Error compiling in BCB5

  1. 2009-09-25 03:29:48 UTC

    Awesome component, however 1 small flaw when compiling under BCB5.

    DBF_PRSDEF.PAS will not compile, comes up with the error PDouble not defined (I don't recall exact wording).

    Anyway, the fix is to define it in the Type section, I placed the following: PDouble = ^Double;

    after line 23 (PInteger = ^Integer)

    Thanks again for the component.

< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.