ciderpress/util
Andy McFadden 98f098d421 Half-step toward VS2015 CE
When initially opened in Visual Studio 2015 Community Edition, the
project was updated to use the v140_xp toolset.  When the program
was run under WinXP it complained about a missing runtime DLL.  When
the DLL was provided, it complained about another one (with a
slightly strange name).  So I reverted the tools to v120_xp, i.e.
Visual Studio 2013.  (I don't know if this works because the tools
are included with VS2015, or because I have VS2013 installed and it
managed to find them.)

Whatever the case, it now builds for me with either IDE, and seems
to work fine on Windows XP, but I'd like to figure out why the XP
build isn't working with the v140_xp tools.
2016-01-11 11:33:41 -08:00
..
CancelDialog.h Add DECLARE_COPY_AND_OPEQ to util classes 2014-12-04 11:18:12 -08:00
FaddenStd.h
ImageDataObject.cpp
ImageDataObject.h Add DECLARE_COPY_AND_OPEQ to util classes 2014-12-04 11:18:12 -08:00
Modeless.h Add DECLARE_COPY_AND_OPEQ to util classes 2014-12-04 11:18:12 -08:00
MyBitmapButton.cpp
MyBitmapButton.h Add DECLARE_COPY_AND_OPEQ to util classes 2014-12-04 11:18:12 -08:00
MyDebug.cpp Improve filename handling when adding files 2015-01-08 14:16:20 -08:00
MyDebug.h Disable logging in non-debug builds 2015-01-22 10:06:55 -08:00
MyDIBitmap.cpp
MyDIBitmap.h Add DECLARE_COPY_AND_OPEQ to util classes 2014-12-04 11:18:12 -08:00
MyEdit.cpp
MyEdit.h Add DECLARE_COPY_AND_OPEQ to util classes 2014-12-04 11:18:12 -08:00
MySpinCtrl.cpp
MySpinCtrl.h Add DECLARE_COPY_AND_OPEQ to util classes 2014-12-04 11:18:12 -08:00
PathName.cpp
PathName.h Improve filename handling when adding files 2015-01-08 14:16:20 -08:00
Pidl.cpp
Pidl.h Add DECLARE_COPY_AND_OPEQ to util classes 2014-12-04 11:18:12 -08:00
ProgressCancelDialog.h Add DECLARE_COPY_AND_OPEQ to util classes 2014-12-04 11:18:12 -08:00
SelectFilesDialog.cpp WinHelp to HtmlHelp conversion, part 2 2014-12-09 14:10:52 -08:00
SelectFilesDialog.h Add DECLARE_COPY_AND_OPEQ to util classes 2014-12-04 11:18:12 -08:00
SoundFile.cpp
SoundFile.h Add DECLARE_COPY_AND_OPEQ to util classes 2014-12-04 11:18:12 -08:00
StdAfx.cpp
StdAfx.h
Util.cpp Initialize fUseRTF to "true" 2016-01-11 10:53:32 -08:00
Util.h Improve filename handling when reading from archives 2015-01-08 17:57:20 -08:00
util.vcxproj Half-step toward VS2015 CE 2016-01-11 11:33:41 -08:00
util.vcxproj.filters Reimplement ChooseDirDialog 2015-01-13 13:25:34 -08:00
UtilLib.h Reimplement ChooseDirDialog 2015-01-13 13:25:34 -08:00