How do you create .LIB files?
-
Yeah, I know this is probably a dumb question, but how do you create .lib files? I have some classes that I would like to convert to class libraries. Any help that would point me in the right direction would be appriciated. I tried searching around for it, but nothing useful. It seems like such a standard thing, but I can't find anything on it. Thanks
-
Yeah, I know this is probably a dumb question, but how do you create .lib files? I have some classes that I would like to convert to class libraries. Any help that would point me in the right direction would be appriciated. I tried searching around for it, but nothing useful. It seems like such a standard thing, but I can't find anything on it. Thanks
If you run Visual Studio .NET 2002/2003, just choose a new project of type "Win32". Then select "static library" in the project wizard. You're ready to go. :) -- The coolest game in the world: NHL Hockey[^]
-
If you run Visual Studio .NET 2002/2003, just choose a new project of type "Win32". Then select "static library" in the project wizard. You're ready to go. :) -- The coolest game in the world: NHL Hockey[^]
-
You could do the same in Visual C++ 6.0 not just VS.NET Sonork 100.41263:Anthony_Yio