Hi Herbert

line 258 of Window.xs reads

#if    defined( __MSW__ ) \

when it should read, I think

#if    defined( __WXMSW__ ) \

broken since May 2008.

I'm surprised you are the first to encounter a problem with this.

Regards

Mark


herbert breunung wrote:
> now to the right ml :
> just in case my messages regardin the wxFD_ constant and this response
> got lost: in Kephra i use:
> 
> $win->DragAcceptFiles(1) if Wx::wxMSW();
> 
> so it should be fine but exactly this throws under winxp a compiletime
> error. butonly under recent Wx/alien::Wx. wx 0.83 with widgets 2.8.7
> works with 1:1 same codebase as expected, so i suggest mattia introduced
> here some bug.
> 
> thanks and hope it helpes.
> herbert
> 
> Mattia Barbon schrieb:
>> herbert breunung wrote:
>>
>>   Hi,
>>
>>> the proble does not occur under wxwidgets 2.6.7 but at 2.8.8
>>> the neiter Wx::Frame nor Wx::STC know their DragAcceptFiles method
>>
>>   It's a Windows-only method, are you under Windows?
>>
>> Regards,
>> Mattia
>>
>> P.S.: WRT that method there should be no difference between
>>       wxWidgets versions


Reply via email to