36 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
1k
views
macos OS X equivalent of Linux .desktop file
I have developed a set of shell scripts that work on Windows and Linux and would like to distribute them for macos 10.4 and following. (They are to help language development workers in minority ...
0
votes
0
answers
62
views
Issue with communicating with an NSView
I've got an NSObject Ive set up controlling a couple of NSWindows. One of these NSWindows contains a custom NSView. I need to tell the NSView to run a method however the view will not do this. Xcode 2....
0
votes
1
answer
63
views
Sprite transparency in Quartz, Objective C
In Java I can make a background rect colored blue. I can then draw a load of sprites also with blue as the background color. I can then make it so that particular blue does not show up when drawing to ...
0
votes
1
answer
198
views
Show all NSWindows
Pretty simple idea here, I want to show all the NSWindows in an app. The idea being that there are two windows in the app, one his hidden the other is vissable. I want to show all the windows in the ...
0
votes
1
answer
379
views
Is building on XCode 2.5, OS X 10.4 possible with a OS X 10.11.3
I couldn't find anything in the search so here this goes:
I am looking to build an XCode Mac OS X app, and it is required to be compatible with XCode 2.5, which is for OS X 10.4. I have an OS X 10.11....
2
votes
2
answers
467
views
Is it possible to develop PowerPC applications on OS X Yosemite?
I have an iMac g3 running Tiger 10.4.11. I'm really interested in developing applications for it, but I would like to do all of the programming on my Macbook Pro(running Yosemite).
Is it possible to ...
1
vote
1
answer
76
views
How can I compile my application for iOS on Mac Tiger with NeoMAD?
Running NeoMAD on iMac Tiger, I am not able to compile my application for iOS.
5
votes
1
answer
3k
views
What's the recommended XCode to build PPC/Tiger binaries?
I have an older PowerPC iMac G4 running 10.4 Tiger for which I want to develop an application. I do have a much never Intel Mac Pro currently running 10.8 (and I still have 10.6 and 10.7 installation ...
1
vote
1
answer
581
views
Why are Core Data SQLite stores not backwards compatible from OS X 10.8 to 10.4?
If my app creates a new Core Data store on Mountain Lion (SQLite 3.7.12), the same app receives a NSPersistentStoreInvalidTypeError error when trying to open the file on Tiger (SQLite 3.1.3). Running ...
0
votes
1
answer
1k
views
PHP mail() function not working, returns no errors but mail not recieved
In an attempt to send mails from a php script, I am testing the mail() function with this code:
<?php
ini_set("display_errors", "1");
error_reporting(E_ALL);
$to = '[email protected]';
$...
4
votes
2
answers
4k
views
Uninstalling macports when 'port' doesn't work
I've been trying to install a few dependencies for an application I'm running and I'm worried I might have broken the dev environment. I'm running this program on a MacBook (OSX Tiger, I don't have ...
2
votes
1
answer
934
views
NSOutlineView selection parent
I got a NSOutlineView and there are a couple items on it. Each one has 3 children(places, photos and social). They all have the same children. Say the user has selected places, does anyone knows how ...
1
vote
2
answers
162
views
NSGradient on Tiger
I'm creating an app that must run on Tiger and I need to draw a gradient onto a NSView. Unfortunately, NSGradient is only available on Leopard and above. Google wasn't my friend at all. How do I draw ...
2
votes
2
answers
2k
views
NASM: x86 to PPC - expression syntax error
I've been reading Assembly Language Step-By-Step (3rd edition; by Jeff Duntemann). I have a Linux box, a Lion box, and a (PPC) Tiger machine I can use. I've been writing small assembly programs with ...
2
votes
1
answer
385
views
NSURLConnection bizarre crash
I'm creating a Mac app that must run on Mac OS X Tiger. For some bizarre reason, it keeps crashing. The debugger returns the following error:
0x90a594d1 <+0033> mov (%edi,%edx,4),%eax
I've ...