Re: SVN Commit by guillaume: r7614 - in trunk/pgadmin3/pgadmin: . ui

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Quan Zongliang <quanzongliang(at)gmail(dot)com>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: SVN Commit by guillaume: r7614 - in trunk/pgadmin3/pgadmin: . ui
Date: 2009-02-27 07:21:21
Message-ID: 49A79471.9050808@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

Quan Zongliang a écrit :
> [...]
> 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)
>

Sorry my last patch contains an error. This is now fixed.

--
Guillaume.
http://www.postgresqlfr.org
http://dalibo.com

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Quan Zongliang 2009-02-27 08:48:47 build newest snapshot
Previous Message svn 2009-02-27 07:20:08 SVN Commit by guillaume: r7617 - trunk/pgadmin3/pgadmin