Questions tagged [osx-leopard]

Leopard is the code name of Mac OS X version 10.5, the Apple's desktop and server operating system for Macintosh computers. This is for questions about programming specifically relevant to this operating system; questions about general use of it are off-topic.

Mac OS X Leopard (version 10.5) is the sixth major release of Mac OS X, Apple’s desktop and server operating system for Macintosh computers.

Leopard was released on 26 October 2007 as the successor of Tiger (version 10.4), and is available in two variants: a desktop version suitable for personal computers, and a server version, Mac OS X Server.

Steve Jobs stated at Macworld 2008 that over 20% of Macs use Leopard as their operating system.

Leopard was superseded by Snow Leopard (version 10.6). Leopard is the final version of Mac OS X to support the PowerPC architecture as Snow Leopard functions solely on Intel based Macs.

Related tags

331 questions
1
vote
0 answers

OSX Leopard HID getting simple keyboard input example?

I am about to implement simple keyboard and mouse input on osx for my engine. I want to abstract the implementation in more generic c++ classes like Keyboard and Mouse plus appropriate Listeners for portability. Anyways, I came across the Leopard…
moka
  • 263
  • 1
  • 3
  • 9
1
vote
2 answers

Programming on Leopard for iPhone OS 3.1.3

I got Leopard with XCode 3.1 and SDK 3.0, when opening the organizer and trying to debug on my ipod I received "The version of iPhone OS on "..." does not match any of the versions of iPhone OS supported for development with this copy of…
Blank6
  • 97
  • 1
  • 7
1
vote
3 answers

Cocoa 10.5 multithread app runs slowly

Got a Cocoa video capture app that works fine in 10.4. It uses NSThread to start the video capture driver. When app just started, video capture is very slow ( 1-2 fps). But after resize the UI window (or bring the window from background to…
Anthony Lim
  • 31
  • 1
  • 2
1
vote
1 answer

NSMenu canelTracking is not working on Mac OSx 10.5

I m using NSComboBox inside NSMenu to show a list of items. When I choose any option in NSComboBox menu should get dismissed. To dismiss NSMenu I m using cancelTrackingWithoutAnimation for 10.6 and above and it works fine. In case of 10.5 i am…
Akhil Shrivastav
  • 427
  • 3
  • 13
1
vote
2 answers

iPhone team dev, do we all need the same OS?

I´m just starting iPhone development with a small team of (really young and naive) colleagues, we all are fairly new to OS X, my question is: If we are planning to develop for every iPod Touch/iPhone out there (not the iPad, I read that thing…
Aru
  • 50
  • 7
1
vote
2 answers

Support newer features in older versions of OS X SDK

I've been learning more about Cocoa, Objective-C, and Xcode by contributing to an open-source project (IPMenulet); the project originally supported OS X 10.5. In my haste, it seems that I have added features using SDK elements (NSJSONSerialization…
craig
  • 25,664
  • 27
  • 119
  • 205
1
vote
3 answers

iPad SDK in Leopard

Is there any way to install the iPad SDK on a Leopard machine?
Jeevanantham
  • 1
  • 1
  • 7
1
vote
2 answers

Looking for popUpMenuPositioningItem:atLocation:inView: equivalent for 10.5

I'm working on an application that needs to display a context menu on screen in various scenarios. In the function I'm writing, I don't have access to any NSWindows or NSViews. I'd like to use popUpMenuPositioningItem:atLocation:inView as this…
Daniel Jette
  • 913
  • 1
  • 9
  • 23
1
vote
1 answer

Leopard Console logs for common files reference

I am using plugins for one of my Mac OS X(desktop) application. These plugins refer to a common file that contains base class implementation of both the plugins. When the application refers to this common base class, the following message is…
Deepa
  • 11
  • 1
  • 3
1
vote
1 answer

test MacOSX application binary on PPC MacOSX

I want to add support for PPC to my MacOSX application, i.e. also support for either MacOSX 10.4 or MacOSX 10.5. What would be an easy way to test my build whether it works on PPC? I thought about running MacOSX 10.5 in a PPC emulator but I can't…
Albert
  • 65,406
  • 61
  • 242
  • 386
1
vote
1 answer

Glassfish v4.0 cannot work on Mac OSX 10.6.8 + JDK 7.0 U40

I had been using 2010 Macbook Pro for a while and had updated the Mac OSX to the latest version, and I had been suffering the slow speed for a long time. So last night I googled and do some cleanup , such as fix disk permissions, but the Mac was…
Barry Zhong
  • 470
  • 3
  • 17
1
vote
1 answer

android error dyld unknown required load command 0x00000022 on Mac 10.5.8

I am using Mac 10.5.8. I downloaded ADT bundle & tried to compile 'Hello World' program. But it raised error dyld: unknown required load command 0x00000022. & complaining about R file import. But error doesn't solve when imported. How do I recover…
enterprize
  • 1,179
  • 8
  • 29
  • 43
1
vote
1 answer

QTDir why not display all the folder in the root "/" in MacOs?

I'm starting to use QT, and trying QDir I copy the example in the references of QT the one which listing the content of a folder. I'm trying to listing the content of the root path in a MacOS snow leopard, version of QT 5.1.1 But don't appear all of…
Angoll
  • 55
  • 1
  • 3
1
vote
3 answers

Does anyone know if NetBeans 6.x can be used with Java SE 6 on Leopard?

Java SE 6 (64 bit only) is now on OS X and that is a good thing. As I understand it since Eclipse is still Carbon and thus 32 bit, it cannot be used for 1.6 on Leopard, only 1.5. Does anyone know if NetBeans 6.x can be used with Java SE 6 on…
geo
  • 1,227
  • 4
  • 12
  • 17
1
vote
4 answers

Issues instaling MIME::Lite via CPAN on Mac OS X

I am trying to install MIME::Lite using CPAN via Mac OS X Leopard and CPAN just keeps reporting back the following message: cpan shell -- CPAN exploration and modules installation (v1.9304) ReadLine support enabled cpan[1]> install MIME-Lite …
purinkle
  • 907
  • 2
  • 10
  • 20