如何把一个Pchar变量转换成PwideChar ( 积分: 100 )

  • 主题发起人 主题发起人 sy0116
  • 开始时间 开始时间
S

sy0116

Unregistered / Unconfirmed
GUEST, unregistred user!
我直接用<br>path1:string;<br>path:pchar;<br>pathW:pwidechar;<br><br>path:=pchar(path1);<br>pathW:=PwideChar(path);<br>SetWindowTextW(FindWindow('tform1','form1'),pathW);<br>结果form1窗口的标题全部变成了乱码,请问如何才可以把pchar转为PwideChar
 
var<br>path1:string;<br>path:pchar;<br>pathW:pwidechar;<br>begin<br>path1:='你就是这样的';<br>//path:=pchar(path1);<br>pathW:=StringToOleStr(path1);<br>SetWindowTextW(FindWindow('tform1','form1'),pathW);<br>end;
 
接受答案了.
 

Similar threads

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