mirror of
https://github.com/fadden/ciderpress.git
synced 2025-02-04 19:30:55 +00:00
Andy McFadden
8e910b23ca
gcc/linux updates
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.
…
…
…
…
…
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/.
Description
Languages
C++
64.5%
C
28%
HTML
7.2%
Makefile
0.2%
Shell
0.1%