首页 > 其他 > 详细

Delphi Internal Error L681

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

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

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!