Re: Building a 64-bit Preferences Pane

2009-09-18 Thread Jesse Armand
I just realized that the dev forums for Mac is only available for Select or Premier member of ADC, not the online member. Do you mind to share the solution ? Jesse Armand (http://jessearmand.com) 2009/4/30 慧 松本 sato...@mac.com: Thanks!! My problem

Re: Building a 64-bit Preferences Pane

2009-09-18 Thread Jesse Armand
#ifdef for it (it's only about data types). 2009/9/18 MATSUMOTO Satoshi sato...@mac.com: Hi, Building 64-bit Preferences Pane... In response to satoshi on Apr 30, 2009 2:21 PM I have been trying to make a simple 64-bit Preference Pane on Snow Leopard buid 10A335. But all trials ended

Re: Building a 64-bit Preferences Pane

2009-09-18 Thread Kyle Sluder
On Sep 18, 2009, at 9:01 AM, Jesse Armand mnemonic...@gmail.com wrote: It's weird how Apple lay out all of the important things about 64-bit in the docs, but left out this one somewhere that I couldn't find easily. Garbage collection and 64-bit are orthogonal issues. A process can be one,

Building a 64-bit Preferences Pane

2009-04-29 Thread 慧 松本
I have been trying to make a simple 64-bit preference pane. But all trials ended in failure. For example: 1) Make a new preference pane project SamplePrefPane with Xcode. 2) Set the build option ARCHS to x86_64 3) Build it and double click SamplePrefPane.prefPane Then System Preferences app

Re: Building a 64-bit Preferences Pane

2009-04-29 Thread Kiel Gillard
Hi Satoshi, If you run this in Terminal: Bugdom:~ kiel$ file /Applications/System\ Preferences.app/Contents/ MacOS/System\ Preferences /Applications/System Preferences.app/Contents/MacOS/System Preferences: Mach-O universal binary with 2 architectures /Applications/System

Re: Building a 64-bit Preferences Pane

2009-04-29 Thread Andrew Farmer
On 29 Apr 09, at 19:48, 慧 松本 wrote: Does anybody know how to make 64-bit preference panes? You can't, yet. The System Preferences application - which loads preference panes as plugins - is still 32-bit only, so it can't load 64-bit prefpane plugins. Rumor has it this may change in

Re: Building a 64-bit Preferences Pane

2009-04-29 Thread 慧 松本
On 2009/04/30, at 12:05, Andrew Farmer wrote: On 29 Apr 09, at 19:48, 慧 松本 wrote: Does anybody know how to make 64-bit preference panes? You can't, yet. The System Preferences application - which loads preference panes as plugins - is still 32-bit only, so it can't load 64-bit prefpane

Re: Building a 64-bit Preferences Pane

2009-04-29 Thread Clark Cox
2009/4/29 慧 松本 sato...@mac.com: On 2009/04/30, at 12:05, Andrew Farmer wrote: On 29 Apr 09, at 19:48, 慧 松本 wrote: Does anybody know how to make 64-bit preference panes? You can't, yet. The System Preferences application - which loads preference panes as plugins - is still 32-bit only, so

Re: Building a 64-bit Preferences Pane

2009-04-29 Thread 慧 松本
Thanks!! My problem was resolved at https://devforums.apple.com/community/mac Satoshi On 2009/04/30, at 12:59, Clark Cox wrote: 2009/4/29 慧 松本 sato...@mac.com: On 2009/04/30, at 12:05, Andrew Farmer wrote: On 29 Apr 09, at 19:48, 慧 松本 wrote: Does anybody know how to make 64-bit