It’s the first time that I want to use a downloaded SDK. What is the best way to include its source files, by not adding them to the project folder (external)?
(I’m using VC++ 6.)
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 just need to set up your compiler and linker include paths to reference the new headers and libraries that are included in the SDK.
For VC6, right click on your project in the Workspace ->
Settings:For later versions – right click on your project in the Solution Explorer – open
Properties.