is there any way to use jsoncpp.lib in codeblocks?

0

I need to use jsoncpp.lib in codeblocks, but when compiling I get the following compiler errors:

  

D: \ Users \ User \ Documents \ CodeBlocks \ demo \ main.cpp | 20 | undefined   reference to 'Json :: Value :: Value (Json :: ValueType)' |

     

D: \ Users \ User \ Documents \ CodeBlocks \ demo \ main.cpp | 20 | undefined   reference to 'Json :: Value :: ~ Value ()' |

     

|| error: ld returned 1 exit status |

If you have doubts about whether I linked lib to the project! Yes, I did! Lib link link to project > > link

    
asked by anonymous 09.07.2018 / 23:01

0 answers