Top "Macos-carbon" questions

Carbon is Apple's previous application-development framework for Mac OS X for applications that needed to remain compatible with the Classic Mac OS.

List of all users and groups

I'm trying to get a list of all users and all groups on Mac OS X 10.5+. How can I do …

c objective-c cocoa macos macos-carbon
How do I determine the OS version at runtime in OS X or iOS (without using Gestalt)?

The Gestalt() function located in CarbonCore/OSUtils.h has been deprecated as of OS X 10.8 Mountain Lion. I often use …

ios macos cocoa macos-carbon
Get real path of application from pid?

How can I get the process details like name of application & real path of application from process id? I …

macos process macos-carbon bsd
Can't Start Carbon - 12.04 - Python Error - ImportError: cannot import name daemonize

I am really hoping someone can help me as I have spent at-least 15 hours trying to fix this problem. I …

python bash caching macos-carbon
Simulating key press events in Mac OS X

I'm writing an app where I need to simulate key press events on a Mac, given a code that represents …

c++ cocoa macos keyboard macos-carbon
Programmatically check if a process is running on Mac

Is there any Carbon/Cocoa/C API available on Macs that I can use to enumerate processes? I'm looking for …

cocoa macos unix macos-carbon
Linking against Apple frameworks with gcc

I've created some wrapper functions that encapsulate working with CoreAudio, and the goal is to create a C library that …

gcc core-audio macos-carbon
How can Mac OS X games receive low-level keyboard input events?

Games need low-level access to keyboard input. On Windows, there's DirectInput. But what technology do Mac OS X game developers …

macos cocoa keyboard macos-carbon
Look up a volume by UUID

I know the UUID of a volume - as found in Disk Utility. How can I get additional information on …

cocoa macos macos-carbon
How to programmatically simulate a mouse click without moving mouse in Cocoa

I am interested in simulating a mouse click event/keyboard stroke on Mac OS X without actually moving the mouse. …

macos cocoa accessibility macos-carbon