由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - linker problem in VC
相关主题
should the .dll and .lib have the same name?弱问一句关于pthread的
如何提取一个executable的所有dependency?how to add binary path for a open source tool in visual studio
要写 Visual C 下的 DLL 东西How to run existing C files using Visual C++
为什么我的visual C++ 找不到 "Stdafx.h" ?求助:一个Visual C++ 9.0下编译OpenGL code的问题
how to link DLL staticly in visual c# ?Re: 一个DLL的问题
问个DLL调用问题How to find the DLL dependency of an EXE file?
一个C++ DLL 在VBA中调用的问题[土问]c# project里面加c++ project出错
visual C++链接不同的第三方library的问题biuld error of C# reference of namespace in two projects (转载)
相关话题的讨论汇总
话题: linker话题: lib话题: vc话题: find话题: couldn
进入Programming版参与讨论
1 (共1页)
s**********r
发帖数: 340
1
using other people's library, but in the properties of VC(Visual Studio 2005
), in Linker->Input->Additional dependencies, they have a x.lib. But I
couldn't find such lib in their lib directory. So that the linker stopped
there and reported an error saying couldn't find the lib file.
Please also tell me what's the relationship between .dll, .lib, and the
source code I'm using. Where to find useful information about it?
N*********y
发帖数: 105
2
What's your real question? You don't have the lib file then you cannot
static load the DLL.

2005

【在 s**********r 的大作中提到】
: using other people's library, but in the properties of VC(Visual Studio 2005
: ), in Linker->Input->Additional dependencies, they have a x.lib. But I
: couldn't find such lib in their lib directory. So that the linker stopped
: there and reported an error saying couldn't find the lib file.
: Please also tell me what's the relationship between .dll, .lib, and the
: source code I'm using. Where to find useful information about it?

1 (共1页)
进入Programming版参与讨论
相关主题
biuld error of C# reference of namespace in two projects (转载)how to link DLL staticly in visual c# ?
how to resolve this problem?问个DLL调用问题
c++设计一问:如何动态地调用不同的算法的dll ?一个C++ DLL 在VBA中调用的问题
这里有做前台data visualization的牛人么visual C++链接不同的第三方library的问题
should the .dll and .lib have the same name?弱问一句关于pthread的
如何提取一个executable的所有dependency?how to add binary path for a open source tool in visual studio
要写 Visual C 下的 DLL 东西How to run existing C files using Visual C++
为什么我的visual C++ 找不到 "Stdafx.h" ?求助:一个Visual C++ 9.0下编译OpenGL code的问题
相关话题的讨论汇总
话题: linker话题: lib话题: vc话题: find话题: couldn