menu alignment

chris elliott biol75 at york.ac.uk
Mon Apr 2 13:01:53 PDT 2007


hi, and I had checked it with  borland compiler. I think VC6 typically 
runs with WINVER=0x0400, and I thought my change would work for other 
compilers with WINVER=0x0400.

so could you let me know the Borland version and what the error is
chris



Markus Greither wrote:
> On 2 Mrz., 13:00, bio... at york.ac.uk (chris elliott) wrote:
>> Vadim, I would be grateful if you could check my patch; I'd like to get
>> it into 2.8.2
>>
>> It compiles for me with DMC, Borland, VC6, msys, cygwin
>> I don't have a newer VC compiler to check it with
>>
>> DMC is the only one out of line now, and this is because the headers
>> don't seem to have HBITMAPhbmpItemin the typedef tagMENUITEMINFOA /W
>>
>> chris
> 
> Chris and Vadim,
> 
> this hbmpitem is only available if WINVER>= 0x0500. As I typically
> still compile applications with WINVER=0x0400, wxWidgets 2.8.3 doesn't
> compile for me with Borland C++, and probably also not with the other
> compilers. So I suggest to extend the condition to not only check for
> DMC but for WINVER >= 0x0500 as well.
> 
> Regards
> Markus
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wx-users-unsubscribe at lists.wxwidgets.org
> For additional commands, e-mail: wx-users-help at lists.wxwidgets.org
> 




More information about the wx-users mailing list