
My project have a lot setting in Visual C++ 6.0 setting: Tool > Option > Directories
Include/Link/Source files
Is there any way to save these settings into a file or where is it in VC 6.0?
I want use this setting in another computer.
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.
They’re stored in the registry at:
So you could use regedit to export a registry file if you want.
It’s not what you asked, but in most cases, you’re probably better off storing directory information as project settings (in the .dsp file). It makes working on multiple projects (and multiple versions) easier.