From 65df219c0a54bd125053e6b3287bee5a1b65717d Mon Sep 17 00:00:00 2001 From: janwas Date: Tue, 18 Nov 2003 14:30:24 +0000 Subject: [PATCH] path issue with gui fixed This was SVN commit r67. --- source/vc7/note.txt | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100755 source/vc7/note.txt diff --git a/source/vc7/note.txt b/source/vc7/note.txt deleted file mode 100755 index 105c46dde7..0000000000 --- a/source/vc7/note.txt +++ /dev/null @@ -1,23 +0,0 @@ -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 - -Known solution :)) -- I put the GUI init code before VFS init (which changes the dir - as you mention to binaries/data), so that it'd work as you had it. - When you're ready, just move all data to binaries/data, move - the GUI init after vfs_set_root in main.cpp, and we're go. - -p.s. we only need .vsproj and .sln in CVS; .ncb is built by VC. - -janwas - -15.11.03: done. -- janwas \ No newline at end of file