From: <mk...@us...> - 2003-10-21 05:14:04
|
Update of /cvsroot/csp/APPLICATIONS/SimData In directory sc8-pr-cvs1:/tmp/cvs-serv9698 Modified Files: CHANGES.current README Log Message: Index: CHANGES.current =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/CHANGES.current,v retrieving revision 1.84 retrieving revision 1.85 diff -C2 -d -r1.84 -r1.85 *** CHANGES.current 21 Oct 2003 04:42:59 -0000 1.84 --- CHANGES.current 21 Oct 2003 04:53:58 -0000 1.85 *************** *** 9,12 **** --- 9,14 ---- be bumped for all backwards-incompatible API changes. + * Updated README + 2003-10-20: onsight * Added a log message when the interface registry is destroyed. Index: README =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/README,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** README 14 Aug 2003 12:19:12 -0000 1.7 --- README 21 Oct 2003 04:53:59 -0000 1.8 *************** *** 1,5 **** SimData - A library for efficient use of data XML in simulations. ! Release 0.3.4 Copyright (C) 2002, 2003 Mark Rose <mr...@st...> --- 1,5 ---- SimData - A library for efficient use of data XML in simulations. ! Release 0.4.0 Copyright (C) 2002, 2003 Mark Rose <mr...@st...> *************** *** 94,110 **** ! BUILDING: VC6/.NET Load SimDataMSVC.dsw and build it in release mode. TESTING ! As a quick test, run Python from the main SimData directory. ! Try typing "import SimData". You should see a line similar to ! "loaded @ 0x4883012". If not, something went wrong... post to ! the CSP developer's forum and we can try to find the problem. ! After you have installed SimData, the same test should work ! from any starting directory. --- 94,113 ---- ! BUILDING: VC6 Load SimDataMSVC.dsw and build it in release mode. + BUILDING: VS .NET 2003 + + Load VisualStudio2003/SimData.sln and build in release mode. + TESTING ! As a quick test, execute 'runtests.py' is the main SimData directory. ! Depending on how python is installed you may have to enter ! 'python runtests.py' at the command/shell prompt. If any of the tests ! fail, please post to the CSP developer's forum and we can try to find ! the problem. *************** *** 119,123 **** Under Windows, run 'python setup.py make_install_win'. If you ! are running Windows XP you may need to have sufficient priviledges to write to the Python directories. --- 122,126 ---- Under Windows, run 'python setup.py make_install_win'. If you ! are running Windows XP you may need to have sufficient privileges to write to the Python directories. |