CiderPress Apple II archive utility for Windows
Go to file
Andy McFadden edb7c13120 Fix diskimg OpenImage
The OpenImage method had an overload that took void*.  This turns out
to be a bad idea, because void* matches any pointer type that didn't
match something else.  So the WCHAR* filenames were going to the "open
from buffer" method rather than the "open from file" variant.

A less important issue is whether open-from-buffer should take a const
or non-const pointer.  If the "readOnly" boolean flag is not set, then
the contents can be altered and const is inappropriate.  The best course
seems to be to drop the boolean flag as an argument, and just have two
different methods.
2014-11-23 10:34:57 -08:00
app Fix diskimg OpenImage 2014-11-23 10:34:57 -08:00
diskimg Fix diskimg OpenImage 2014-11-23 10:34:57 -08:00
DIST Tweaks for 3.0.1 release. 2009-01-04 19:19:05 +00:00
linux Make gcc happy. 2009-01-03 19:08:48 +00:00
mdc Relocate method comments 2014-11-21 22:33:39 -08:00
nufxlib Define _CRT_SECURE_NO_WARNINGS and _CRT_NONSTDC_NO_DEPRECATE 2014-11-18 14:55:13 -08:00
reformat Minor tweaks 2014-11-20 18:32:06 -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 Visual Studio 2013 update 2014-11-03 14:05:07 -08:00
CP.sln Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
LICENSE.txt CP/M: added support for Microsoft Softcard "data only" disks. 2009-01-03 19:02:13 +00:00
ReadMe.htm initial import 2007-03-27 17:47:10 +00:00
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/.