evandroamparo / fit4delphi

Automatically exported from code.google.com/p/fit4delphi
0 stars 0 forks source link

Compile issue with D2007 (SVN revision 33) #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Get archive svn 33
2. Do a full rebuild under Delphi2007
3.

What is the expected output? What do you see instead?
1 compilation error for FitDTests project:

[DCC Error] TypeAdapterTests.pas(232): E2251 Ambiguous overloaded call 
to 'CheckEquals'

What version of the product are you using? On what operating system?
WindowsXP-SP3, Delphi2007-latest patch

Please provide any additional information below.
Here is a svn patch to correct this issue

Original issue reported on code.google.com by trident.job on 1 Jan 2009 at 9:27

Attachments:

GoogleCodeExporter commented 8 years ago
Patch contains this fix
Replace this : CheckEquals(95, a.get);
by this : CheckEquals(95, integer(a.get));

Original comment by trident.job on 1 Jan 2009 at 9:28