Index: ps/trunk/source/vc7/hello.xml =================================================================== --- ps/trunk/source/vc7/hello.xml (revision 64) +++ ps/trunk/source/vc7/hello.xml (nonexistent) @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file Property changes on: ps/trunk/source/vc7/hello.xml ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:executable ## -1 +0,0 ## -* \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -author date id revision \ No newline at end of property Index: ps/trunk/source/vc7/objects.dtd =================================================================== --- ps/trunk/source/vc7/objects.dtd (revision 64) +++ ps/trunk/source/vc7/objects.dtd (nonexistent) @@ -1,49 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Property changes on: ps/trunk/source/vc7/objects.dtd ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:executable ## -1 +0,0 ## -* \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -author date id revision \ No newline at end of property Index: ps/trunk/source/vc7/note.txt =================================================================== --- ps/trunk/source/vc7/note.txt (revision 64) +++ ps/trunk/source/vc7/note.txt (revision 65) @@ -1,21 +1,23 @@ 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 \ No newline at end of file +janwas + +15.11.03: done. -- janwas \ No newline at end of file