[wx-dev] Re: Question about trunk sample includes,
should <> be used instead of ""
Stefan.Neis at t-online.de
Stefan.Neis at t-online.de
Sun Feb 3 03:22:46 PST 2008
Hi,
> I am still going to work on a single header file that contains class
> forward declares on the classes defined by wx/wx.h.
It may be a dumb question, but what's the point of such a header?
E.g.
> class WXDLLIMPEXP_FWD_CORE wxApp; // #include <wx/app.h>
> class WXDLLIMPEXP_FWD_CORE wxButton; // #include <wx/button.h>
Any application will have to #include "wx/app.h" and likely
"wx/button.h" (or (wx/wx.h) anyway, as you normally want to
use some methods of these classes. So for what situation is
that header supposed to be useful?
Regards,
Stefan
More information about the wx-dev
mailing list