参考文章 https://blog.csdn.net/Devout_programming/article/details/78827112 准备工作* Supported compiler (Visual Studio 2012 or later, MinGW-builds gcc 4.9 or later)* Perl version 5.12 or later [http://www.activestate.com/activeperl/]* Python version 2.7 or l…
This is a tutorial on how to compile Lua 5.3.0 as an iOS static library (liblua.a) on Mac OS X 10.10.2 Yosemite with Xcode 6.1.1. 1. Download and extract Lua 5.3.0 to a folder of your choice. 2. Start Xcode and Create a new Xcode project -> iOS -> F…
Visual Studio自身没有32位和64位的分别,对于某一个特定的版本只有一个版本安装文件(即不存在32位版本的VS2015安装文件和64位版本的VS2015安装文件) 对于自己开发的工程,编译出来的是32位还是64位,取决于你的设置Win32还是Win64 另外,通过CMake生成的工程,在点击"Configure"按钮之后,会弹出一个列表选择对话框,Visual Studio 14 2015表示32位工程,Visual Studio 14 ARM表示嵌入式工程,Visual…
编辑中 # ld -V GNU ld version 2.15.92.0.2 20040927 Supported emulations: elf_x86_64 elf_i386 i386linux #ld -m elf_i386 Along with the -m32 flag in gcc, you may need to include the -melf_i386 flag for ld to properly link the 32bit object files to the 32b…
最近在新公司电脑上跑以前的selenium测试框架的时候,抛出了如下的错误 出现的是ODBC Driver问题:[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified 我查看了我的系统属性 -- 64 bit System, Microsoft Excel -- 32 bit 而这个selenium框架之前都是运行在win7 32位系统上的,且框架脚本编译之后也是32位…