iamnp
iamnp

Reputation: 508

using JSONcpp in VS 2010

Is there any way to create .lib that will work on VS2010? Even amalgamation version of JSONcpp doesn't work(( It is throws me LNK2028 and LNK2019 errors.

Upvotes: 2

Views: 580

Answers (1)

reevh
reevh

Reputation: 765

Amalgamation should work on VS2010. Make sure you add the path to Additional Include Directories.

Upvotes: 2

Related Questions