menu alignment
chris elliott
biol75 at york.ac.uk
Thu Mar 1 06:00:44 PST 2007
Troels wrote:
>
>> I see a misalignment of the File menu with bitmap with VC and DMC
>> compilers, but not with watcom
>
> Significant probably. Perhaps it has to do with
>
> #if defined(MIIM_BITMAP) && (_WIN32_WINNT >= 0x0500)
>
> Perhaps MIIM_BITMAP and/or _WIN32_WINNT (or some such) are defined
> differently in watcom headers? I did try out several different settings
> of these, in VC, didn't appear to have the desired effect, perhaps
> watcom have just the right combination of settings??
my vc6 does have MIIM_BITMAP in winuser.h but it does not seem to be
defined by the time the code gets here
chris
More information about the wx-users
mailing list