Le jeudi 27 juin 2002, à 07:51 , MoorePrint@... a écrit : > If an application is carbon compliant, is it OS X compatible? Will the > application behave the same on OS X and OS 9? carbon is an api [toolbox] common to Mac os x and macs with the carbonLib extension. this is generally the case for all macs from 8.6 on, and people using system 8.1 can use the extension but will probably not get full compatibility. there are differences between mac os x and classic and these will probably need workarounds [conditional compiles]. there are a series of articles on staz's site at: <http://www.stazsoftware.com/carbon/> to help explain this. if you see stuff missing, then ask for it. > When converting my PG project to run with the carbon compile, should I > be > testing after booting OS X? Should I program in the classic environment > of OS > X or is it better to convert to carbon in OS 9? if your target audience is both mac os x and classic then you should test in both. if your target audience is only one of these, then you should test in that. :-j