View Single Post
  #6  
Old October 1st, 2002, 11:23 PM
Krevinek's Avatar
Krevinek Krevinek is offline
Evil PPC Tweaker
 
Join Date: Oct 2001
Posts: 645
Thanks: 0
Thanked 0 Times in 0 Posts
Krevinek will become famous soon enough
Quote:
Originally posted by GroundZeroX
From what I understand about programing, I don't think you can take something written for one API, and use parts of that programs functionality in something written in another API. I maybe wrong, but, if this wasn't true, then why don't all the Photoshop Classic plugins work in Photoshop for X?
Actually, you just write a Cocoa app and a Carbon app and they can talk together. The issue is not Cocoa/Carbon incompatibilities, but X/9 incompatibilities. 9 had transparent data types (you could see the internal structure) which is bad, you can't do that in X with system data. Classic PShop plugs use that older API, not something more portable like Carbon.
__________________
iMac G5 2.0Ghz (10.4.x, Main System)
MacBook 1.83Ghz (...Feburary)
"Sometimes I drive to run from all my demons \ Sometimes I drive so I can be alone \ Sometimes I drive to see the world in different light \ Sometimes I drive for no reason at all" - Assemblage 23, Drive
Reply With Quote