In the property sheet: for one User Macros, the name is OSGVE_DIR, with Value: $(SolutionDir)\..\..\..\..
What is the path of $(SolutionDir) ? \..\..\..\.. the slashes means change to the sub directory or up directory?
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.
You asked two completely independent questions. Below is the answer to your second one. I recommend re-asking your first one as a separate question.
The characters
..\signify moving up the folder hierarchy by one level. So, if while in the directorya\b\c\d\e\f\g\I referenced\..\..\..\, I would be now looking ata\b\c\d\The starting\simply says to reference the current directory and is (usually) optional.