Page 1 of 1

Problem with IBCAlerter

Posted: Mon 05 Oct 2020 10:32
by cnagel
Hello,
I have problem in the current version(7.3.2 - Rad Stuio 10.4) regarding the IBCAlerter in 64-Bit applications.

Attached you will find a simple project. I have registered three events with the name:
1. EVENT_1
2. EVENT_2
3. EVENT_3

Just a simple OnEvent function:

Code: Select all

procedure TForm2.IBCAlerter1Event(Sender: TObject; EventName: string;
  EventCount: Integer);
begin
  Memo1.Lines.Add(EventName + ' - ' + EventCount.ToString);
end;
The following result I got after my tests:
1. POST EVENT_1 >> EVENT_1 is alerted.
2. POST EVENT_2 >> EVENT_1 is alerted.
3. POST EVENT_3 >> EVENT_2 is alerted.

This behaviour is only observed in 64-bit applications.

Thanks in advance for your help.

Re: Problem with IBCAlerter

Posted: Tue 06 Oct 2020 11:47
by oleg0k
Hello,

Thank you for the information. We've reproduced the issue and are currently working to resolve it. We'll keep you updated on the progress.

wbr, Oleg
Devart Team

Re: Problem with IBCAlerter

Posted: Wed 11 Nov 2020 08:35
by cnagel
Dear Devart Team,
are there any news on this topic or some date of planning when it is fixed?

Thanks in advance.

Best regards

Christopher

Re: Problem with IBCAlerter

Posted: Fri 20 Nov 2020 19:37
by oleg0k
Hello,
We have already fixed the issue, the fix will be included in the next release of IBDAC.

wbr, Oleg
Devart Team