Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile issue with D2007 (SVN revision 33) #2

Open
GoogleCodeExporter opened this issue Mar 30, 2016 · 1 comment
Open

Compile issue with D2007 (SVN revision 33) #2

GoogleCodeExporter opened this issue Mar 30, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant