<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1479" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi there,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I try to use this metric, and I try to follow the 
example code&nbsp;by setting the histogram Size like this:</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT 
size=2>-----------------------------------------------------------------------------</FONT><FONT 
color=#0000ff size=2></FONT></DIV>
<DIV>
<P><FONT color=#0000ff size=2>unsigned</FONT><FONT size=2> </FONT><FONT 
color=#0000ff size=2>int</FONT><FONT size=2> nBins = 50;</P></FONT><FONT size=2>
<P>MetricType::HistogramType::SizeType histSize;</P>
<P>histSize[0] = nBins;</P>
<P>histSize[1] = nBins;</P>
<P>histSize[2] = nBins;</P>
<P>metric-&gt;SetHistogramSize(histSize);</P>
<P>-----------------------------------------------------------------------------</P>
<P><FONT face=Arial>No matter what number I try...at the run time, I always get 
this error message:</FONT></P>
<P><FONT face=Arial>"Stack around the variable 'hisSize' was 
corrupted"</FONT></P>
<P><FONT face=Arial>Does anyone have any idea what that means?&nbsp; How should 
we set the metric then??</FONT></P>
<P><FONT face=Arial>Thanx!!</FONT></P>
<P><FONT face=Arial>Grace</FONT></P></FONT></DIV></BODY></HTML>