| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 2218 人关注过本帖
标题:WCHAR转char问题
取消只看楼主 加入收藏
woainiql10
Rank: 1
等 级:新手上路
帖 子:19
专家分:0
注 册:2008-4-9
收藏
 问题点数:0 回复次数:0 
WCHAR转char问题
Helpme:This program want to print char character using printwchar function and print WCHAR character using printchar function. Unfortunately I received three errors as three big gift to me.Can you help me? Thank you indeed!!
Platform:WindowsXP professional sp2
TOOLS:Visual studio 2005-Visual c++
      DirectX 9.0 SDK
Email:houruiming@
You can help me ,send email please!!
//////////////////////////////////////
Following is the output look like:
------ 已启动全部重新生成: 项目: WCHARchar, 配置: Debug Win32 ------
正在删除项目“WCHARchar”(配置“Debug|Win32”)的中间文件和输出文件
正在编译...
WCHARchar.cpp
.\WCHARchar.cpp(14) : error C2440: “初始化”: 无法从“const char [6]”转换为“WCHAR [100]”
        没有使该转换得以执行的上下文
.\WCHARchar.cpp(17) : error C2664: “printchar”: 不能将参数 1 从“WCHAR [100]”转换为“char *”
        与指向的类型无关;转换要求 reinterpret_cast、C 样式转换或函数样式转换
.\WCHARchar.cpp(18) : error C2664: “printwchar”: 不能将参数 1 从“char [100]”转换为“WCHAR *”
        与指向的类型无关;转换要求 reinterpret_cast、C 样式转换或函数样式转换
生成日志保存在“file://d:\My Documents\Visual Studio 2005\Projects\hrm\test\WCHARchar\Debug\BuildLog.htm”
WCHARchar - 3 个错误,0 个警告
========== 全部重新生成: 0 已成功, 1 已失败, 0 已跳过 ==========

WCHARchar.rar (2.84 KB)
搜索更多相关主题的帖子: WCHAR char 
2008-04-21 10:14
快速回复:WCHAR转char问题
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.031356 second(s), 9 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved