Re: SVN Commit by dpage: r7552 - in trunk/pgadmin3/pgadmin: . ctl frm

From: Quan Zongliang <quanzongliang(at)gmail(dot)com>
To: svn(at)pgadmin(dot)org
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: SVN Commit by dpage: r7552 - in trunk/pgadmin3/pgadmin: . ctl frm
Date: 2009-01-14 11:10:19
Message-ID: 20090114200126.4D5E.4125B4E5@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers


> Modified:
> trunk/pgadmin3/pgadmin/ctl/ctlSQLBox.cpp

I got compile error:
...ctlsqlbox.cpp(567) : error C2653: 'wxSystemOptions' : is not a class or namespace name
...ctlsqlbox.cpp(567) : error C3861: 'SetOption': identifier not found
...ctlsqlbox.cpp(575) : error C2653: 'wxSystemOptions' : is not a class or namespace name
...ctlsqlbox.cpp(575) : error C3861: 'SetOption': identifier not found

wxWidgets 2.8.9 for windows with "#define wxUSE_SYSTEM_OPTIONS 1"
include path:
$(WXWIN)/include ( wx/sysopt.h is here. )
$(WXWIN)/contrib/include
...

I tried to add the line:
wxSystemOptions::SetOption(wxT("mac.listctrl.always_use_generic"), false);
to wxWidgets project's cpp file, it's ok without compile error.

How to correct my config?

-----------------------------------------------
Quan Zongliang
quanzongliang(at)gmail(dot)com
CIT Japan: http://www.cit.co.jp
CIT China: http://www.citbj.com.cn

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2009-01-14 11:45:38 SVN Commit by dpage: r7553 - in trunk/pgadmin3/pgadmin: ctl frm
Previous Message svn 2009-01-14 10:21:58 SVN Commit by dpage: r7552 - in trunk/pgadmin3/pgadmin: . ctl frm