[warning] sortthds.pas(6): w1005 unit 'borland.vcl.graphics' is specific to a platform
[warning] sortthds.pas(6): w1005 unit 'borland.vcl.extctrls' is specific to a platform
[warning] sortthds.pas(71): w1047 unsafe code '@ operator'
[warning] sortthds.pas(113): w1047 unsafe code '^ operator'
大部分的信息只是告詖我們vcl for .net只能運行在指定的平台—不要太驚訝這個. 有兩個警告信息比較嚴懲, 指出使用了非安全的代碼:使用了 @ 和^操作符.