[Wine] msg 14 (WM_ERASEBKGND) not supported yet

Blake McBride blake at mcbride.name
Mon Dec 1 19:58:24 CST 2008


Thanks for the input but I' rather not requre every user of my software to
set an environment variable.  Since I have the source to my app isn't there
something I can change about my app to not do whatever is causing the
problem?

Thanks.

Blake
http://blake.mcbride.name


On Mon, Dec 1, 2008 at 6:18 PM, jeffz <wineforum-user at winehq.org> wrote:

>
> Blake McBride wrote:
> > Greetings,
> >
> > I have a Win32 app I wrote in C.  I compiled the source code for Wine
> > without a problem.  The app appears to run fine but it spits out:
> >
> > fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
> >
> > I checked all of my code and nowhere do I use WM_ERASEBKGND.  Can someone
> > give me a hint on how to get rid of this annoying message?
> >
> > Thank you.
> >
> > Blake McBride
> > -------------- next part --------------
> > An HTML attachment was scrubbed...
> > URL:
> http://www.winehq.org/pipermail/wine-users/attachments/20081201/3d351629/attachment.htm
>
>
> it's just an informational message, if you don't want to see it then set
> the environment variable WINEDEBUG to -all
>
> WINEDEBUG=-all wine foo.exe
>
>
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-users/attachments/20081201/919f20b0/attachment.htm 


More information about the wine-users mailing list