码迷,mamicode.com
首页 > 其他好文 > 详细

Delphi Internal Error L681

时间:2014-06-27 14:34:33      阅读:421      评论:0      收藏:0      [点我收藏+]

标签:class   ext   com   问题   cti   type   

Delphi Internal Error L681

Although this specific example doesn‘t reproduce the problem in a small project, this caused the problem in a larger project. The function was defined as follows:

 

interface 
function CompareItemEqualStatus(const Value1:TSomeEnumeratedType;
const Value2: TSomeEnumeratedType): Integer;
implementation
function CompareItemEqualStatus(const Value1: TSomeEnumeratedType;
const Value2: TSomeEnumeratedType): Integer; overload; 
begin
... 
end;
overload问题

Delphi Internal Error L681,布布扣,bubuko.com

Delphi Internal Error L681

标签:class   ext   com   问题   cti   type   

原文地址:http://www.cnblogs.com/Values/p/3810397.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!