lloyd / yajl

A fast streaming JSON parsing library in C.
http://lloyd.github.com/yajl
ISC License
2.15k stars 435 forks source link

Visual Studio 2015 - unresolved external symbol __imp___HUGE #196

Open silicus-mandar opened 7 years ago

silicus-mandar commented 7 years ago

Hi, I was able to build and run the application with VS 2012 however I am not able to build the application on VS 2015 it is giving me "unresolved external symbol __imp___HUGE" error. As per my general research in VS 2015 they have changed lot of Library functions I am not sure how I can fix this because it is coming from yajl lib. Please help me on this.

kushalgore commented 6 years ago

Hi Mandar, Did you get a solution to this problem? I am facing the same issue, so I would appreciate if you or anyone else on the community could help here. Thanks. - Kushal