Hi Paul, On 20/6/10, Paul Sanders wrote:
It looks like SCDynamicStoreCopyComputerName is not prototyped correctly so the compiler assumes it returns an int. In what I assume is a 64-bit build this will lose the top 32 bits of the CFStringRef.
Yes, your diagnosis holds water. I'm building and running in 64-bit mode. I'm wondering how to keep those top 32 bits.
Are you #including <CoreServices/CoreServices.h>?
I wasn't. I added it. Were you wondering if it would make a difference?
Other than that I am compiling 32 bit so I don't know what else might be wrong with the setup of your project but at least now you have an idea of what to look for.
Yes, thanks a lot for your ideas. I think you're on the right track. Best regards, Steve _______________________________________________ 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