<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=KOI8-R">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
<br>
I always use OutputDebugString (Win32 API), or TRACE macros under msvc
headers.<br>
Than it shows under the Debugger. And if on-site, Just download for
free the DebugMon application from:<br>
<a href="http://www.sysinternals.com">www.sysinternals.com</a> <br>
š It will catch and display all your Traces and let you save them to
file and more..<br>
<br>
Free Life<br>
Boaz<br>
<br>
Shachar Shemesh wrote:<br>
<blockquote type="cite" cite="mid3F939FE5.9030903@shemesh.biz">Dmitry
Timoshkov wrote:
  <br>
  <br>
  <blockquote type="cite">"Shachar Shemesh"
<a class="moz-txt-link-rfc2396E" href="mailto:wine-devel@shemesh.biz">&lt;wine-devel@shemesh.biz&gt;</a> wrote:
    <br>
    <br>
š
    <br>
    <br>
    <blockquote type="cite">I am trying to make an application work
under wine. The app is probably an MFC app, that defenitely uses MDI.
The problem boils down to this - it tries to create an MDI window by
doing SendMessageA to a message of type "WM_MDICREATE". Here's the
catch - the class it wants to use is in Unicode. This fails for obvious
reasons.
      <br>
šš <br>
    </blockquote>
    <br>
And what are that obvious reasons? AFAICS we do proper ansi/unicode
    <br>
conversions for WM_MDICREATE message in windows/winproc.c.
    <br>
    <br>
š
    <br>
    <br>
  </blockquote>
When you send things via the "SendMessageA", I would assume they need
to be ANSI. As such, the "obvious reasons" are that it appears, to my
understanding of things, that this SHOULD fail.
  <br>
  <br>
I'm trying to write a regression test, to see whether it doesn't fail
on Windows. If anyone has any idea how to create traces on Windows that
are similar to --debugmsg +relay, please let me know (I remeber that
someone said something about it in the past).
  <br>
  <br>
šššššššš Shachar
  <br>
  <br>
</blockquote>
</body>
</html>