Re: System preferences plugin in Snow Leopard

2009-09-24 Thread Jakub Bednar
On Sep 23, 2009, at 7:43 PM, Bill Bumgarner wrote: On Sep 23, 2009, at 6:37 AM, Jakub Bednar wrote: Does please anybody know, what am I missing? Maybe some explicit specification that my plugin is 64-bit capable? Did you turn on GC? System Preferences running under 64 bit mode on Snow

System preferences plugin in Snow Leopard

2009-09-23 Thread Jakub Bednar
Hi list, I've some problems running my System preferences pane on Snow Leopard (Mac OS X 10.6 (10A394)) and I am unable to find the reason. I have build my plugin as 32/64-bit universal binary and moved it to / Library/PreferencePanes. I started System Preferences, but after clicking on

Re: System preferences plugin in Snow Leopard

2009-09-23 Thread Bill Bumgarner
On Sep 23, 2009, at 6:37 AM, Jakub Bednar wrote: Does please anybody know, what am I missing? Maybe some explicit specification that my plugin is 64-bit capable? Did you turn on GC? System Preferences running under 64 bit mode on Snow Leopard is garbage collected. b.bum

Re: System preferences plugin in Snow Leopard

2009-09-23 Thread David Duncan
On Sep 23, 2009, at 6:37 AM, Jakub Bednar wrote: Does please anybody know, what am I missing? Maybe some explicit specification that my plugin is 64-bit capable? Did your build your plugin as GC-supported? 64-bit System Preferences plugins need to be Garbage Collected. -- David Duncan

Re: System preferences plugin in Snow Leopard

2009-09-23 Thread Kyle Sluder
System Preferences in 64-bit is a Garbage Collected app. Your plugin needs to be GC-aware. k...@kyle% otool -arch x86_64 -oV System\ Preferences.app/Contents/MacOS/System\ Preferences |tail -n3