error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall CADOConn::C
Posted 笨nora
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall CADOConn::C相关的知识,希望对你有一定的参考价值。
背景:在MFC程序中写了两个project,其中一个project需要引用win32 project(ADOConn)。
1. __thiscall实为noise信息,重点是之后的CADOConn::CADOConn(void),原因为CADOConn有一个默认的构造函数,只有声明没有实现,需在.cpp文件中实现。
2. VS Configuration Properties下列三项要设置正确。
C/C++ ->General->Additional Include Directories 指定为包含ADOConn.h头文件的文件夹;
Linker->Genera->Additional Include Directories 指定为包含ADOConn.lib的文件夹;
Linker->Input->Additional Dependencies 需包含ADOConn.lib。
以上是关于error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall CADOConn::C的主要内容,如果未能解决你的问题,请参考以下文章
出现fatal error LNK1120: 1 unresolved externals
error LNK2001: unresolved external symbol __imp__WSAStartup@8 SOCKET(转)
编译错误,如何解决error LNK2001: unresolved external symbol
c语言 调试错误想不通 error LNK2001: unresolved external symbol