由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - visual c++ project setting question: path for DLL
相关主题
请教VC2003 debug问题要写 Visual C 下的 DLL 东西
dll求救Question about COM
how to resolve this problem?How to find the DLL dependency of an EXE file?
c++设计一问:如何动态地调用不同的算法的dll ?为什么我的visual C++ 找不到 "Stdafx.h" ?
没完的“unresolved external symbol” in c++ compiling请教:how to call a COM object in a stored procedure? (转载)
GO似乎是目前最难反编译的代码了how to link DLL staticly in visual c# ?
Re: 一个DLL的问题linker problem in VC
Help: any good decompiler for DLLa simple DLL and EXE question
相关话题的讨论汇总
话题: dll话题: project话题: symbol话题: setting话题: visual
进入Programming版参与讨论
1 (共1页)
s*****w
发帖数: 1527
1
hi i'm building a project,
it says "unsolved external symbol", this symbol is in some dll file,
(basically it's not in *.lib)
so how should i set this in project setting,
basially tells the VS that this symbol is in some DLL ?
X****r
发帖数: 3557
2
Try to add the DLL into the project, or to change the project option
of linker input to add this particular DLL.

【在 s*****w 的大作中提到】
: hi i'm building a project,
: it says "unsolved external symbol", this symbol is in some dll file,
: (basically it's not in *.lib)
: so how should i set this in project setting,
: basially tells the VS that this symbol is in some DLL ?

1 (共1页)
进入Programming版参与讨论
相关主题
a simple DLL and EXE question没完的“unresolved external symbol” in c++ compiling
问个DLL调用问题GO似乎是目前最难反编译的代码了
从DLL上看,能不能知道是哪个编译器编译出来的么Re: 一个DLL的问题
一个面试题Help: any good decompiler for DLL
请教VC2003 debug问题要写 Visual C 下的 DLL 东西
dll求救Question about COM
how to resolve this problem?How to find the DLL dependency of an EXE file?
c++设计一问:如何动态地调用不同的算法的dll ?为什么我的visual C++ 找不到 "Stdafx.h" ?
相关话题的讨论汇总
话题: dll话题: project话题: symbol话题: setting话题: visual