Re: Determining architecture type at run time
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On Apr 27, 2009, at 2:11 AM, rohan a wrote: -- Steve Checkoway "Anyone who says that the solution is to educate the users hasn't ever met an actual user." -- Bruce Schneier _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com I need to determine at program run time, the architecture type(x86, ppc or x86_64) of the Mac OS X machine. Is it possible to do this? Does Mac OS provide any API for this? Your code is compiled for a particular architecture. This is known at compile time. Why defer it to run time? smime.p7s
participants (1)
-
Steve Checkoway