Lazarus

Announcements => Third party => Topic started by: tonyw on July 08, 2021, 11:15:05 am

Title: IBX 2.4.1 for Lazarus is now available for Download
Post by: tonyw 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



Title: Re: IBX 2.4.1 for Lazarus is now available for Download
Post by: devEric69 on July 09, 2021, 03:26:05 pm
Thank you, @tonyw.
Title: Re: IBX 2.4.1 for Lazarus is now available for Download
Post by: armandoboza 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.
Title: Re: IBX 2.4.1 for Lazarus is now available for Download
Post by: zoltanleo 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.
Title: Re: IBX 2.4.1 for Lazarus is now available for Download
Post by: ttomas on September 12, 2021, 07:57:25 pm
Any forum where I can ask some questions to developers of IBX/FBIntf?
Title: Re: IBX 2.4.1 for Lazarus is now available for Download
Post by: tonyw 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