FIB Support

Hello,

As part of FR 2.52 install, I am enabling OQB and I would like to use it with latest release of FIB. Package does not want to compile, anyone succesful at getting package loaded. The BDE one works fine as is expected.

- Lou

Comments

  • edited 5:58AM
    We don't know exact FIB package names. Correct the oqb*0.dpk file:

    requires
    VCL,
    VCLDB,
    OQB70,

    // replace these two lines with actual package names
    ascstd,
    FIBComponents;
  • edited 5:58AM
    AlexTZ wrote:
    We don't know exact FIB package names. Correct the oqb*0.dpk file:

    requires
    VCL,
    VCLDB,
    OQB70,

    // replace these two lines with actual package names
    ascstd,
    FIBComponents;
    Yes,

    I did remove the two packages and added FIBPLUS7.dcp and I now get compile errors below:

    [Error] QBEFIB.pas(182): Undeclared identifier: 'AddTransaction'
    [Error] QBEFIB.pas(207): Undeclared identifier: 'RemoveTransaction'
    [Fatal Error] OQBFIB70.dpk(35): Could not compile used unit 'QBEFIB.pas'


    Not sue where to go next, so I will fiure out how to get OQB integrated with FR using BDE for now.

    - Lou

Leave a Comment