WideCharToMultiByte的问题 ,,在线等待。。。(50分)

  • 主题发起人 主题发起人 syy_sxd
  • 开始时间 开始时间
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>请问如何改?
 
mlen:=WideCharToMultiByte(CP_ACP,0,t,-1,nil,0,nil,@CanConvert);<br><br>给分!
 
能编译过去了,再看看,马上给你分!别急
 
Msg_Content :array [0..20] of Char如何传给 t 一个是char,另一个是WCHAR<br><br>
 
The WideCharToMultiByte function maps a wide-character string to a new character string.<br>The new character string is not necessarily from a multibyte character set.
 
不太明白,我只是想Msg_Content :array [0..20] of Char中<br>存的unicode 传给t然后用这个函数变成字符型
 

Similar threads

S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
I
回复
0
查看
613
import
I
后退
顶部