Ticket #51 (closed defect: fixed)

Opened 1 year ago

Last modified 4 months ago

Include additional Cocoa-Bridge Databases (ApplicationServices, QuartzCore, Foundation)

Reported by: bfulgham Assigned to: gb
Priority: minor Milestone:
Component: Foreign Function Interface Version: 1.1
Keywords: cocoa, quartz Cc:

Description

The ApplicationServices? framework includes important image processing classes needed for mapping files to OpenGL textures. Likewise, QuartzCore? and Foundation have useful routines for other graphical applications.

I'm attaching the populate.sh files I used to generate the CDB files for my use.

Attachments

appkit_populate.sh (231 bytes) - added by bfulgham on 08/09/07 01:23:33.
Populate.sh file for AppKit? to add support for additional Cocoa frameworks.
applicationservices_populate.sh (257 bytes) - added by bfulgham on 08/09/07 01:24:37.
Populate.sh file for ApplicationSupport? to add support for additional Cocoa frameworks.
foundation_populate.sh (239 bytes) - added by bfulgham on 08/09/07 01:25:03.
Populate.sh file for Foundation to add support for additional Cocoa frameworks.
quartzcore_populate.sh (239 bytes) - added by bfulgham on 08/09/07 01:25:36.
Populate.sh file for QuartzCore? to add support for additional Cocoa frameworks.
quartz_populate.sh (277 bytes) - added by bfulgham on 10/31/07 01:09:06.
File to populate bridge with Quartz interface information.

Change History

08/09/07 01:23:33 changed by bfulgham

  • attachment appkit_populate.sh added.

Populate.sh file for AppKit? to add support for additional Cocoa frameworks.

08/09/07 01:24:37 changed by bfulgham

  • attachment applicationservices_populate.sh added.

Populate.sh file for ApplicationSupport? to add support for additional Cocoa frameworks.

08/09/07 01:25:03 changed by bfulgham

  • attachment foundation_populate.sh added.

Populate.sh file for Foundation to add support for additional Cocoa frameworks.

08/09/07 01:25:36 changed by bfulgham

  • attachment quartzcore_populate.sh added.

Populate.sh file for QuartzCore? to add support for additional Cocoa frameworks.

10/31/07 01:09:06 changed by bfulgham

  • attachment quartz_populate.sh added.

File to populate bridge with Quartz interface information.

10/31/07 01:13:34 changed by bfulgham

After learning more about what I was trying to do, I think the Foundation and AppKit? interface stuff is useless (since the Cocoa bridge already includes it).

However, I would like to see the ApplicationServices? and Quartz bridge information included as these entries are not covered by the Cocoa entries.

I would ignore the "QuartzCore?" bridge database since the Quartz entry covers that and more.

09/17/08 21:29:41 changed by rme

  • status changed from new to closed.
  • resolution set to fixed.

(Just combing through old tickets here.)

We include Quartz as of 1.2. We include Carbon, too, which should include the ApplicationServices framework.