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

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

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 — #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 — #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? — #2

I find that Google is faster than Wikipedia's own search engine, so I tend to use the former when I need to use the latter. Maybe you could modify an existing plug-in: you just nee…
MacNN Development by FireWire

OS X development for dummies? — #2

Quote: Originally Posted by macintologist I'm an absolute beginner to development. I don't know a thing about C code and what not. I've done HTML code, that's it. How should I …
MacNN Development by Ludovic Hirlimann

OS X development for dummies? — #4

Quote: Originally Posted by Chuckit The Objective-C intro is at developer.apple.com, which doesn't require registration. It does, however, assume that you know C.
MacNN Development by Angus_D

OS X development for dummies? — #5

Well, let me use this thread without starting a new one... If I know a bit of C (still have a hard time with pointers... didn't know how I pass all the Computer Science subjects i…
MacNN Development by veryniceguy2002

OS X development for dummies? — #6

Quote: Originally Posted by veryniceguy2002 Well, let me use this thread without starting a new one... If I know a bit of C (still have a hard time with pointers... didn't know…
MacNN Development by Catfish_Man

OS X development for dummies? — #7

Quote: Originally Posted by Catfish_Man I'd say get the Hillegass book. It's basically targeted right at your skill level, maybe a hair lower. What's the title of the Hille…
MacNN Development by veryniceguy2002

OS X development for dummies? — #9

Have you considered using a RAD tool like Runtime Revolution? If you are looking to create fast solutions then its quite easy. Of course if your objective is Objective-C then you'l…
MacNN Development by chikako

n00b question — #2

A Droplet is an AppleScript app (or now Automator, also) that launches when an item is dropped onto it's icon in the Finder. It then does it's thing to said item and promises to gi…
MacNN Development by zro
mp.ls