I have what seems to be a VC++ executable and would like to be able to use some of its methods in my own code, so far I've managed to find this article explaining how to use the code. However, I do not know the signature of the method I'm looking for, so I searched a bit more and found this SO posting that suggests the signatures are mangled.
So, is it possible to unmangle them? I mean, even if its by inspection, would it be possible? If so How do I extract the mangled method signatures?