#1 2015-02-20 09:03:52

jaclas
Member
Registered: 2014-09-12
Posts: 215

Serious error in SynCommons.GetExtended;

Hi,

I rebuilt example 14 (with a calculator) to work on the numbers of type Double (from Integer).

  ICalculator = interface(IInvokable)
    ['{9A60C8ED-CEB2-4E09-87D4-4A16F496E5FE}']
    function Add(n1,n2: Double): Double;
  end;

[...]

  TServiceCalculator = class(TInterfacedObject, ICalculator)
  public
    function Add(n1,n2: Double): Double;
  end;

Then now I get error in server (SynCommons.GetExtended):

Breakpoint on GetExtended:

20150220-8f8z-14kb.jpg

After Step Over (F8):

m_20150220-rgp8-32kb.jpg

Offline

#2 2015-02-20 15:15:53

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,662
Website

Re: Serious error in SynCommons.GetExtended;

It should be fixed by http://synopse.info/fossil/info/b68a0a37b3

Thanks for the feedback!

Offline

Board footer

Powered by FluxBB