Thanks for the input but I&#39; rather not requre every user of my software to set an environment variable.&nbsp; Since I have the source to my app isn&#39;t there something I can change about my app to not do whatever is causing the problem?<br>
<br>Thanks.<br><br>Blake<br><a href="http://blake.mcbride.name">http://blake.mcbride.name</a><br><br><br><div class="gmail_quote">On Mon, Dec 1, 2008 at 6:18 PM, jeffz <span dir="ltr">&lt;<a href="mailto:wineforum-user@winehq.org">wineforum-user@winehq.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="Wj3C7c"><br>
Blake McBride wrote:<br>
&gt; Greetings,<br>
&gt;<br>
&gt; I have a Win32 app I wrote in C. &nbsp;I compiled the source code for Wine<br>
&gt; without a problem. &nbsp;The app appears to run fine but it spits out:<br>
&gt;<br>
&gt; fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet<br>
&gt;<br>
&gt; I checked all of my code and nowhere do I use WM_ERASEBKGND. &nbsp;Can someone<br>
&gt; give me a hint on how to get rid of this annoying message?<br>
&gt;<br>
&gt; Thank you.<br>
&gt;<br>
&gt; Blake McBride<br>
</div></div>&gt; -------------- next part --------------<br>
&gt; An HTML attachment was scrubbed...<br>
&gt; URL: <a href="http://www.winehq.org/pipermail/wine-users/attachments/20081201/3d351629/attachment.htm" target="_blank">http://www.winehq.org/pipermail/wine-users/attachments/20081201/3d351629/attachment.htm</a><br>
<br>
<br>
it&#39;s just an informational message, if you don&#39;t want to see it then set the environment variable WINEDEBUG to -all<br>
<br>
WINEDEBUG=-all wine foo.exe<br>
<br>
<br>
<br>
<br>
<br>
</blockquote></div><br>