I have a class that uses a DLL. I was wondering if I could compile the class into a .lib. I would just use it like it is but it requires me shutting of some of the options in MSVC++8.

Does anyone know how I could turn my .cpp into a .lib?