|
From: <mk...@us...> - 2003-04-12 22:34:36
|
Update of /cvsroot/csp/APPLICATIONS/CSPSim In directory sc8-pr-cvs1:/tmp/cvs-serv3057 Modified Files: CHANGES.current Log Message: see CHANGES.current Index: CHANGES.current =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/CHANGES.current,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** CHANGES.current 12 Apr 2003 10:16:27 -0000 1.19 --- CHANGES.current 12 Apr 2003 22:34:34 -0000 1.20 *************** *** 2,5 **** --- 2,15 ---- =========================== + 2003-04-12: onsight + Added Exception.h and Exception.cpp to provide exception + classes and error messages. (Requires latest SimData CVS) + + Try/catch blocks in CSPSim::Init now display semi-informative + messages (more work to be done). Only one throw() so far in + Sky.cpp for missing moon.png (fairly common at the moment!) + + *********** VC USERS: please add Exception.cpp to the VC project files + 2003-04-11: delta update .net projects. |