Correct way to add Toradex CE libraries to VS 2015 project

I read an article about adding CE libraries to a VS 2008 project which seemed much like a manual process. I’m wondering if there is a more standard way to install the Toradex CE libraries into a VS 2015 project or if it similar to VS 2008 which seemed to be a process of copying files into the project and modifying some project settings.

Dear @michaelquicquaro,

We don’t have a standard way to install the Toradex CE libraries into a VS 2015 project. You must do manually edit the project properties to include header files path and additional libraries path.

You fix the path for Toradex CE libraries in your PC, set the same paths in all projects hence it will be a hurdle. If you are afraid of moving project locations then you would include libraries inside the project and use a relative path then it won’t make any issue.

Thank you.