On Mon, Nov 9, 2009 at 10:28 AM, Quan Zongliang <[email protected]> wrote: > Hi, all > > To support archive file, wxWidgets has some directive: > wxUSE_ARCHIVE_STREAMS, > wxUSE_ZIPSTREAM, > wxUSE_TARSTREAM, > wxUSE_ZLIB, > and so on. > And under windows, all of them is default 1. (include/msvc/wx/setup.h) > > Should I include setup.h file in header file? It seems not a good idea.
No - it should get pulled in vi wx.h though, so you can test those macros. > And how to set it under other OSs? It's created by the configure script - like windows though, it should be pulled in via wx.h. -- Dave Page EnterpriseDB UK: http://www.enterprisedb.com PGDay.EU 2009 Conference: http://2009.pgday.eu/start -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
