From: | Quan Zongliang <quanzongliang(at)gmail(dot)com> |
---|---|
To: | Guillaume Lelarge <guillaume(at)lelarge(dot)info> |
Cc: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | Re: SVN Commit by guillaume: r7614 - in trunk/pgadmin3/pgadmin: . ui |
Date: | 2009-02-27 02:37:29 |
Message-ID: | 20090227113304.99DB.4125B4E5@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Hi, Guillaume
After update pgAdmin3.vcproj, I got link errors.
1>Linking...
1>frmMain.obj : error LNK2019: unresolved external symbol "public: __thiscall serverStatusFactory::serverStatusFactory(class menuFactoryList *,class wxMenu *,class ctlMenuToolbar *)" (??0serverStatusFactory@@QAE(at)PAVmenuFactoryList@@PAVwxMenu@@PAVctlMenuToolbar@@@Z) referenced in function "private: void __thiscall frmMain::CreateMenus(void)" (?CreateMenus(at)frmMain@@AAEXXZ)
1>pgAdmin3.obj : error LNK2019: unresolved external symbol "public: void __thiscall frmStatus::Go(void)" (?Go(at)frmStatus@@QAEXXZ) referenced in function "public: virtual bool __thiscall pgAdmin3::OnInit(void)" (?OnInit(at)pgAdmin3@@UAE_NXZ)
1>pgAdmin3.obj : error LNK2019: unresolved external symbol "public: __thiscall frmStatus::frmStatus(class frmMain *,class wxString const &,class pgConn *)" (??0frmStatus@@QAE(at)PAVfrmMain@@ABVwxString@@PAVpgConn@@@Z) referenced in function "public: virtual bool __thiscall pgAdmin3::OnInit(void)" (?OnInit(at)pgAdmin3@@UAE_NXZ)
-----------------------------------------------
Quan Zongliang
quanzongliang(at)gmail(dot)com
CIT Japan: http://www.cit.co.jp
CIT China: http://www.citbj.com.cn
From | Date | Subject | |
---|---|---|---|
Next Message | Dickson S. Guedes | 2009-02-27 02:39:42 | Re: Server Status window work |
Previous Message | Joshua D. Drake | 2009-02-26 23:46:46 | Re: speaking of 8.4... |