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
627 stars 114 forks source link

can not find "lib/7zSDK/CPP/Windows/COM.cpp" #5

Closed EruditePig closed 7 years ago

EruditePig commented 7 years ago

I want to build the staic lib accord to bit7z.pro, but I can not find the "lib/7zSDK/CPP/Windows/COM.cpp" file in 7zip SDK folder. There is a COM.h in "7zSDK/CPP/Windows" folder. Is this a mistake?

rikyoz commented 7 years ago

That file should be there! I've checked the 7-zip git repository (https://github.com/rikyoz/7-Zip/tree/master/CPP/Windows) used by bit7z as submodule and that file exists there!

EruditePig commented 7 years ago

errrrrr~ I get the 7zip SDK from url "http://www.7-zip.org/a/lzma1604.7z" in its website. You can check that the COM.cpp doesn't exist.

Thank you~

rikyoz commented 7 years ago

That's the LZMA SDK. When I'm talking about the "7-zip SDK", I'm referring to the source code of the whole 7-zip project (http://7-zip.org/a/7z1604-src.7z).