|
From: Ben H. <bh...@sa...> - 2001-08-04 01:09:01
|
Checked in: ** VersionNumber.h ** ScribiaPlstVers.r ** Scribia.CW6.mcp.xml - project with these new files - this is the new version number system. Thanks to Delta Tao, this is what the CL Client uses. (i got permission) Lark: For releases, just edit the version number in VersionNumber.h and it is compiled into the PLST (Mac OSX) and VERS (Mac OS Classic) resources. No need to use resedit to edit it anymore. Also we can easily grab the version number for display in the about box, or anywhere else. ** ScribiaApp.cp - attempt to fix the crash-on-launch. Had a chance to test scribia carbon today and got a crash.log Will test the fix tomorrow, or you can tonight... does it work? TIP FOR TESTING MACOSX: Crash logs Here's how to turn on the system crashreporter. It gives a backtrace of each thread and the contents of registers at the time of the crash. From the terminal do the following 1. sudo pico /etc/hostconfig (or vi, emacs, whatever) 2. enter your password 3. add a line to the file (anywhere is fine) that says 'CRASHREPORTER=-YES-' (no quotes of course) 4. hit control-x (exit) and 'y' (yes to save), then return. 5. Restart when your ready. You'll be asked if you want to see the crash report when a program crashes, say yes and it will appear in Console.app. In either case, it's stored in "/var/logs/crash.log" -Ben -- <http://freepages.sf.rootsweb.com/~bhines/> - My Genealogy Pages |