- 博客(2)
- 资源 (4)
- 收藏
- 关注
原创 windows下lib,dll的生成及使用
导入库lib的生成: 文件mylib.dll 1、先用dumpbin.exe生成.def文件 (注:用vs2010下的dumpbin时,缺少mspdb100.dll,将Microsoft VisualStudio10.0\Common7\IDE\mspdb100.dll复制到\Microsoft Visual Studio 10.0\VC\bin; 移动后编译工程时会出现
2015-04-13 21:00:10 1416
原创 gcc 静,动态库的生成及连接
文件目录: code\main.c #include #include "hello.h" int main(){ const char* str = "hello"; printf( "%d\n", getLength( str )); } code\hello\hello.c #include int getLength( const char* str ){ ret
2015-04-13 19:49:06 349
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人