> I recently recompiled an existing project for 10.6.  I made no changes  
> to the code.  However, the resulting binary is no longer able to open  
> older files created by this program.  The error message is:
> 
>> The document „Budget.drachma‰ could not be opened. drachma cannot  
>> open files of this type.

Hard to say with the information you've provided.  You should try in gdb

future-break +[NSError errorWithDomain:code:userInfo:]

and getting both a stack trace that's generating the error as well as the 
actual NSError object and its userInfo dictionary.

- Ben



_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to