rikyoz / bit7z

A C++ static library offering a clean and simple interface to the 7-zip shared libraries.
https://rikyoz.github.io/bit7z
Mozilla Public License 2.0
611 stars 112 forks source link

Library class undefined #118

Closed marfixdev closed 1 year ago

marfixdev commented 1 year ago

I have included hpp files in my project and directories. I added pragma comment .lib to my header file but it still says undefined class

https://prnt.sc/kpjUU4av0tLd

I included these in my cpp file

https://prnt.sc/07K1ben-XjIv

still no success