Thread overview
Bad looking pixels at bottom of menu bars - screenshot.jpg
Oct 27, 2004
Storck
Oct 28, 2004
Walter
Oct 28, 2004
storck
Oct 28, 2004
W³odzimierz Skiba
October 27, 2004
Hi all!
I am new to Digital Mars C++. I have mostly used Borland Builder in the past.
Also been playing with Dev-c++ and gcc. From the few test programs I have
compiled I am very pleased with the speed of DM. Now for my question. Both when
compiling wxwidgets and win32 programs, they do not look very good. There are
some ugly pixels at the bottom of the menu bar. Or between the menubar and the
toolbar. I really can't let my programs look like that on WinXp. I have never
seen it before when using for example mingw studio. Does this make any sense?
Any suggestions? Here is a bad quality scrrendump, but I think you get the
picture. Any comments would be most welcome.

Regards,

Storck


October 28, 2004
"Storck" <Storck_member@pathlink.com> wrote in message news:cloum3$2vku$1@digitaldaemon.com...
> Hi all!
> I am new to Digital Mars C++. I have mostly used Borland Builder in the
past.
> Also been playing with Dev-c++ and gcc. From the few test programs I have compiled I am very pleased with the speed of DM. Now for my question. Both
when
> compiling wxwidgets and win32 programs, they do not look very good. There
are
> some ugly pixels at the bottom of the menu bar. Or between the menubar and
the
> toolbar. I really can't let my programs look like that on WinXp. I have
never
> seen it before when using for example mingw studio. Does this make any
sense?
> Any suggestions? Here is a bad quality scrrendump, but I think you get the picture. Any comments would be most welcome.

This is a common problem, and fortunately there's an easy solution: www.digitalmars.com/faq.html#subsystem


October 28, 2004
Thank you for a very fast reply. I am happy again. One thought though, maybe it would be a good idea to have this working right out of the box.

Best Regards,

Storck


October 28, 2004
storck <storck_member@pathlink.com> wrote in news:clqdjp$1nr0$1@digitaldaemon.com:

> Thank you for a very fast reply. I am happy again. One thought though, maybe it would be a good idea to have this working right out of the box.

AFAIK this works right out of the box in the new build system of wxWidgets
family where bakefile is used. It was introduced into bakefiles at
http://cvs.sourceforge.net/viewcvs.py/bakefile/bakefile/rules/makefile_defs_dmars_common.bkl?r1=1.1&r2=1.2

ABX