TN035: Using Multiple Resource Files and Header Files with Visual C++ This note describes how the Visual C++ resource editor supports multiple resource files and header files shared in a single project or shared across multiple projects and how you c…
在64位的Ubuntu下,安装ADT64位的,打开android模拟器出现以下报错: Starting emulator for AVD 'Android' Failed to start emulator: Cannot run program "/home/mohemi/Program/adt-bundle-linux-x86_64-20130729/sdk//tools/emulator": error=2, 没有那个文件或目录! 解决办法是: 由于是64bit的系统,而Andr…
I wrote a C# class to decode VOX files into WAV files. It follows the Dialogic ADPCM specificationstrictly. If you read through that specification, the code below will become a lot clearer, otherwise you might think you're reading another language al…
简单来说:Program Files (x86)存放了一些32位的系统文件.它和正常的Program Files以及Windows文件夹一样,都属于系统文件夹,请勿随意改动. 64位Windows中提供了一种技术,Windows on Windows 64(即WoW64).它可以使32位的应用程序正常地运行在64位的Windows中,这样用户在从32位到64位过渡的过程中,不会感受到很大的不便.为了能让32位的程序正常运行,64位的Windows中自带了一大部分的32位的系统文件,当32位程序运…
win32.x86_64是64位 X86就是 32位系统 X64 就是64位系统 最好记得方法就是带有64的就是64位,其余都是32位 为什么要讲这个呢? 如果是绿色版本的eclipse,在打开eclipse的时候会报如下错误: Java was started but returned exit code=13 balabala 如果是这个 eclipse,打开后会直接跳到jdk官网,并提示需要安装jdk1.7或者更高版本的jdk, 这个时候的我是一脸懵逼,因为我命名已经安装了最新版的jdk…