mirror of
https://github.com/fadden/ciderpress.git
synced 2024-11-22 20:31:08 +00:00
CiderPress Apple II archive utility for Windows
8e910b23ca
Many updates to format strings, largely as a result of changing various "long" variables to uint32_t. Fixed the diskimg debug macros for gcc, which requires an extra "##" to remove the "," when there are no arguments. (Apparently Visual Studio just strips this away for you.) Stripped out a couple of dead variables spotted by gcc. Return the actual error in a couple of HFS file functions. |
||
---|---|---|
app | ||
diskimg | ||
DIST | ||
linux | ||
mdc | ||
nufxlib | ||
reformat | ||
util | ||
zlib | ||
.gitignore | ||
CP.sln | ||
LICENSE.txt | ||
ReadMe.htm | ||
README.md |
UNDER CONSTRUCTION
I'm in the process of updating CiderPress to work with newer tools (VS 2013) and operating systems.
Current status:
- Win32 main application properly executes basic functions. Still some things missing. Not well tested.
- MDC application seems to work; not well tested.
- Linux code doesn't compile.
- The web documentation has been moved to github (see the gh-pages branch) and is available from http://a2ciderpress.com/.