<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=windows-1251">
</head>
<body bgcolor="#ffffff" text="#000000">
Replying with wine-devel, cause my gmail account reported<br>
failed delivery to Vladimir's mail address. You have a kind of
forwarding<br>
or I don't know what.<br>
<br>
<blockquote type="cite">-------- Original Message --------
  <table class="moz-email-headers-table" border="0" cellpadding="0"
 cellspacing="0">
    <tbody>
      <tr>
        <th align="RIGHT" nowrap="nowrap" valign="BASELINE">Subject: </th>
        <td>Re: winhlp32: Improve Tab view [try 3]</td>
      </tr>
      <tr>
        <th align="RIGHT" nowrap="nowrap" valign="BASELINE">Date: </th>
        <td>Tue, 09 Feb 2010 21:14:04 +0500</td>
      </tr>
      <tr>
        <th align="RIGHT" nowrap="nowrap" valign="BASELINE">From: </th>
        <td>Vladimir Pankratov <a class="moz-txt-link-rfc2396E" href="mailto:scriptkid@mail.ru">&lt;scriptkid@mail.ru&gt;</a></td>
      </tr>
      <tr>
        <th align="RIGHT" nowrap="nowrap" valign="BASELINE">Reply-To: </th>
        <td><a class="moz-txt-link-abbreviated" href="mailto:scriptkid@mail.ru">scriptkid@mail.ru</a></td>
      </tr>
      <tr>
        <th align="RIGHT" nowrap="nowrap" valign="BASELINE">To: </th>
        <td>Nikolay Sivov <a class="moz-txt-link-rfc2396E" href="mailto:bunglehead@gmail.com">&lt;bunglehead@gmail.com&gt;</a></td>
      </tr>
    </tbody>
  </table>
  <br>
  <br>
  <pre>You wrote:
&gt; On 2/8/2010 16:59, Vladimir Pankratov wrote:
&gt;&gt; Hello all.
&gt;&gt;
&gt;&gt; changes since try 2:
&gt;&gt;  removed files without IDD_INDEX dialog
&gt;&gt; +                WCHAR wszText[255];
&gt;&gt;    
&gt; Isn't it possible to use some defined name here? MAX_PATH probably. </pre>
</blockquote>
<br>
<blockquote type="cite">
  <pre>AJ said: MAX_PATH doesn't make sense here, this is not a file name. What to do?
  </pre>
</blockquote>
<br>
I was my guess only, about MAX_PATH, cause it's 260 and you used 255.<br>
<pre>What to do? Something I replied on previous try. You should figure out 
using native program how bigger

this string could be and just use this length. If I got it right it's a 
kind of UI element you could easily access

in native program too. Just type and count, that's all. After that put a 
constant and a comment that you verified it.

P.S. Just checked. And it supports 256 characters, so you need 257 
buffer I suppose.




</pre>
</body>
</html>