From 4bfab49c37cb55828867a0f6f5587948d6d63fee Mon Sep 17 00:00:00 2001 From: Gee Date: Thu, 6 Nov 2003 01:44:26 +0000 Subject: [PATCH] Notes on the VS7 setup This was SVN commit r35. --- source/vc7/note.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 source/vc7/note.txt diff --git a/source/vc7/note.txt b/source/vc7/note.txt new file mode 100755 index 0000000000..8b7d583fe6 --- /dev/null +++ b/source/vc7/note.txt @@ -0,0 +1,11 @@ +Tested with VS 7.0. I've never tried with 7.1, so if someone +does, let me know how it works out. + +Known problems: +- When reading files like xml files, its working directory is + vc7/, but when reading things like font it looks in + binaries/. I haven't investigated why, seems very odd. + Ultimately the xml file reading's root dir should be + binaries/ too. + +/Gee \ No newline at end of file