| Thread | Last Post | Replies |
|
| Who would be stupid enough to program for the Mac? | 17 Jun 2007 12:51 GMT | 2 |
Don't you want someone to use your program. The Mac is dead. Apple is nothing more than an iPod manufacturer. Wake the f.ck up you Mactards!
|
| archiving a class with 'C' types? | 17 Jun 2007 03:47 GMT | 1 |
I have a class with an int, 'hash', but when [coder encodeInt:hash forKey:@"hash"]; is hit in the class's encodeWithCoder the console reports this: *** -encodeInt:forKey: only defined for abstract class. Define
|
| figuring out CPU load question | 14 Jun 2007 22:58 GMT | 3 |
Here's a partial code sample: #include <mach/mach.h> #import <mach/mach.h> #import <mach/mach_error.h>
|
| practical way to write movie media to file using QT SDK | 14 Jun 2007 20:43 GMT | 2 |
My goal is to write an updated movie (contained in QT Movie object) back to disk using QuickTime SDK. I found that calling PutMovieIntoDataFork function puts only the movie resource into the designated file, leaving the video and audio data
|
| missing usr/lib/libstdcc++ | 14 Jun 2007 19:24 GMT | 1 |
I am using Mac OSX 10.4.9 on a G4 PowerBook Titanium. I upgraded my XCode to 2.4.1. The projects have to be upgraded from .xcode to .xcodeproj. That goes OK. But when I do Build and Go the following error message appears:
|
| get proxy configuration | 13 Jun 2007 21:07 GMT | 1 |
I would like to get my proxy configuration using PAC files. PAC files are Proxy Automatic Configuration files, which define a proxy for a specific URL. I would also like to get my proxy configuration using the browser
|
| Get login name and/or path to home directory of current user? | 12 Jun 2007 01:58 GMT | 49 |
I've checked everything that seems likely in the docs, but I'm coming up blank except for three Java methods, which don't help much, since I'm coding to Carbon. I need to open and read a log file that's user-specific, and based on
|
| Bindings question | 11 Jun 2007 16:19 GMT | 2 |
I've been playing with bindings for the first time and have run into a problem: I have an NSTextField that is bound to my NSUserDefaultsController in IB. When a new string is placed in the textfield and the 'Apply' button
|
| See How Easily You Can Be Computing Ergonomically | 11 Jun 2007 14:01 GMT | 1 |
Despite having worked with a laptop day in day out, I only landed up with aching wrists, strained neck and back; with my work still pending. I could quote several reasons for it - my laptop processor runs too hot, my laptop keeps slipping from the pillow, plus the
|
| Cross platform toolkits/libraries for the Mac | 11 Jun 2007 01:47 GMT | 3 |
I am a beginning programmer, and would like to start learning from the get-go how to code for multiple platforms. Since I'm taking a Data Structures class which focuses on C++, that is what I am going to be coding in for the time being. And that's what I will be doing my
|
| What do Mac Programmers Prefer? | 10 Jun 2007 23:36 GMT | 81 |
Hello, I am a new Mac user (less than a year). I have been programming and using Dos/Windows for over 25 years and thought that it was finally time to give the Mac a try. I love it to say the least. I have a question. I have bought and been using REALbasic for the Mac.
|
| Mac OLE SDK | 10 Jun 2007 01:45 GMT | 6 |
Does anyone know where I could possibly find any version of the Mac OLE SDK? It appears to be the only way to do Office integration on a Mac; however, all I could find so far are decade-old articles and newsgroup posts about it. I've tried contacting some of the people who
|
| CFStringRef in PMPaperCreate | 09 Jun 2007 10:43 GMT | 2 |
I am using Carbon API PMPaperCreate ... CFStringRef paperName = CFStringCreateWithCString(NULL, paperNameStr.c_str(), CFStringGetSystemEncoding());
|
| Active keyboard layouts list | 08 Jun 2007 21:00 GMT | 1 |
I need to retrieve list of active keyboard layouts. How can I do it? Thanks.
|
| Objective C scope resolution? | 07 Jun 2007 14:22 GMT | 6 |
I'm using bindings in my app for its preferences via an NSUserDefaultsController. In my code I save my prefs after preferences have been applied. During build, I get these warnings: /Users/lorenzo/Documents/Development/Cocoa/weathervane/WeatherVane/Weathe
|