c++ - 如何将静态库转成动态库(Visual Studio)?
PHPz
PHPz 2017-04-17 15:24:33
0
1
992

有源代码并且代码量比较大,是静态库的工程(VS2013),如何快速将其转换成动态链接库?

PHPz
PHPz

学习是最好的投资!

reply all(1)
巴扎黑

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.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template