<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-2">
<META content="MSHTML 6.00.2800.1170" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>When running UltimateZip I get </FONT></DIV>
<DIV><FONT face=Arial size=2>LISTVIEW_GetColumnInfo(LISTVIEW_INFO *infoPtr, INT 
nSubItem)&nbsp;&nbsp; (listview.c:1237) ... assert (nSubItem &gt;= 0 
&amp;&amp;<BR>nSubItem &lt; 
infoPtr-&gt;hdpaColumns-&gt;nItemCount);</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Atfer doing some digging, I found out that problem 
is when deleting last column in ListView and scrolling it afterward. Atfer some 
more digging I found out that patch for this was already created and issued by 
Stefan Haller but was never commited. </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>In MSDN it says that last column should&nbsp;never 
be deleted (but we still need bulletproof code), but under WinXP I'm able to 
delete last column without any problems.&nbsp;We have two options, to delete 
last colulmn, or to return false and not delete last column.</FONT><FONT 
face=Arial size=2>&nbsp;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Anyway after mine or Stefan's 
patch&nbsp;UltimateZip and Starbase StarTeam&nbsp;work (our 
patch&nbsp;uses&nbsp;first option, deletes last column).</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><A 
href="http://www.winehq.com/hypermail/wine-patches/2003/02/0212.html">http://www.winehq.com/hypermail/wine-patches/2003/02/0212.html</A></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Matej Spiller-Muys</FONT></DIV></BODY></HTML>