On Oct 24, 2:13 pm, uvts_...@yahoo.com wrote:
> Hello,
>
[quoted text clipped - 3 lines]
> I think I saw such add-in in the past but I can't found any more the
> web page.
Well, I found it and maybe it is not a Visual Studio add-in.
STLFilt:
An STL Error Message Decryptor for C++
http://www.bdsoft.com/tools/stlfilt.html
Leor Zolman - 26 Oct 2007 03:39 GMT
On Oct 25, 8:51 am, uvts_...@yahoo.com wrote:
> On Oct 24, 2:13 pm, uvts_...@yahoo.com wrote:
>
[quoted text clipped - 12 lines]
>
> http://www.bdsoft.com/tools/stlfilt.html
Depends how you define "add-in".
There are three different ways you can use STLFilt with Visual C++:
1. From the command line, batch-file driven, directly invoking VC's
CL.EXE and piping the output to "perl STLFilt"
2. As a Visual C++ "Tool", basically scripted from within the IDE
3. By using the "Proxy CL.EXE", a replacement for VC's CL.EXE that
handles filtering. The native CL.EXE gets renamed, and the Proxy
CL.EXE invokes it.
Be sure to read the "README-VC.txt" file in the STLFilt distribution
for some VS2005+ - specific configuration.
-leor