码迷,mamicode.com
首页 > 其他好文 > 详细

error C2664: “CreateFileW”: 不能将参数 1 从“char *”转换为“LPCWSTR”

时间:2020-03-30 13:23:21      阅读:138      评论:0      收藏:0      [点我收藏+]

标签:efi   强制转换   nbsp   virtual   错误   erp   dll   ice   str   

错误 1 error C2664: “CreateFileW”: 不能将参数 1 从“char [7]”转换为“LPCWSTR” e:/mystudy/09/myvirtualdisk11/myvirtualdiskdll/diskdll.cpp 112 

 

错误 2 error C2664: “DefineDosDeviceW”: 不能将参数 2 从“char *__w64 ”转换为“LPCWSTR” e:/mystudy/09/myvirtualdisk11/myvirtualdiskdll/diskdll.cpp 134 

 

【解决方法】:利用类型强制转换,即在参数1前加上(LPCWSTR)或reinterpret_cast<LPCWSTR>(表达式)

 

error C2664: “CreateFileW”: 不能将参数 1 从“char *”转换为“LPCWSTR”

标签:efi   强制转换   nbsp   virtual   错误   erp   dll   ice   str   

原文地址:https://www.cnblogs.com/hshy/p/12597591.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!