翻譯Borland? Delphi? 2005使用 VCL for .NET移植到 .NET(1)[18]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 aiirii 的 blog

[error] sortthds.pas(67): e2396 unsafe code only allowed in unsafe procedure

[error] sortthds.pas(109): e2396 unsafe code only allowed in unsafe procedure

[fatal error] thsort.pas(39): f2063 could not compile used unit 'sortthds.pas'

 

琭在有一個聲明為point未知類型變量.這行令人不快的代碼如下:

procedure paintline(canvas: tcanvas; i, len: integer);

begin

  canvas.polyline([point(0, i * 2 + 1), point(len, i * 2 + 1)]);

end;

 

本文关键:翻譯Borland? Delphi? 2005使用 VCL for .NET移植到 .NET(1)
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top