Difference between revisions of "Development:Third-Party Preference Panes"

From Camino Wiki
Jump to navigation Jump to search
(initial commit of some stuff)
 
(Minor cleanup and clarification.)
Line 17: Line 17:
 
===Camino doesn't like my prefPane; it says it has to have a 'MOZC' signature===
 
===Camino doesn't like my prefPane; it says it has to have a 'MOZC' signature===
  
* Get Info on the target
+
* Get Info on your prefpane target
* Go to "properties"
+
* Go to "Properties"
* Set "creator" to MOZC
+
* Change the "Creator" field to "MOZC" (without quotes).

Revision as of 10:46, 21 August 2006

This page is very much under development

How do I build a prefPane for Camino?

Error messages

Undefined Symbols

it compiles ok, but if it's in deployment mode I get an undefined symbol error

  • Get info on your target (or project) and set "Other Linker Flags" to "-undefined dynamic_lookup" for all configurations
  • you actually only need the proper header files if you're using -undefined dynamic_lookup
  • you just need to make sure you've imported the headers into your project and you only need headers you're using

Camino doesn't like my prefPane; it says it has to have a 'MOZC' signature

  • Get Info on your prefpane target
  • Go to "Properties"
  • Change the "Creator" field to "MOZC" (without quotes).