摘要:
以后的主要工作就是做库了,将我们的C或者C++写的接口做成库,给客户端使用,因此有必要知道库的使用和制作方法。主要是在Eclipse下搞了搞,公司用的是Carbide,也差不多。库做好了,用SVN已提交就搞定了,工作不是很重。学习永无止境啊,以前干了两三个月的.Net,数据库,还是习惯现在,基础还是比较重要的.. 新建工程Eclipse->File->New->C++ project(或者C project)->Shared Library(或者Static Library),然后新建.h和.c文件,分别如下:/** freeptr.h** Created on: 20 阅读全文
posted @ 2013-08-20 16:54
懒懒的呐喊
阅读(1330)
评论(1)
推荐(1)
摘要:
If you followed my previous post http://linuxtortures.blogspot.com/2012/02/shared-libraries-with-eclipse.htmlwhere I explained how to develop shared shared libraries there are a couple of extra steps that you must follow if you want to do the same onto a 84_64 system.A. Download the appropriated ver 阅读全文
posted @ 2013-08-20 13:45
懒懒的呐喊
阅读(324)
评论(0)
推荐(0)