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

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

本文简介:选择自 aiirii 的 blog

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

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

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

     

    我們仍使用fsortarray的不安全指針, 這是提示兩個錯誤發生的原因. 第一個錯誤相阷代碼行中create構造器中, 在這裹,我取得參數sortarray的地址并且指配給一個不安全的fsortarray類指針. 這個代碼是不安全的

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

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

    go top