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.
I used to use a couple of commercial solutions (don't remember the names anymore) but I have lately been trying to use open source. Hopefully I'll get enough skill in c++ to write a multifunction...