yaml-cpp icon indicating copy to clipboard operation
yaml-cpp copied to clipboard

Not able to link yaml-cpp.lib in cpp windows project

Open naveenmittal04 opened this issue 1 year ago • 3 comments

Screenshot 2024-08-24 170315

I am using tag:0.8.0 compiling on windows using cmake -G "Visual Studio 17 2022" and compiling in visual studio from sln project generated.

naveenmittal04 avatar Aug 24 '24 11:08 naveenmittal04

Screenshot 2024-08-24 170315

naveenmittal04 avatar Aug 24 '24 11:08 naveenmittal04

I meet this issue too.is there any resolution ?

iysheng avatar Sep 23 '24 08:09 iysheng

Same here, some say you need to #define YAML_CPP_STATIC_DEFINE it though it didn't work for me

mrOsamaIsmail avatar Oct 10 '24 17:10 mrOsamaIsmail