Carbon is Apple's previous application-development framework for Mac OS X for applications that needed to remain compatible with the Classic Mac OS.
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-carbonThe 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-carbonHow can I get the process details like name of application & real path of application from process id? I …
macos process macos-carbon bsdI 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-carbonI'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-carbonIs there any Carbon/Cocoa/C API available on Macs that I can use to enumerate processes? I'm looking for …
cocoa macos unix macos-carbonI've created some wrapper functions that encapsulate working with CoreAudio, and the goal is to create a C library that …
gcc core-audio macos-carbonGames 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-carbonI know the UUID of a volume - as found in Disk Utility. How can I get additional information on …
cocoa macos macos-carbonI am interested in simulating a mouse click event/keyboard stroke on Mac OS X without actually moving the mouse. …
macos cocoa accessibility macos-carbon