A
anags
Unregistered / Unconfirmed
GUEST, unregistred user!
我设计了一个程序,在delphi5编译无错,用delphi7重编译虽可通过,却发生了一大堆警告,请问如何
解决?不管行吗?
[Warning] Main.pas(161): Unsafe type 'TFNWndProc'
[Warning] Main.pas(188): Unsafe type 'Wproc: Pointer'
[Warning] Main.pas(227): Comparing signed and unsigned types - widened both operands
[Warning] Main.pas(238): Unsafe type 'PChar'
[Warning] Main.pas(240): Unsafe type 'PChar'
[Warning] Main.pas(284): Unsafe type 'Wproc: Pointer'
[Warning] Main.pas(284): Unsafe type 'TFNWndProc'
[Warning] Main.pas(284): Unsafe code '@ operator'
[Warning] Main.pas(294): Unsafe code '@ operator'
[Warning] Main.pas(303): Unsafe type 'Wproc: Pointer'
[Warning] Main.pas(599): Unsafe code 'String index to var param'
解决?不管行吗?
[Warning] Main.pas(161): Unsafe type 'TFNWndProc'
[Warning] Main.pas(188): Unsafe type 'Wproc: Pointer'
[Warning] Main.pas(227): Comparing signed and unsigned types - widened both operands
[Warning] Main.pas(238): Unsafe type 'PChar'
[Warning] Main.pas(240): Unsafe type 'PChar'
[Warning] Main.pas(284): Unsafe type 'Wproc: Pointer'
[Warning] Main.pas(284): Unsafe type 'TFNWndProc'
[Warning] Main.pas(284): Unsafe code '@ operator'
[Warning] Main.pas(294): Unsafe code '@ operator'
[Warning] Main.pas(303): Unsafe type 'Wproc: Pointer'
[Warning] Main.pas(599): Unsafe code 'String index to var param'