ciderpress/app
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
..
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
AboutDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
AboutDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
ActionProgressDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
ActionProgressDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
Actions.cpp Fix diskimg OpenImage 2014-11-23 10:34:57 -08:00
ACUArchive.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
ACUArchive.h Relocate method comments 2014-11-21 22:33:39 -08:00
AddClashDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
AddClashDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
AddFilesDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
AddFilesDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
app.vcxproj Define _CRT_SECURE_NO_WARNINGS and _CRT_NONSTDC_NO_DEPRECATE 2014-11-18 14:55:13 -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
ArchiveInfoDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
ArchiveInfoDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
BasicImport.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
BasicImport.h Relocate method comments 2014-11-21 22:33:39 -08:00
BNYArchive.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
BNYArchive.h Relocate method comments 2014-11-21 22:33:39 -08:00
CassetteDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
CassetteDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
CassImpTargetDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
CassImpTargetDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
ChooseAddTargetDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
ChooseAddTargetDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
ChooseDirDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
ChooseDirDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
CiderPress.rc Added new logging macros 2014-11-17 18:07:07 -08:00
Clipboard.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
ConfirmOverwriteDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
ConfirmOverwriteDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
ContentList.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
ContentList.h Relocate method comments 2014-11-21 22:33:39 -08:00
ConvDiskOptionsDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
ConvDiskOptionsDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
ConvFileOptionsDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
ConvFileOptionsDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
CreateImageDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
CreateImageDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
CreateSubdirDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
CreateSubdirDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
DEFileDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
DEFileDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
DiskArchive.cpp Fix diskimg OpenImage 2014-11-23 10:34:57 -08:00
DiskArchive.h Relocate method comments 2014-11-21 22:33:39 -08:00
DiskConvertDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
DiskConvertDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
DiskEditDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
DiskEditDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
DiskEditOpenDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
DiskEditOpenDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
DiskFSTree.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
DiskFSTree.h Relocate method comments 2014-11-21 22:33:39 -08:00
DoneOpenDialog.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
EditAssocDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
EditAssocDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
EditCommentDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
EditCommentDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
EditPropsDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
EditPropsDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
EnterRegDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
EnterRegDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
EOLScanDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
EOLScanDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
ExtractOptionsDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
ExtractOptionsDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
FileNameConv.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
FileNameConv.h Relocate method comments 2014-11-21 22:33:39 -08:00
GenericArchive.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
GenericArchive.h Relocate method comments 2014-11-21 22:33:39 -08:00
HelpTopics.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
ImageFormatDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
ImageFormatDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
Main.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
Main.h Relocate method comments 2014-11-21 22:33:39 -08:00
MyApp.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
MyApp.h Relocate method comments 2014-11-21 22:33:39 -08:00
NewDiskSize.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
NewDiskSize.h Relocate method comments 2014-11-21 22:33:39 -08:00
NewFolderDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
NewFolderDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
NufxArchive.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
NufxArchive.h Relocate method comments 2014-11-21 22:33:39 -08:00
OpenVolumeDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
OpenVolumeDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
PasteSpecialDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
PasteSpecialDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
Preferences.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
Preferences.h Relocate method comments 2014-11-21 22:33:39 -08:00
PrefsDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
PrefsDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
Print.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
Print.h Relocate method comments 2014-11-21 22:33:39 -08:00
ProgressCounterDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
RecompressOptionsDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
RecompressOptionsDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
Registry.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
Registry.h Relocate method comments 2014-11-21 22:33:39 -08:00
RenameEntryDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
RenameEntryDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
RenameVolumeDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
RenameVolumeDialog.h Relocate method comments 2014-11-21 22:33:39 -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
Squeeze.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
Squeeze.h Relocate method comments 2014-11-21 22:33:39 -08:00
StdAfx.cpp Normalize indentation and EOL 2014-11-03 16:26:53 -08:00
StdAfx.h Use types with explicit sizes 2014-11-20 18:10:18 -08:00
SubVolumeDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
SubVolumeDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
targetver.h Large set of changes to restore CiderPress build. 2014-11-16 21:01:53 -08:00
Tools.cpp Fix diskimg OpenImage 2014-11-23 10:34:57 -08:00
TwoImgPropsDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
TwoImgPropsDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
UseSelectionDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
UseSelectionDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
ViewFilesDialog.cpp Relocate method comments 2014-11-21 22:33:39 -08:00
ViewFilesDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00
VolumeCopyDialog.cpp Fix diskimg OpenImage 2014-11-23 10:34:57 -08:00
VolumeCopyDialog.h Relocate method comments 2014-11-21 22:33:39 -08:00