Possible Duplicate:
Find never-called functions
Hello
I know that similar question was already asked Find never-called functions
but maybe someone have some other solutions?That don’t require use of external programs.
I am working in c++
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, there isn’t a way of doing this built into Visual Studio. You will need a third-party program. Asking again isn’t going to change anything. The duplicate question that you link to was asked and answered well after Visual Studio 2008 was available. Someone would have suggested something if it existed.
It’s difficult to suggest any third-party solutions in particular because you don’t specify a language in the question. What you would choose for an unmanaged C++ project would be different than a .NET project.