转自(http://blog.csdn.net/mingojiang/article/details/8159263) 一、ActiveX基础 1.1什么是ActiveX ActiveX是COM规范的一种实现,前身是OLE(Object Linking and Embedding)。一般读成:Act ...
分类:
其他好文 时间:
2016-03-30 12:53:54
阅读次数:
211
一,Xcode编译出现Link错误,出现"duplicate symbols for architecture i386 clang"提示.问题:链接时,项目有重名文件.解决:根据错误提示,做如下检查:1.Taraget->Build Settings->Link Binary With Libra
分类:
移动开发 时间:
2016-03-22 19:13:19
阅读次数:
984
I just want to say something about my java project that I did last year. Our task is to finish a linking game. It is a game that you should link all
分类:
其他好文 时间:
2016-03-06 19:00:53
阅读次数:
124
在研究c文件的编译/装载/运行之前,先了解ELF文件的概念,ELF(Executable and Linking Format)是一种对象文件的格式。ELF文件格式是UNIX系统实验室作为应用程序二进制接口而开发发布的,是Linux的主要可执行文件格式。 简单来说,ELF是“编译器/连接器”和“内核
分类:
系统相关 时间:
2016-02-01 14:35:42
阅读次数:
178
Build target 'Project'linking....\Output\Project.axf: Warning: L6310W: Unable to find ARM libraries..\Output\Project.axf: Error: L6411E: No compatible...
分类:
其他好文 时间:
2016-01-14 18:48:01
阅读次数:
769
Linking Containers TogetherInthe Using Docker sectionwe touched on connecting to a service running inside a Docker container via a network port. This ...
分类:
其他好文 时间:
2015-12-25 21:07:47
阅读次数:
285
gcc的编译过程分为四个过程,即预处理(也称预编译,Preprocessing)、编译(Compilation)、汇编 (Assembly)和连接(Linking)。例如,编译文件test.c,那么整个过程如下:1.预处理gcc -E test.c -o test.i 或 gcc -E test.c...
分类:
系统相关 时间:
2015-12-02 22:17:03
阅读次数:
212
今天编译一个C++程序时,报了一个奇怪的错误(之前是好好的):1>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corruptGoogle上搜了一下解决方案:把Project Properties -> Configuration Properties -> Linker (Gener...
分类:
其他好文 时间:
2015-11-14 01:06:26
阅读次数:
1633
Note:some of these are copied from other website,for learning purposeDynamic linking on Mac OS X, a tiny exampleSteps:1) create a library libmylib.dyl...
分类:
其他好文 时间:
2015-11-04 17:25:54
阅读次数:
162
[root@localhost ~]# vi /etc/inittab ## inittab This file describes how the INIT process should set up# the system in a certain run-level.## Author: Mi...
分类:
系统相关 时间:
2015-11-01 15:03:22
阅读次数:
435