[GLLUG] Reading/converting unknown database file
Henrik Morsing
henrik at morsing.cc
Sat Oct 5 09:18:39 UTC 2024
On Wed, Sep 25, 2024 at 02:42:39PM +0100, John Southern via GLLUG wrote:
>Is the Collectorz in the same format as CLZ? if so the there is a
>decompressor at https://github.com/sukharah/CLZ-Compression
>
I tried, but with my usual luck:
$ g++ -std=c++11 -iquote header "source/main.cpp" "source/CLZ.cpp" "source/CLZHashTable.cpp"
source/CLZ.cpp: In function ‘void CLZ::pack2(std::ifstream&, std::ofstream&)’:
source/CLZ.cpp:303:51: error: no matching function for call to ‘max(unsigned int, size_t&)’
303 | char* array = new char[std::max(16u, decomp_size)];
| ^
I'm not a developer, and certainly not in variants of C, so that will take me some time to decode.
Regards,
Henrik Morsing
More information about the GLLUG
mailing list