a version of the lunar compress source code compileable by newer visual studio versions
https://fusoya.eludevisibility.org/lc/index.html
- download the latest version of visual studio: https://visualstudio.microsoft.com/downloads/
- in the visual studio installer, choose "Desktop development with C++"
- enable "MSVC v142 - VS 2019 C++" in the installation details (this is optional)
- open any of the sln file
- switch debug to release and compile!
at the moment this can only compile the programs, not the dll.
i am very unsure why this is the case, the dll IS compileable but none of the programs can actually read it.
after you compiled any of the programs, just copy the original dll from https://fusoya.eludevisibility.org/lc/download/lc190.zip next to the compiled exe for now.
when you copy the dll, make sure that if you compiled the program in x64, you copy the dll from the x64 folder or else the program will fail to load the dll.