How to switch a project built on Visual studio 2010 from dynamic to static? -


i have started using visual studio 2010 ,so i'm unaware of various options. have created project , in application wizard @ beginning,i had checked box said dynamic libraries.

now need statically link same project make portable.please me out.

thank you.

  1. in solution explorer, find project in question, right click , select properties.
  2. the default selection in left sidebar should configuration property -> general; if it's not, select that.
  3. in main section, under project defaults, set configuration type dropdown static library (.lib).

Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -