| Thread | Last Post | Replies |
|
| Xcode and C | 30 Oct 2008 00:45 GMT | 3 |
I am learning to program in C, and I'm wondering if I can do this in Xcode??
|
| Q:NSNotification of a preference change? | 29 Oct 2008 01:01 GMT | 6 |
I have a hand tooled preference and user default panel that when a user alters a preference that name is used to post a notification that it changed. All works fine, but I want to scrap this approach in favor of bindings as part of an overhaul, but have a few questions.
|
| How to link a binary blob into an executable? | 28 Oct 2008 00:57 GMT | 3 |
Dear Experts, I have some code that currently uses GNU ld to link binary blobs into the executable as follows: ld -r -b binary -o xxx.o xxx
|
| Copying CLLocation objects | 22 Oct 2008 05:22 GMT | 5 |
In the method below I try to copy the location object. -(void) newLocationUpdate:(CLLocation*) location { ...
|
| Casting void * to id * in Objective-C++ | 18 Oct 2008 20:45 GMT | 4 |
If I have an object of type (void *) that comes from a C++ class how, in Objective-C++, can I cast it to a (id *)? Thanks. J.
|
| Boost | 14 Oct 2008 20:04 GMT | 3 |
Not sure if this is the proper group for this, but I'm wondering if anyone has used Boost (for C++) on the Mac, and has any feedback on how/if it works and under what circumstances. Thanks.
|
| Flash Player in my app | 03 Oct 2008 17:31 GMT | 2 |
Please bear with me, I am a windows developer, and a Mac noob J I am (for starters) taking a very superficial look at the following problem: We need to integrate the Adobe Flash player into a Mac desktop app (in
|