摘要: 项目中经常遇到操作系统位数不一致,导致各种引用问题。发现一个小工具dumpbin可以查看。 搜索dumpbin.exe,会有好几处,它分x86还是x64。最简单选择 直接使用 Vs目录下面的, 以我的为例: D:\Program Files\Microsoft Visual Studio 14.0\ 阅读全文
posted @ 2020-04-11 21:06 hueEnergy 阅读(1320) 评论(0) 推荐(0) 编辑
摘要: 官方网址:http://sourcecodeplugin.codeplex.com/ 本地下载:SourceCodePlugin_version_1.1.zip 安装方法: 将WindowsLiveWriter.SourceCode.dll复制到Windows Live Writer plugin文件夹:* 32-bit systems: C:\Program Files\Windows Live... 阅读全文
posted @ 2020-04-11 19:12 hueEnergy 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 本文接上篇文章 C#获取设备(Audio和Video)名称 简单整理,对第四种方式使用整理. EnumDevice.dll是网上下载的,也下载了对应的源代码, 对应dll:https://download.csdn.net/download/QQ81867376/12322158 该dll的源码: 阅读全文
posted @ 2020-04-11 18:45 hueEnergy 阅读(1641) 评论(0) 推荐(2) 编辑
摘要: 直接上测试代码和运行结果 static void Main(string[] args) { #region 测试代码 List dataList; dataList = DirectXHelper.GetAudioDevicesList(); OutPutInfo("DirectX获... 阅读全文
posted @ 2020-04-11 17:20 hueEnergy 阅读(4259) 评论(0) 推荐(2) 编辑