| Thread | Last Post | Replies |
|
| Why doesn't this program crash on a Mac ? | 31 Jan 2008 22:31 GMT | 3 |
It should, as I'm using setrlimit() to limit memory usage... On a GNU/Linux system it does crash. #include <sys/types.h> #include <sys/time.h>
|
| NSTableColumn 101 Questions | 31 Jan 2008 15:00 GMT | 17 |
In IB for a given column, there are check boxes for visibility (Hidden) but no such property programmatically, i.e., you can't under program control make a column visible or hidden? Also I find that marking a column's editable property doesn't prevent
|
| ObjC SQLite wrapper ??? | 31 Jan 2008 05:54 GMT | 9 |
Hail I've started thinking about writing a simple database application, in which the document's contents will be set and maintained by the user (i.e. I can't use XCode to generate the schema at compile time and use a
|
| What attribute for a locked file? | 30 Jan 2008 20:28 GMT | 1 |
Running Leopard on a Mac Pro. Photoshop won't start--claims that a file is locked. Well it isn't the PS app, and it isn't an image file that I'm trying to open. So? I'd like to search down the applications file directory, and see if
|
| Telling which platforms an app is compiled for | 29 Jan 2008 10:15 GMT | 5 |
I know that OS X 10.5 is very good at cross-platform support but I'm trying to support or refute some claims by software publishers. Given a bunch of applications (proper GUI app, not command-line) how do I tell whether they're PPC, Intel, Universal, 64-bit, ARM (!), etc. ? I
|
| command line program in need of error message popup | 25 Jan 2008 22:57 GMT | 7 |
I have a C/C++ program that I've ported from Windows to Mac OS X 10.4. It is built using a traditional makefile and g++. While in development, I'm just running it from a command line in Terminal. When released, it will just run in the background.
|
| rotating an NSString | 24 Jan 2008 22:36 GMT | 3 |
I am interested in rotating an NSString 90 degrees, in order to display a label on a graph's vertical axis. I'm sure there is an easy way to do this in Cocoa, but have not been able to figure it out. Can someone point me in the right direction? Thanks.
|
| xCode gdb set for i386 but architecture is x86_64 | 22 Jan 2008 01:40 GMT | 6 |
Even if the architecture is set for x86_64 the debugger is set for i386. Is there any way to change it ? I wish to look at the R8-RI5 GPR as defined by AMD64.
|
| Window Unified Title and Toolbar Option Deprecated? | 21 Jan 2008 06:29 GMT | 4 |
I seem to have lost the coloring distinction between title and titlebar regardless of setting in IB in version 3.0; yuck, or maybe there's some other way to have the color distinction as in 2.x? Xcode also shows unified coloring but not my news client Thunderbird, so
|
| Problem with Abstract Tree Apple Sample code | 20 Jan 2008 21:37 GMT | 1 |
I have downloaded Apple's demo project Abstract Tree which uses the Core Data system and XCode 3.0 (under 10.5.1) and can compile and debug this on one machine, a G4 Powerbook but when I try to debug on my Dual Core G4 desk top (also under 10.5.1 and XCode 3.0) it fails to
|
| release packaging | 20 Jan 2008 19:41 GMT | 1 |
I'm stuck in another area of my app where I'm not making much progress, so I wanted to step out of it for a bit and work on how to bundle my application for a release. I will have my app, a *.dylib, and a directory of example files to read
|
| trying to use sparkle | 20 Jan 2008 00:37 GMT | 6 |
Question for anything that might have used Sparkle before ... I did not find a sparkle forum anywhere's, so thought it might be ok to post here. http://sparkle.andymatuschak.org/ I've implemented it like I believe the "basics" of the instructions are
|
| [Q] Using OCUnit on Intel, how do I also run my unit tests under Rosetta? | 19 Jan 2008 17:35 GMT | 4 |
Summary: I'm Using OCUnit on Intel. How do I also run my unit tests under Rosetta? I've got an XCode project with Unit Tests, as documented in: Test Driving Your Code with OCUnit
|
| Basic memory management question | 16 Jan 2008 20:22 GMT | 5 |
I have a big memory leak in a method which simply reads from a text file and adds each line to an NSMutableArray as an NSString, and then return the array to the caller. I'm positive that the memory used by the array of strings is not freed
|
| Getting pixel from CGImageRef | 15 Jan 2008 10:33 GMT | 2 |
Hi everyone! Does anyone know how get pixel from [1,1] of the CGImageRef? I cant find it!!! (Just only via new context... ) CGImageRef LoadImageFromMainBundle(CFStringRef imageName)
|