S
syy_sxd
Unregistered / Unconfirmed
GUEST, unregistred user!
t:array[0..20] of WCHAR;<br>CanConvert:Boolean;<br>wchr:array[0..256] of char;<br><br>mlen:=WideCharToMultiByte(CP_ACP,0,t,-1,NULL,0,NULL,@CanConvert);<br>Incompatible type " Variant and PChar"<br>请问如何改?