ciderpress/app
Andy McFadden 51b5f00f5c Large set of changes to restore CiderPress build.
CiderPress and MDC now compile, and execute far enough to open
their respective "about" boxes, but I doubt they'll do much
more than that.

* Switch from MBCS to UNICODE APIs

Microsoft switched to UTF-16 (by way of UCS-2) a long time ago,
and the support for MBCS seems to be getting phased out.  So it's
time to switch to wide strings.

This is a bit awkward for CiderPress because it works with disk
and file archives with 8-bit filenames, and I want NufxLib and
DiskImgLib to continue to work on Linux (which has largely taken
the UTF-8 approach to Unicode).  The libraries will continue to
work with 8-bit filenames, with CiderPress/MDC doing the
conversion at the appropriate point.

There were a couple of places where strings from a structure
handed back by one of the libraries were used directly in the UI,
or vice-versa, which is a problem because we have nowhere to
store the result of the conversion.  These currently have fixed
place-holder "xyzzy" strings.

All UI strings are now wide.

Various format strings now use "%ls" and "%hs" to explicitly
specify wide and narrow.  This doesn't play well with gcc, so
only the Windows-specific parts use those.

* Various updates to vcxproj files

The project-file conversion had some cruft that is now largely
gone.  The build now has a common output directory for the EXEs
and libraries, avoiding the old post-build copy steps.

* Added zlib 1.2.8 and nufxlib 2.2.2 source snapshots

The old "prebuilts" directory is now gone.  The libraries are now
built as part of building the apps.

I added a minimal set of files for zlib, and a full set for nufxlib.
The Linux-specific nufxlib goodies are included for the benefit of
the Linux utilities, which are currently broken (don't build).

* Replace symbols used for include guards

Symbols with a leading "__" are reserved.
2014-11-16 21:01:53 -08:00
..
Graphics initial import 2007-03-27 17:47:10 +00:00
Help Tweaks for 3.0.1 release. 2009-01-04 19:19:05 +00:00
.cvsignore Ignoring some locally-produced build artifacts 2009-01-04 17:00:48 +00:00
ACUArchive.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
ACUArchive.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
AboutDialog.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
AboutDialog.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
ActionProgressDialog.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
ActionProgressDialog.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
Actions.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
AddClashDialog.cpp Normalize indentation and EOL 2014-11-03 16:26:53 -08:00
AddClashDialog.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
AddFilesDialog.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
AddFilesDialog.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
ArchiveInfoDialog.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
ArchiveInfoDialog.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
BNYArchive.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
BNYArchive.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
BasicImport.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
BasicImport.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
CassImpTargetDialog.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
CassImpTargetDialog.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
CassetteDialog.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
CassetteDialog.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
ChooseAddTargetDialog.cpp Normalize indentation and EOL 2014-11-03 16:26:53 -08:00
ChooseAddTargetDialog.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
ChooseDirDialog.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
ChooseDirDialog.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
CiderPress.rc Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
Clipboard.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
ConfirmOverwriteDialog.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
ConfirmOverwriteDialog.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
ContentList.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
ContentList.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
ConvDiskOptionsDialog.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
ConvDiskOptionsDialog.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
ConvFileOptionsDialog.cpp Normalize indentation and EOL 2014-11-03 16:26:53 -08:00
ConvFileOptionsDialog.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
CreateImageDialog.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
CreateImageDialog.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
CreateSubdirDialog.cpp Normalize indentation and EOL 2014-11-03 16:26:53 -08:00
CreateSubdirDialog.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
DEFileDialog.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
DEFileDialog.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
DiskArchive.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
DiskArchive.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
DiskConvertDialog.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
DiskConvertDialog.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
DiskEditDialog.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
DiskEditDialog.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
DiskEditOpenDialog.cpp Normalize indentation and EOL 2014-11-03 16:26:53 -08:00
DiskEditOpenDialog.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
DiskFSTree.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
DiskFSTree.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
DoneOpenDialog.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
EOLScanDialog.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
EOLScanDialog.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
EditAssocDialog.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
EditAssocDialog.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
EditCommentDialog.cpp Normalize indentation and EOL 2014-11-03 16:26:53 -08:00
EditCommentDialog.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
EditPropsDialog.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
EditPropsDialog.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
EnterRegDialog.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
EnterRegDialog.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
ExtractOptionsDialog.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
ExtractOptionsDialog.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
FileNameConv.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
FileNameConv.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
GenericArchive.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
GenericArchive.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
HelpTopics.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
ImageFormatDialog.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
ImageFormatDialog.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
Main.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
Main.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
MyApp.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
MyApp.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
NewDiskSize.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
NewDiskSize.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
NewFolderDialog.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
NewFolderDialog.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
NufxArchive.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
NufxArchive.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
OpenVolumeDialog.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
OpenVolumeDialog.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
PasteSpecialDialog.cpp Normalize indentation and EOL 2014-11-03 16:26:53 -08:00
PasteSpecialDialog.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
Preferences.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
Preferences.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
PrefsDialog.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
PrefsDialog.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
Print.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
Print.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
ProgressCounterDialog.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
RecompressOptionsDialog.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
RecompressOptionsDialog.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
Registry.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
Registry.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
RenameEntryDialog.cpp Normalize indentation and EOL 2014-11-03 16:26:53 -08:00
RenameEntryDialog.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
RenameVolumeDialog.cpp Normalize indentation and EOL 2014-11-03 16:26:53 -08:00
RenameVolumeDialog.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
Squeeze.cpp Normalize indentation and EOL 2014-11-03 16:26:53 -08:00
Squeeze.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
StdAfx.cpp Normalize indentation and EOL 2014-11-03 16:26:53 -08:00
StdAfx.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
SubVolumeDialog.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
SubVolumeDialog.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
Tools.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
TwoImgPropsDialog.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
TwoImgPropsDialog.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
UseSelectionDialog.cpp Normalize indentation and EOL 2014-11-03 16:26:53 -08:00
UseSelectionDialog.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
ViewFilesDialog.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
ViewFilesDialog.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
VolumeCopyDialog.cpp Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
VolumeCopyDialog.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
app.vcxproj Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
app.vcxproj.filters Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
app.vcxproj.user Visual Studio 2013 update 2014-11-03 14:05:07 -08:00
resource.h initial import 2007-03-27 17:47:10 +00:00
resource.hm initial import 2007-03-27 17:47:10 +00:00
targetver.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00