> No - it should get pulled in vi wx.h though, so you can test those macros.
No, it didn't.
I can't detect them now. Like:
#if wxUSE_STREAMS || wxUSE_ZIPSTREAM || wxUSE_TARSTREAM
some codes
#endif
Always get false.
---
Quan Zongliang
quanzongli...@gm
Hi Quan,
On other system:
While configuring wxWidget, we should use the following option..
wxUSE_ARCHIEVE_STREAMS: --enable-arcstream
wxUSE_ZIPSTREAN: --enable-zipstream
wxUSE_TARSTREAM: --enable-tarstream
wxUSE_ZLIB: --with-zlib
so, the configuration options will be similar to this one..
./con
On Mon, Nov 9, 2009 at 10:28 AM, Quan Zongliang 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
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.
And how to