mirror of
https://github.com/fadden/ciderpress.git
synced 2024-10-31 16:04:54 +00:00
98f098d421
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. |
||
---|---|---|
.. | ||
apple.h | ||
block.c | ||
block.h | ||
btree.c | ||
btree.h | ||
config.h | ||
COPYRIGHT | ||
data.c | ||
data.h | ||
file.c | ||
file.h | ||
hfs.c | ||
hfs.h | ||
libhfs.h | ||
libhfs.vcxproj | ||
libhfs.vcxproj.filters | ||
low.c | ||
low.h | ||
Makefile | ||
medium.c | ||
medium.h | ||
memcmp.c | ||
node.c | ||
node.h | ||
os.c | ||
os.h | ||
README | ||
record.c | ||
record.h | ||
version.c | ||
version.h | ||
volume.c | ||
volume.h |
HFS utility library, part of hfsutils v3.2.6 by Robert Leslie. Adapted for use with CiderPress by Andy McFadden. The os_* functions have been replaced with a callback mechanism, and code that uses global variables has been (mostly) removed.