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.
- in solution explorer, find project in question, right click , select properties.
- the default selection in left sidebar should configuration property -> general; if it's not, select that.
- in main section, under project defaults, set configuration type dropdown static library (.lib).
Comments
Post a Comment