由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 怎样把gsl-1.15安装到vs2012ultimate平台上?
相关主题
急问:VS2008里如何调用DLL一个奇怪的library linking问题(c++, boost.python, shared li (转载)
求助:Wavelet 的 library (转载)Can LGPL, Boost library be used in commercial software developing?
C Library (一个统计方面的) 安装一问新手,一个C 库的问题
有人用DEV-C++吗?Framework vs Library
how to resolve this problem?Re: 一个DLL的问题
[合集] 为什么10进制输出是负的?Help: any good decompiler for DLL
c++设计一问:如何动态地调用不同的算法的dll ?要写 Visual C 下的 DLL 东西
请教,关于g++ -l的问题Question about COM
相关话题的讨论汇总
话题: gsl话题: vc8话题: dll话题: downloads
进入Programming版参与讨论
1 (共1页)
f**********d
发帖数: 4960
1
求指教。
另外请推荐c++数据结构和算法的经典书籍,打算学学。
d****n
发帖数: 1637
2
BUILD GSL LIBRARIES FOR Visual studio
1. Launch Visual C++ Studio
2. Open project C:\downloads\gsl-1.8-src\src\gsl\1.8\gsl-1.8\VC8\libgsl.sln
3. Continue with convert, and do a build all
4.Verify that after build is complete, new dll files are generated in
subfolders in
C:\downloads\gsl-1.8-src\src\gsl\1.8\gsl-1.8\VC8\libgsl\Debug-DLL
and
C:\downloads\gsl-1.8-src\src\gsl\1.8\gsl-1.8\VC8\libgslcblas\Debug-DLL
....
more at:
http://www.quantcode.com/modules/smartfaq/faq.php?faqid=94
f**********d
发帖数: 4960
3
这个版本有出入,用一样的操作没问题么?

sln

【在 d****n 的大作中提到】
: BUILD GSL LIBRARIES FOR Visual studio
: 1. Launch Visual C++ Studio
: 2. Open project C:\downloads\gsl-1.8-src\src\gsl\1.8\gsl-1.8\VC8\libgsl.sln
: 3. Continue with convert, and do a build all
: 4.Verify that after build is complete, new dll files are generated in
: subfolders in
: C:\downloads\gsl-1.8-src\src\gsl\1.8\gsl-1.8\VC8\libgsl\Debug-DLL
: and
: C:\downloads\gsl-1.8-src\src\gsl\1.8\gsl-1.8\VC8\libgslcblas\Debug-DLL
: ....

d****n
发帖数: 1637
4
I dont know. Just googled it.
good luck!

【在 f**********d 的大作中提到】
: 这个版本有出入,用一样的操作没问题么?
:
: sln

f**********d
发帖数: 4960
5
thx

【在 d****n 的大作中提到】
: I dont know. Just googled it.
: good luck!

1 (共1页)
进入Programming版参与讨论
相关主题
Question about COMhow to resolve this problem?
How to find the DLL dependency of an EXE file?[合集] 为什么10进制输出是负的?
为什么我的visual C++ 找不到 "Stdafx.h" ?c++设计一问:如何动态地调用不同的算法的dll ?
请教:how to call a COM object in a stored procedure? (转载)请教,关于g++ -l的问题
急问:VS2008里如何调用DLL一个奇怪的library linking问题(c++, boost.python, shared li (转载)
求助:Wavelet 的 library (转载)Can LGPL, Boost library be used in commercial software developing?
C Library (一个统计方面的) 安装一问新手,一个C 库的问题
有人用DEV-C++吗?Framework vs Library
相关话题的讨论汇总
话题: gsl话题: vc8话题: dll话题: downloads