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 -- GLLUG mailing list GLLUG@mailman.lug.org.uk https://mailman.lug.org.uk/mailman/listinfo/gllug