<span class="Apple-style-span" style="font-family: 'Segoe UI', Verdana, Arial; font-size: 13px; "><div id="errorTitleSection" class="section">From googling "MSVC 4503" : <a href="http://msdn.microsoft.com/en-us/library/074af4b6(v=vs.80).aspx">http://msdn.microsoft.com/en-us/library/074af4b6(v=vs.80).aspx</a></div>
<div id="errorTitleSection" class="section"><br></div><div id="errorTitleSection" class="section">'identifier' : decorated name length exceeded, name was truncated<br><p></p></div><p>The decorated name was longer than the compiler limit (4096), and was truncated. To avoid this warning and the truncation, reduce the number of arguments or name length of identifiers used.</p>
<p>It may be still necessary for older MSVC's, and it may even still be necessary for VS 2010. You'd have to try. This warning was always generated by Debug builds of stuff using STL extensively (or sometimes even incidentally...)</p>
<p>You'd have to try it without it to see.....</p><p><br></p><p>HTH,</p><p>David</p><p><br></p></span><br><div class="gmail_quote">On Tue, Feb 15, 2011 at 7:03 PM, Pebay, Philippe P <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 still have some the following old MSC compiler directive in several statistics engines:<br>
<br>
#if defined(_MSC_VER)<br>
#pragma warning (disable:4503)<br>
#endif<br>
<br>
It was put long ago as a result of some issues with (surprise) some MS compiler, but I do not remember exactly why.<br>
<br>
I wonder whether this still is necessary.<br>
<br>
Thanks<br>
P<br>
--<br>
Philippe Pébay<br>
Sandia National Laboratories<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>