On Fri, 2 May 2008 02:58:34 +0300 Nerijus Baliunas <[EMAIL PROTECTED]> wrote:

NB> On Fri, 2 May 2008 01:27:38 +0200 Vadim Zeitlin <[EMAIL PROTECTED]> wrote:
NB> 
NB> VZ> NB> /a/M/M/include/gui/wxMDialogs.h:29: warning: type attributes 
ignored after type is already defined
NB> VZ> 
NB> VZ>  They should be fixed now, if any others remain please fix them in the 
same
NB> VZ> way (i.e. s/WXDLLEXPORT/WXDLLIMPEXP_FWD_CORE/ (or _BASE for non-GUI 
classes)).
NB> 
NB> I'm not sure I see the difference. For example, you changed:
NB> include/MailFolder.h
NB> +class WXDLLIMPEXP_FWD_CORE wxFrame;
NB> 
NB> but include/gui/wxMDialogs.h
NB> +class WXDLLIMPEXP_FWD_BASE wxFrame;

 Sorry, that was just a mistake. Both should be WXDLLIMPEXP_FWD_CORE.

NB> Another question - should all WXDLLEXPORTs be replaced, or only those
NB> which have warnings?

 Normally all WXDLLEXPORTs in forward declarations should be replaced as
all of them should result in this warning. BTW, what compiler do you use? I
don't get this warning, I thought it was only given by mingw32 4.

VZ


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Mahogany-Developers mailing list
Mahogany-Developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to