| Thread | Last Post | Replies |
|
| Undefined symbols bug in Xcode 2.1 linker | 25 Oct 2005 20:32 GMT | 2 |
I have been developing a complex application in C++ on XCode 2.1 on 10.4.2 and getting occasional undefined symbol errors in surprising places. This has become a problem, so I have managed to distill this down to a very simple program in a clean project:
|
| Java development on OS X; XCode vs The World. | 25 Oct 2005 12:49 GMT | 7 |
I'm doing some Java development on my OS X machines (Pismo/400/320MB, Quicksilver/733/1.2GB, both running 10.3.9). XCode ont he Pismo is dog slow but on the QS is relatively better. Are there any other alternatives to Java? Does CodeWarrior do it? Has
|
| Likely date for Java 5 | 25 Oct 2005 12:45 GMT | 1 |
Does anyone have a guess for when Java 5 will be out, based on previous release schedules? Thanks, Dale
|
| super simple Obj-C question | 24 Oct 2005 18:42 GMT | 4 |
I've been trying to solve this isEqualToString problem for a day now but can't wrap my head around it. - (IBAction)btnPress:(id)sender {
|
| Naive bundle/package question | 24 Oct 2005 17:26 GMT | 5 |
I have an xCode project (aProject.xcodeproj, say) that somehow lost its identity as a bundle (or is it a package?). So it appears to the finder as an ordinary directory. I would have thought that the "Bundle bit" was supposed to be set on
|
| Cocoa Panels vs Sheets (how to wait for a sheet to close) | 24 Oct 2005 08:40 GMT | 3 |
Hi, I have a simple single-window Cocoa app (not document-based). When the app starts I would like bring up a sheet asking for a password. Once the password is valid, the sheet should disappear and the application can be used by the user.
|
| WindowPeek is showing as Undeclared | 22 Oct 2005 10:19 GMT | 6 |
When I tried to compile my Carbon project Its showing 'WindowPeek' undecalred. I included Stdio.h. My code is somewhat like this #include <stdio.h>
|
| Carbon in Cocoa | 22 Oct 2005 10:18 GMT | 4 |
I've been messing around with Cocoa trying to convert an old project from Carbon to Cocoa and needed to record audio. I managed to put an ObjC wrapper around my old Carbon code and it works fine in Cocoa - just not sure if this a good idea.
|
| Open Dialog Problems | 22 Oct 2005 04:58 GMT | 2 |
I'm quite new at cocoa and programming in general, am I got stuck with trying to get open dialogs to work. Here's the problem: - (IBAction)editDictionary:(id)sender {
|
| No return statement does NOT result in a compile error!!! | 21 Oct 2005 18:03 GMT | 12 |
I have 1 question. If I create a XCode default C++ Command Line application and change the default main.cpp (remove the return statement) to: int main(int argc,char** arg) { }
|
| chown errs out | 21 Oct 2005 03:40 GMT | 3 |
Various actions cause chown to fail. Here's an example from one such situation. I created a new user (with administrative privileges), then in Netinfo Manager changed the home dir for user to be on a
|
| force files closed | 21 Oct 2005 00:35 GMT | 2 |
I've written a plugin (an Xtra, in Macromedia argot) for Director which allows a Shockwave app to open and play audio CDs. The problem I'm having is that the original Shockwave app was written in such a way that it is possible to reinitialize the plugin without first closing any
|
| did I lose a library? | 20 Oct 2005 18:51 GMT | 1 |
I just tried to compile an old C++ program usind command line g++, and got a link error. Trying to minimize the unknowns, I tried to compile the trivial C++ tool template in ProjectBuilder. Same errors: ld: Undefined symbols:
|
| Buttons | 20 Oct 2005 11:27 GMT | 2 |
My Nib file has a window with a button. In Cocoa, how do I programmatically disable/enable the button? Thanks, Paul
|
| quicktime field order | 19 Oct 2005 22:44 GMT | 1 |
I'm writing code for reading quicktime mov files. Since video material is interlaced, I have to know filed order. Can someone give me some feedback on that. I tried developer.apple.com and google, but with no success. If someone could give some guidelines on how to get field order ...
|