Subject IBOAdmin compilation error with IBO4.9.14.55
Author Jacob Havkrog
Hi -

After installing IBO 4.9.14.55, I get a compilation error in IBOServices

procedure TIBOCustomService.IBODataBaseError(Sender: TObject);

the CreateIsc has a new extra parameter of type status_vector:

if sqlcode <> -551 then
raise EIBOInterBaseError.CreateIsc(Sender, usr_msg, IBErrorCode, !!, AErrorMessage, AErrorCodes, sqlcode, ASQLMessage, ASQL)
else
raise EIBOInterBaseRoleError.CreateIsc(Sender, usr_msg, IBErrorCode, !!, AErrorMessage, AErrorCodes, sqlcode, ASQLMessage, ASQL);

Is there a simple fix?

It's the same error with the latest IBOAdmin from

http://groups.yahoo.com/group/IBObjects/files/IBOAdmin_DXE3.zip

which otherwise installs fine into my Delphi XE after minimal tweeking.

Thanks
Jacob