I checked out the microsoft documents. it shows how to create a static library upon creation of the project. but not necessarily on how to convert a previously made project, into a static library. So my question is, where do I go to turn my previously made project, into a static lib. so I can include it in my other projects
+5
A:
Project | Properties -> Configuration Properties -> General -> Configuration Type (Static Library).
Kyle Alons
2010-04-27 16:05:15
Yes. Better remove main() or DllMain() definitions as well.
Hans Passant
2010-04-27 16:51:58
A:
1) See my comments on your previous question
2) Properties - Configuration type - static library
Kotti
2010-04-27 16:05:24