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?
|
|