Hi,<br><br>That means the decorated name is larger than the compiler limit ( 4096 characters ) this warning will appear in VS2005, VS2008, and 2010. You can use structs instead of typedefs to work around this problem as seen in the msdn article <a href="http://msdn.microsoft.com/en-us/library/074af4b6%28v=VS.100%29.aspx">http://msdn.microsoft.com/en-us/library/074af4b6%28v=VS.100%29.aspx</a>.<br>

<br><div class="gmail_quote">On Fri, May 27, 2011 at 5:04 PM, Philippe Pébay <span dir="ltr"><<a href="mailto:pppebay@sandia.gov">pppebay@sandia.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hello<br>
<br>
I have put the following:<br>
#if defined(_MSC_VER)<br>
#pragma warning (disable:4503)<br>
#endif<br>
in some of the statistics classes because at least one VS compiler on the Dashboard gave me trouble with decorated name lengths.<br>
<br>
Does anyone know whether there still is this kind of limitation with the currently supported VS compilers?<br>
<br>
I would like to remove these statements if they have become unnecessary.<br>
<br>
Thanks<br>
Philippe<br>
-- <br>
Philippe Pébay<br>
Sandia National Laboratories<br>
<br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
<br>
</blockquote></div><br><br clear="all"><br>-- <br>Robert Maynard<br>