CiderPress Apple II archive utility for Windows
Go to file
Andy McFadden 8f61f84585 Use types with explicit sizes
Much of what the "reformat" code does involves processing data that is
8, 16, or 32 bits.  We want to use size-specific types from stdint.h
(e.g. uint16_t) rather than "unsigned short".

This was a quick pass to replace the various "unsigned" declarations.
More can be done here and elsewhere.
2014-11-20 18:10:18 -08:00
app Use types with explicit sizes 2014-11-20 18:10:18 -08:00
diskimg Use types with explicit sizes 2014-11-20 18:10:18 -08:00
DIST
linux
mdc Use types with explicit sizes 2014-11-20 18:10:18 -08:00
nufxlib Define _CRT_SECURE_NO_WARNINGS and _CRT_NONSTDC_NO_DEPRECATE 2014-11-18 14:55:13 -08:00
reformat Use types with explicit sizes 2014-11-20 18:10:18 -08:00
util Use types with explicit sizes 2014-11-20 18:10:18 -08:00
zlib Define _CRT_SECURE_NO_WARNINGS and _CRT_NONSTDC_NO_DEPRECATE 2014-11-18 14:55:13 -08:00
.gitignore
CP.sln Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
LICENSE.txt
ReadMe.htm
README.md Update README.md 2014-11-19 16:51:23 -08:00

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 compiles and can execute basic functions, but there are still big pieces missing.
  • MDC application can't get past the initial "choose files" dialog.
  • 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/.