Recent

Author Topic: IBX 2.4.1 for Lazarus is now available for Download  (Read 6095 times)

tonyw

  • Sr. Member
  • ****
  • Posts: 319
    • MWA Software
IBX 2.4.1 for Lazarus is now available for Download
« on: July 08, 2021, 11:15:05 am »
MWA Software is pleased to announce the release of version 2.4.1 of IBX for Lazarus. This is a maintenance release that fixes a problem with using Firebird 4.0.0. The fix for this problem has already been published in the SVN Repository. All users should upgrade to this version.  It is available for download from

https://www.mwasoftware.co.uk/ibx




devEric69

  • Hero Member
  • *****
  • Posts: 648
Re: IBX 2.4.1 for Lazarus is now available for Download
« Reply #1 on: July 09, 2021, 03:26:05 pm »
Thank you, @tonyw.
use: Linux 64 bits (Ubuntu 20.04 LTS).
Lazarus version: 2.0.4 (svn revision: 62502M) compiled with fpc 3.0.4 - fpDebug \ Dwarf3.

armandoboza

  • New Member
  • *
  • Posts: 13
Re: IBX 2.4.1 for Lazarus is now available for Download
« Reply #2 on: July 13, 2021, 02:20:18 am »
MWA Software is pleased to announce the release of version 2.4.1 of IBX for Lazarus. This is a maintenance release that fixes a problem with using Firebird 4.0.0. The fix for this problem has already been published in the SVN Repository. All users should upgrade to this version.  It is available for download from

https://www.mwasoftware.co.uk/ibx

thank you, it worked very well.

zoltanleo

  • Sr. Member
  • ****
  • Posts: 486
Re: IBX 2.4.1 for Lazarus is now available for Download
« Reply #3 on: July 24, 2021, 03:41:13 pm »
Hi tonyw

I can't install latest IBX release (2.4.1) with error messages
Code: Pascal  [Select][+][-]
  1. IBCustomDataSet.pas(1034,8) Error: Expected another 6 array elements
both via OPM and from source.

Can U help me?

If you add 6 more arguments, the component is compiled and installed.
Code: Pascal  [Select][+][-]
  1. ...
  2.     TFmtBCDField,       { ftFMTBcd }
  3.     nil,                { ftFixedWideChar }
  4.     nil,
  5.     nil,
  6.     nil,
  7.     nil,
  8.     nil,
  9.     nil,
  10.     nil);               { ftWideMemo }
  11. (*
  12.     TADTField,          { ftADT }
  13.     TArrayField,        { ftArray }
  14.     TReferenceField,    { ftReference }
  15.     TDataSetField,     { ftDataSet }
  16.     TBlobField,         { ftOraBlob }
  17.     TMemoField,         { ftOraClob }
  18.     TVariantField,      { ftVariant }
  19.     TInterfaceField,    { ftInterface }
  20.     TIDispatchField,     { ftIDispatch }
  21.     TGuidField);        { ftGuid } *)  
         

Pls check it.
« Last Edit: July 24, 2021, 03:53:16 pm by zoltanleo »
Win10 LTSC x64/Deb 11 amd64(gtk2/qt5)/Darwin Cocoa (Monterey):
Lazarus x32/x64 2.3(trunk); FPC 3.3.1 (trunk), FireBird 3.0.10; IBX by TonyW

Sorry for my bad English, I'm using translator ;)

ttomas

  • Full Member
  • ***
  • Posts: 245
Re: IBX 2.4.1 for Lazarus is now available for Download
« Reply #4 on: September 12, 2021, 07:57:25 pm »
Any forum where I can ask some questions to developers of IBX/FBIntf?

tonyw

  • Sr. Member
  • ****
  • Posts: 319
    • MWA Software
Re: IBX 2.4.1 for Lazarus is now available for Download
« Reply #5 on: September 13, 2021, 10:58:29 am »
Any forum where I can ask some questions to developers of IBX/FBIntf?
I usually try and monitor the Lazarus Databases forum. This is a good place to post any questions about IBX as there are also many other users that can you help you.

 

TinyPortal © 2005-2018