ruis icon indicating copy to clipboard operation
ruis copied to clipboard

MSVS link warning, see appveyor log

Open igagis opened this issue 8 years ago • 2 comments

LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library

igagis avatar Aug 13 '16 00:08 igagis

Looks like some third party library packed to nuget has incorrect compilation flags -MT instead of MD

igagis avatar Aug 20 '16 21:08 igagis

LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library [C:\projects\morda\msvs_solution\test_app\test_app.vcxproj]

igagis avatar Mar 02 '17 14:03 igagis