Hi,
I have visual studio 2005 C++ Express Edition Installed. The instructions I have to create a library file are as follows:
1. Create a project
2. Add Header Files to the project
3. Change the Configuration Type on the Properties Menu to Static Library (lib)
4. Still in the property window, click Library, then General, then change the output file to prj1.lib
5. Build the library
My question is this: the project builds, but I can't find the prj1.lib file anywhere. Any suggestions?
Thanks, Elise