Re: SVN Commit by dpage: r7552 - in trunk/pgadmin3/pgadmin: . ctl frm
| От | Quan Zongliang |
|---|---|
| Тема | Re: SVN Commit by dpage: r7552 - in trunk/pgadmin3/pgadmin: . ctl frm |
| Дата | |
| Msg-id | 20090114200126.4D5E.4125B4E5@gmail.com обсуждение исходный текст |
| Ответ на | SVN Commit by dpage: r7552 - in trunk/pgadmin3/pgadmin: . ctl frm (svn@pgadmin.org) |
| Ответы |
Re: SVN Commit by dpage: r7552 - in trunk/pgadmin3/pgadmin: . ctl frm
|
| Список | 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@gmail.com
CIT Japan: http://www.cit.co.jp
CIT China: http://www.citbj.com.cn
В списке pgadmin-hackers по дате отправления: