巴扎黑2017-04-17 15:26:33
Under Visual Studio, to convert to a dynamic library, the export symbol must be given, so if there is a .def, it will be easy, but if not, it will be more difficult.
If you want to prevent the compilation time from being too long, you can use precompiled headers and incremental linking.