undecorate function names with visual studio sdk
Posted
by Georg Fritzsche
on Stack Overflow
See other posts from Stack Overflow
or by Georg Fritzsche
Published on 2009-10-24T06:42:55Z
Indexed on
2010/05/11
1:14 UTC
Read the original article
Hit count: 465
To undecorate mangled C++ names that Visual Studio generates, you can use undname.exe
.
But what if you want to avoid the overhead of creating a full-blown process every time you need undecoration?
Is there any equivalent functionality in the Visual Studio SDK (should be supported in VS2005)?
© Stack Overflow or respective owner