| Thread | Last Post | Replies |
|
| How to debug a static library in XCode? | 30 Apr 2006 15:54 GMT | 9 |
In XCode 1.5 I could set breakpoints in the source code windows of library modules and they would work. IN XCode 2.0 they no longer work. I set them, but they are ignored. Breakpoints in the source code for the executable work fine.
|
| A problem with FTP programing with CFWriteStream. | 30 Apr 2006 08:19 GMT | 5 |
Hi, everyone: I use CFReadStreamCreateWithFTPURL function to create a CFWriteStream,so that i can upload file to ftp server. But,the is a problem,when i call CFWriteStreamWrite function to
|
| Book request | 30 Apr 2006 07:21 GMT | 2 |
I would like to start programming for the Mac OS X environment, and in particular with Cocoa and Objective-C using XCode. Being a newcomer/newbie to the Mac world (I have bought a Mini a month ago) I would like to ask you your suggestions about what books are worth to
|
| Xcode Find not working | 28 Apr 2006 04:58 GMT | 1 |
Find is finding (in project and in single file find) but not displaying where it found it. What pref or option did I accidentlly mess up to do this? It's really p*ssing me off. Thanks,
|
| Re-package an app into a 'self extracting/installing' file | 27 Apr 2006 20:04 GMT | 8 |
I need to re-package an application which I have the CD for and make it available as a download. What I would like is something similar to a self extracting exe but of course exe for MAC. What's the best way to do this? I'm currently testing DropDMG which will create it into a
|
| Xcode and dynamic linking, willing to pay $$ for good advice | 27 Apr 2006 19:09 GMT | 6 |
Hello. I am an experienced programmer (www.chc-3.com) but have run into a problem I need help with. I am programming on my new Mac Mini after many years on Wintel. I am using the latest OS X and Xcode versions. I am trying to compile/link a small program that dynamically links to an
|
| Need help with path in both terminal and x11 sessions | 26 Apr 2006 21:31 GMT | 7 |
This is somewhat off-topic, but I couldn't think of a better place to ask the question... I've been trying to get some command-line software working under 10.4 (latest version). Most of it runs happily in terminal/bash.
|
| N00b needs help with NSDirectoryEnumerator | 25 Apr 2006 21:43 GMT | 2 |
i would like to list all files in a diretory that are of an image type. So I get myself a NSDirectoryEnumerator like this: NSDirectoryEnumerator *enumerator = [fileManager enumeratorAtPath: pictDirectory];
|
| Multithreading (NSThread) and Local Variables | 25 Apr 2006 17:31 GMT | 4 |
I just got done reading Apple's documentation of Cocoa multithreading, but I didn't find an answer to this basic question: Are local variables re-created automatically for each thread? In other words, if I have an object method, or for that matter a plain, old, C
|
| Updating data source from table view | 25 Apr 2006 14:13 GMT | 4 |
I am using table view to display the contents of my data source. The table view has a check box. When the user makes changes, my underlying data source does not get the change. What do i need to do to make the underlying data source update from
|
| file size? | 25 Apr 2006 05:32 GMT | 2 |
I'm using:- data= [[NSData alloc] initWithContentsOfFile:[openPanel filename]]; In the Finder the file's length is 121,064 bytes but my data length is 47,692. After much messing about trying to find where I went wrong I
|
| Applescript support for Carbon application. Are there any examples? | 25 Apr 2006 05:01 GMT | 1 |
I'm writing a console application for Mac OS X and I would like to expose some of my application objects for applescripting. Are there any good examples, that shows how this could be done? The only one I have found is MoreOSL (
|
| Template inheritance is not working in Xcode | 25 Apr 2006 04:31 GMT | 1 |
I'm porting more code over to Xcode from Codewarrior and have run into a new problem with template classes. I have a template class that is derived from a template class derived from another non-template class... so it is 3 levels deep. The first derived template class works
|
| Adding item to right-click (Finder) menu? | 25 Apr 2006 00:54 GMT | 2 |
I am writing a program that works on files. I have added a service which does show up in the services menu, but what I'd really like to do is add it to the finder menu (e.g. the one you get when you click on the right mouse button or hold ctrl and click on a powerbook). Both ...
|
| How troubleshoot an application bundle | 24 Apr 2006 18:08 GMT | 2 |
I have an application bundle I created with an older version of InstallAnywhere. It almost works! It looks like its loading, briefly shows the application name on the menu bar, then quits. Is there someway to trouble shoot this? Can I start the app from the
|