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

Latest version of OmniFrameworks — #3

Yeah. In Build Preferences, choose "Separate Location for build products" and "Put intermediate build files with build products" and it should all build OK.
MacNN Development by speirsfr

Latest version of OmniFrameworks — #4

Actually, I did choose the "Separate Location for build products" and "Put intermediate build files with build products" under "Preferences" -"Build" menu, and used the following p…
MacNN Development by tjr

Latest version of OmniFrameworks — #5

Problem Solved! The latest OmniFrameworks are not compatible with the April Developer Tools (still Beta). I uninstalled the April tools and reinstalled the December Tools and ever…
MacNN Development by tjr

Latest version of OmniFrameworks — #6

Actually I got it to build alright with ther beta tools. I had to comment out one portion of the define clauses which seemed to be giving it fits, but otherwise it works fine. F-…
MacNN Development by Ghoser777

multiple viewports in openGL — #1

Through Carbon and openGL what is the procedure for displaying multiple viewports on a single window. I have looked over the OpenGL SDK and online help but have to failed to find s…
MacNN Development by type_r503

OpenGL Stencil Buffer... — #1

Has anyone been able to get the OpenGL Stencil Buffer to work in a Cocoa App using the GLUT Framework? I've ported over 2 examples that render fine but the Stencil Buffer won't wo…
MacNN Development

NSMutableArray — #1

I have a program where I need to use arrayWithContentsOfFile in awakeFromNib. I also need to use writeToFile:atomically: in an action. My problem is that if I declare the mutable…
MacNN Development by everdream

NSMutableArray — #2

Quote: Originally posted by everdream: <STRONG>I have a program where I need to use arrayWithContentsOfFile in awakeFromNib. I also need to use writeToFile:atomic…
MacNN Development by tobli

NSMutableArray — #3

To clarify, you declare your array by NSMutableArray *myArray; in your .h file. Then you can allocate and fill it with myArray = [NSMutableArray arrayWithContentsOfFile:blablabla];…
MacNN Development by Seb G

New Cocoa Book — #1

Just wanted to let everyone know that a new book on Cocoa was just released: Cocoa Programming for Mac OS X by Aaron Hillegass, published by Addison-Wesley. Just got it in the mail…
MacNN Development by Mac Boy

New Cocoa Book — #3

Yes, as Juan says, let us know what you think - especially in context of someone who doesn't know how to program at all (or is this one of those books which assume you know C/C++ a…
MacNN Development by Kestral

New Cocoa Book — #4

There's a review of this book on Slashdot.org and they seem to like it better than the O'Reilly book. The review and discussion is at http://slashdot.org/article.pl?sid=0...17&amp…
MacNN Development by marusin

Core Audio Tuts? — #1

Hi, i try to learn a little bit core audio, but there is no or little documentation out there. So, if someone have more information/documentation about core audio, please give me …
MacNN Software by Vax

Core Audio Tuts? — #2

Quote: Originally posted by Vax: <STRONG>Hi, i try to learn a little bit core audio, but there is no or little documentation out there. So, if someone have more i…
MacNN Software by Detrius

Java -> obj. C — #1

I know a good bit of Java, but I'd really like to get to know obj-c. Can anyone give me an idea of which parts of the languages are similar, and which are different? I mean where …
MacNN Development

Java -> obj. C — #2

Quote: Originally posted by robotic: I know a good bit of Java, but I'd really like to get to know obj-c. Can anyone give me an idea of which parts of the languages are…
MacNN Development

Java -> obj. C — #3

Great! That was exactly what I was looking for! A few more questions: You said: String b = a + " world"; -> id b = [NSString stringByAppendingString: @" world"]; Shouldn…
MacNN Development

Java -> obj. C — #4

Quote: Originally posted by robotic: Great! That was exactly what I was looking for! Also, you said: Hashtable ht = new Hashtable(); -> id ht = [[NSDictionary …
MacNN Development

Java -> obj. C — #5

Quote: Originally posted by robotic: You said: String b = a + " world"; -> id b = [NSString stringByAppendingString: @" world"]; Shouldn't there be an 'a' objec…
MacNN Development

Java -> obj. C — #6

Quote: Originally posted by robotic: Great! That was exactly what I was looking for! A few more questions: You said: String b = a + " world"; -> id b = [NSStri…
MacNN Development

Java -> obj. C — #7

Great! Thank you all very much! I'll come back here when I have more questions (which I most certainly will have ) thanks! -Nathaniel
MacNN Development

Java -> obj. C — #8

How do I concatenate a float to a string? In java I would just use the + operator.... when I tried stringByAppendingString it didn't work. While writing this just now, I just had …
MacNN Development

Java -> obj. C — #9

Quote: How do I concatenate a float to a string? In java I would just use the + operator.... when I tried stringByAppendingString it didn't work. Close... id b = …
MacNN Development
mp.ls