W
wzca
Unregistered / Unconfirmed
GUEST, unregistred user!
我以前在D6中很正常的东西到 D7 中就出了很多的警告!
如 : 不安全的数据类型。 看了一下,好象是用指针时出的错。
有什么方法可以解决之 ?
例: CopyFile(Pchar(sFileName), Pchar(dFileName),false);
还有使用指针类型时也会出警告,但是 TreeView 中 Data属性就是 指针呀。
=====================
[Warning] GroupList.pas(94): Unsafe type 'Data: Pointer'
[Warning] GroupList.pas(122): Unsafe code 'FreeMem'
[Warning] GroupList.pas(138): Unsafe type 'Data: Pointer'
=====================
谁有什么高招呢?
如 : 不安全的数据类型。 看了一下,好象是用指针时出的错。
有什么方法可以解决之 ?
例: CopyFile(Pchar(sFileName), Pchar(dFileName),false);
还有使用指针类型时也会出警告,但是 TreeView 中 Data属性就是 指针呀。
=====================
[Warning] GroupList.pas(94): Unsafe type 'Data: Pointer'
[Warning] GroupList.pas(122): Unsafe code 'FreeMem'
[Warning] GroupList.pas(138): Unsafe type 'Data: Pointer'
=====================
谁有什么高招呢?