How do I add:
pl\bin
to my VS2008 PATH?
I read in a forum post: . . . ensure pl\bin is in %PATH%
But I can’t seem to find such an option in my VS2008 Project Properties, etc…
Thanks,
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.
%PATH% refers to the Windows system path. Go to Control Panel / System / Advanced System Settings / Environment Variables, where you can see the various variables,one of them being PATH.
If you are using a C++ project, there is also a possibility to change the list of directories searched during a build in Tools / Options / Projects and solution / VC++ directories