sonyps5201314 / msvcr14x

msvcr14x is a program that allows programs compiled with VC2015 and above not to rely on a bunch of useless API-Ms-win-starting DLLS
Apache License 2.0
54 stars 14 forks source link

about msvcp14x_static_part and MFC14X_dynamic_part #11

Closed sinfee closed 1 month ago

sinfee commented 1 month ago

The names of the msvcp14x_static_part.lib and MFC14X_dynamic_part.lib libraries are the same for both debug and release configurations, which makes it difficult to distinguish between the debug and release versions and causes inconvenience in use. It would be better if the names could be distinguished in the library names.

sonyps5201314 commented 1 month ago

These are internal intermediate projects. You should use setup.vbs to install this warehouse. Then your VS C++ project will automatically use these link libraries.

sinfee commented 1 month ago

Ok, thank you very much for your support