<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2900.2523" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>Hello all,</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>in src\kernel\qfontengine_win.cpp</FONT></DIV>
<DIV><FONT size=2>Line:449 int i</FONT></DIV>
<DIV><FONT size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; should be 
changed to px; otherwize it will not pass complier for MS VC 6.0</FONT></DIV>
<DIV><FONT size=2>change into</FONT></DIV><FONT size=2>
<DIV><BR>&nbsp;&nbsp;for (int 
px=0;px&lt;si-&gt;num_glyphs;px++)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
x += advances[px];</DIV>
<DIV>also in</DIV>
<DIV>src\kernel\qpainter_win.cpp</DIV>
<DIV>for the same reason</DIV>
<DIV>Line 2884: int i</DIV>
<DIV>&nbsp;&nbsp; should be changed into:</DIV>
<DIV>for (int px=0;px&lt;npoints;px++) 
{<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
points[px].x = pa[index+px].x 
();<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
points[px].y = pa[index+px].y ();<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
}</DIV>
<DIV>&nbsp;</DIV>
<DIV>Best Regards,</DIV>
<DIV>Bennix Xu</DIV>
<DIV>FuDan University,Shanghai</DIV>
<DIV>P.R.China</DIV>
<DIV></FONT>&nbsp;</DIV></BODY></HTML>