c++ - Visual Studio 2010 linking libraries and include paths for multiple projects -


i working on visual studio 2010 project use glew, glut , glm. have linked libraries , dll project.

question how do once , when create new project linked , libraries , paths linked past project still there.

so dont have again.

thank you.

you can create own project templates.

  1. create empty project libraries linked.
  2. file -> export template
  3. select "project template", choose template name , icons.
  4. check if "automatically import template visual studio" checked.
  5. now can create projects template.

Comments

Popular posts from this blog

What can cause "Required Package 'IndyCore' not found" when compiling a Delphi 2010 project? -

Change the color of an oval at click in Java AWT -