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 Leopard is
garbage collected.



Thanks a lot Bill,

that was the problem.

Jakub
___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


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

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


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
Apple DTS Animation and Printing

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


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  
   
   
   /Applications
 Contents of (__DATA,__objc_imageinfo) section
   version 0
 flags 0x6 OBJC_IMAGE_SUPPORTS_GC

--Kyle Sluder
___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com