上一页 1 ··· 4 5 6 7 8

2014年8月16日

摘要: lpcwstr类型问题 在使用VS2010开发C++程序时,由于系统默认字符集是unicode字符集,造成与早期的字符串格式不兼容问题 ①Properties — Configuration Properties — General,如下,右边有个Character Set,将其由“Unicode 阅读全文
posted @ 2014-08-16 15:41 峰入云 阅读(363) 评论(0) 推荐(0)
摘要: 介绍如何通过winmm.dll播放声音 首先导入两个函数 示例代码 可以通过以下语句进行播放控制 mciSendString("play myDivece", null, 0, new IntPtr(0)); //播放mciSendString("pause myDivece", null, 0, 阅读全文
posted @ 2014-08-16 10:05 峰入云 阅读(1041) 评论(0) 推荐(1)
上一页 1 ··· 4 5 6 7 8

导航