Skip to main content
Search titles, bodies, and author names
Found 1,727 posts across 1 forum.

Universal Binary Backwards Compatible? — #1

I'm updating a small screensaver I wrote to universal Binary, and I'm wondering about backwards compatiblity. I wrote it origionally on 10.3 and found it works on 10.2 as well (so…
MacNN Development by Bobby

Universal Binary Backwards Compatible? — #2

If you compile as universal binary, you must use the 10.4u SDK. This makes it incompatible with anything less than 10.4. So "no", it will not work with 10.2, but even more signif…
MacNN Development by Brass

Universal Binary Backwards Compatible? — #3

I'll preface this with the caveat that I have no Macintels, so I haven't tested any of this myself. That said, it should be possible to create a 10.2-compatible universal binary. F…
MacNN Development by Chuckit

Universal Binary Backwards Compatible? — #4

Quote: Originally Posted by Brass If you compile as universal binary, you must use the 10.4u SDK. This makes it incompatible with anything less than 10.4. So "no", it will not…
MacNN Development by saddino

Universal Binary Backwards Compatible? — #5

Quote: Originally Posted by saddino Yes, there is a way. As you note, the SDK will affect what APIs are availble to your code, but unless you are using "fully deprecated" APIs …
MacNN Development by Bobby

Universal Binary Backwards Compatible? — #6

Quote: Originally Posted by Bobby Question: If I can compile for 10.3, and everything I use also works & compiles in the 10.2 SDK (it's a very small screensaver), can I set…
MacNN Development by Bobby

Universal Binary Backwards Compatible? — #8

I'm glad I posted this thread, because I quickly discovered I wasn't even compiling Universal Binary to begin with. And My saver was never compiled for 10.2... The URL above help…
MacNN Development by Bobby

Looking for NES Emulator Co-Porter — #1

I'm in the middle of porting InfoNES to the Mac in Cocoa and I'm looking for someone to work with me. Specific skills of interest would be Core Graphics and Core Image/bitmap graph…
MacNN Development by davecom

XCode Debugger Window Weirdness — #1

Am I the only one? I can't resize the split view in the debugger window to get a better look at what's going on with variables, etc.... http://eagle.he.net/~sjwood/cocoa/debugscre…
MacNN Development by techtrucker

XCode Debugger Window Weirdness — #2

I would try going to your .xcodeproj file and control-clicking on it and choose "Show Package Contents". Then delete the pbxuser file, I think it saves window and view sizes. G…
MacNN Development by macrophyllum

Irfan View for OSX — #3

I'll try again. I posted this and all that showed up was the Title "Irfan View for OSX". I don’t know if this has been mentioned before as this is my first post and I tried a sea…
MacNN Development by FishNrib

Zoom controls — #1

Hi all, I am a high school senior and novice OS X developer. I am attempting to create a small OSX app fro a self-directed "Senior Project" course I'm taking. What I would like to …
MacNN Development by Personman

Zoom controls — #2

Well, assuming you can't hax0r Universal Access (maybe look into using APE?), you could do something like read in the framebuffer, modify it, and then display the modified version …
MacNN Development by Catfish_Man

Zoom controls — #3

There's no public API for the functionality. Running nm CoreGraphics | grep -i zoom on CoreGraphics reveals some promising functions that could probably do what you want if you fig…
MacNN Development by Chuckit

Perl development in XCode — #1

Can anyone guide me with this. I want to be able to write and run perl scripts from XCode. Thanks.
MacNN Development by hemant

Perl development in XCode — #2

This Apple Developer article discusses perl development on the Mac using xcode. Writing perl scripts in xcode is pretty straight foreward. xcode is perl "aware" and provides syntax…
MacNN Development by johns

Perl development in XCode — #3

The latest version of XCode has much improved syntax colouring and formatting, but its indentation does get completely screwed up in a couple of circumnstances. Particularly regul…
MacNN Development by Brass

Wikipedia contextual menu? — #1

I'm not a developer, but I wanted to know if any developers out there feel like taking on a small project? Would anyone want to make a Wikipedia contextual menu plug-in? You know…
MacNN Development by italy77
mp.ls