i am doubtful about it that vc++6.0 is .Net framework independent or depends on it help required?
Share
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.
VC++ 6.0 does not depend on .NET. It shipped as part of the last set of Microsoft development tools before the debut of .NET. You can rest assured, though, that even versions of VC++ since then don’t bring in .NET by default–they only use .NET if you compile with managed extensions turned on.