jsoncpp icon indicating copy to clipboard operation
jsoncpp copied to clipboard

GSHandlerCheck Error

Open killghost opened this issue 3 years ago • 0 comments

I was able to compile jsoncpp (x64-windows-static) with the latest vcpkg. cpkg will automatically compile jsoncpp version 1.9.5.

I copied the Lib file and Header file to my project. v There will be an error GSHandlerCheck Error here:

1>json2_jsoncpp_x64.lib(json_writer.cpp.obj) : error LNK2001: __GSHandlerCheck_EH4 1>json2_jsoncpp_x64.lib(json_value.cpp.obj) : error LNK2001: __GSHandlerCheck_EH4

If I use vcpkg release (2021.05.12) version. He will compile jsoncpp 1.9.4. And it can be used normally in my project.

The latest vcpkg compiled jsoncpp 64-bit, his Lib size is 5.1M

The jsoncpp 64-bit compiled by vcpkg release (2021.05.12) version has a Lib size of 5.9M

I Can anyone help me to solve this problem. Thanks

killghost avatar Feb 16 '22 02:02 killghost