visual studio 2013搭建pgadmin开发环境

发布于 2021-11-25 22:46:03 字数 4335 浏览 933 评论 1

visual studio 2013搭建pgadmin开发环境,生成时提示无法解析的外部命令,不知道大家有没有遇到过类似的情况。


......

1>ddGenerationWizard.obj : error LNK2001: 无法解析的外部符号 "__declspec(dllimport) public: bool __thiscall wxWizardEvent::GetDirection(void)const " (__imp_?GetDirection@wxWizardEvent@@QBE_NXZ)
1>hdLineTerminal.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: void __thiscall wxDCBase::DrawCircle(class wxPoint const &,int)" (__imp_?DrawCircle@wxDCBase@@QAEXABVwxPoint@@H@Z),该符号在函数 "public: virtual class hdPoint & __thiscall hdLineTerminal::draw(class wxBufferedDC &,class hdPoint &,class hdPoint &,class hdDrawingView *)" (?draw@hdLineTerminal@@UAEAAVhdPoint@@AAVwxBufferedDC@@AAV2@1PAVhdDrawingView@@@Z) 中被引用
1>hdPolyLineHandle.obj : error LNK2001: 无法解析的外部符号 "__declspec(dllimport) public: void __thiscall wxDCBase::DrawCircle(class wxPoint const &,int)" (__imp_?DrawCircle@wxDCBase@@QAEXABVwxPoint@@H@Z)
1>hdSelectAreaTool.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: void __thiscall wxRect::SetBottomRight(class wxPoint const &)" (__imp_?SetBottomRight@wxRect@@QAEXABVwxPoint@@@Z),该符号在函数 "public: virtual void __thiscall hdSelectAreaTool::mouseDrag(class hdMouseEvent &)" (?mouseDrag@hdSelectAreaTool@@UAEXAAVhdMouseEvent@@@Z) 中被引用
1>pgAdmin3.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: __thiscall wxPathList::wxPathList(class wxPathList const &)" (__imp_??0wxPathList@@QAE@ABV0@@Z),该符号在函数 "protected: void __thiscall pgAdmin3::InitHelp(void)" (?InitHelp@pgAdmin3@@IAEXXZ) 中被引用
1>pgAdmin3.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: void __thiscall wxAppConsole::SetAppName(class wxString const &)" (__imp_?SetAppName@wxAppConsole@@QAEXABVwxString@@@Z),该符号在函数 "public: virtual bool __thiscall pgAdmin3::OnInit(void)" (?OnInit@pgAdmin3@@UAE_NXZ) 中被引用
1>pgAdmin3.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: void __thiscall wxAppBase::SetExitOnFrameDelete(bool)" (__imp_?SetExitOnFrameDelete@wxAppBase@@QAEX_N@Z),该符号在函数 "public: virtual bool __thiscall pgAdmin3::OnInit(void)" (?OnInit@pgAdmin3@@UAE_NXZ) 中被引用
1>pgAdmin3.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) int __cdecl wxEntry(struct HINSTANCE__ *,struct HINSTANCE__ *,char *,int)" (__imp_?wxEntry@@YAHPAUHINSTANCE__@@0PADH@Z),该符号在函数 _WinMain@16 中被引用
1>pgAdmin3.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: __thiscall wxAppInitializer::wxAppInitializer(class wxAppConsole * (__cdecl*)(void))" (__imp_??0wxAppInitializer@@QAE@P6APAVwxAppConsole@@XZ@Z),该符号在函数 "void __cdecl `dynamic initializer for 'wxTheAppInitializer''(void)" (??__EwxTheAppInitializer@@YAXXZ) 中被引用
1>pgAdmin3.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) void __cdecl wxInitAllImageHandlers(void)" (__imp_?wxInitAllImageHandlers@@YAXXZ),该符号在函数 "public: virtual bool __thiscall pgAdmin3::OnInit(void)" (?OnInit@pgAdmin3@@UAE_NXZ) 中被引用
1>pgAdmin3.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: void __thiscall wxXmlResource::InitAllHandlers(void)" (__imp_?InitAllHandlers@wxXmlResource@@QAEXXZ),该符号在函数 "public: virtual bool __thiscall pgAdmin3::OnInit(void)" (?OnInit@pgAdmin3@@UAE_NXZ) 中被引用
1>pgAdmin3.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: void __thiscall wxXmlResource::AddHandler(class wxXmlResourceHandler *)" (__imp_?AddHandler@wxXmlResource@@QAEXPAVwxXmlResourceHandler@@@Z),该符号在函数 "public: virtual bool __thiscall pgAdmin3::OnInit(void)" (?OnInit@pgAdmin3@@UAE_NXZ) 中被引用
1>pgAdmin3.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: __thiscall wxCmdLineParser::wxCmdLineParser(struct wxCmdLineEntryDesc const *,int,wchar_t * *)" (__imp_??0wxCmdLineParser@@QAE@PBUwxCmdLineEntryDesc@@HPAPA_W@Z),该符号在函数 "public: virtual bool __thiscall pgAdmin3::OnInit(void)" (?OnInit@pgAdmin3@@UAE_NXZ) 中被引用
1>pgAdmin3.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: static bool __cdecl wxSocketBase::Initialize(void)" (__imp_?Initialize@wxSocketBase@@SA_NXZ),该符号在函数 "protected: void __thiscall pgAdmin3::InitNetwork(void)" (?InitNetwork@pgAdmin3@@IAEXXZ) 中被引用
1>.Debug/pgAdmin3.exe : fatal error LNK1120: 308 个无法解析的外部命令
========== 生成:  成功 0 个,失败 1 个,最新 1 个,跳过 0 个 ==========

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文