- 按shift+f2保存所有項目中的文件, 然後按shift+f9重新編繹項目
最後的錯誤提示是阷于在execute方法中使用^操作符. 顯而易見, 你能再次將它處理成在.net編繹器中不使用, 修改如下:
procedure tsortthread.execute;
begin
// sort(slice(fsortarray^, fsize));
最後的錯誤提示是阷于在execute方法中使用^操作符. 顯而易見, 你能再次將它處理成在.net編繹器中不使用, 修改如下:
procedure tsortthread.execute;
begin
// sort(slice(fsortarray^, fsize));