| Thread | Last Post | Replies |
|
| Installing XCode on a non-boot volume? | 23 Apr 2006 17:46 GMT | 3 |
Is there a way to install XCode onto a disk that is not the boot disk for OS X 10.4.x? I don't have much room on the boot partition yet I'd still like to get started with XCode on a project I have in mind. Dan Richardson
|
| MAC RS232 / USB programmer help needed | 22 Apr 2006 18:00 GMT | 3 |
I'd like to colaborate with a MAC programmer to port an application I'm writting onto a MAC platform. The application's engine is all ANSI C and the GUI is in QT, so those parts should work fine on Windows, Linux and Mac.
|
| starting up an app | 22 Apr 2006 15:31 GMT | 1 |
ok, i may be dense but exactly where can i put in my initialization routine when i start an app? i'm starting from a new xcode project, cocoa objective-c based project. i tried once to initialize the stuff in the main.c file and it not only didn't work but it didn't even know the ...
|
| Cocoa, choose folder? | 22 Apr 2006 06:58 GMT | 5 |
My app creates about 20 to 30 files. As the filenames are generated within the app is there a way to select a folder in which to save the files rather than displaying a SavePanel for each file as I'm doing now? Also, in my OpenPanel I'm trying to limit the selection to only ".pge"
|
| display / event-loop change of behavior in 10.4? | 21 Apr 2006 22:07 GMT | 3 |
We have some code which when recompiled in 10.4.5 with the same source and makefile as 10.3.9 runs much slower. We are interfacing a USB gaming joystick to some
|
| Client can't link my project | 21 Apr 2006 07:41 GMT | 6 |
I have an XCode project that runs fine on my system. However, when I send the source code to my client, he cannot link it. He gets the line: warning -L: directory name (/Users/bh/SB/isync) does not exist
|
| Problem with remove C/C++ | 21 Apr 2006 03:04 GMT | 4 |
In my application I m creating a lot of files quickly and I m trying to remove them just after that with remove(name); But randomly, remove fails and return errno 89 (MacOS Error). It seems that if I switch spotlight off either by modifying hostconfig
|
| Replacing a running application using PackageMaker | 20 Apr 2006 23:13 GMT | 3 |
My app suite includes a background application providing an NSStatusItem; which is likely to be running when a new version is being installed. How can I quit and delete this application, so that I can install and launch the new version later in the install script?
|
| WebView release content | 20 Apr 2006 02:53 GMT | 2 |
Hello NG, in my software I use the cocoa WebView to browse message content. I have recognized that it consumes a lot RAM when images are displayed. It seems that this memory is not freed when I skip to the
|
| Help with NSSavePanel | 18 Apr 2006 11:42 GMT | 5 |
I am new to Objecttive-C and I am trying to write a small app for pracyice. I am trying to popup an NSSavePanel and I am unable to type in a filename. Can someone help me out with this? I have looked at the apple documentation and I don't see what I am doing wrong.
|
| Starting Command Line Application | 16 Apr 2006 20:58 GMT | 2 |
Hi Group! This sounds really silly to me, but I am banging my head on the wall for too long now. I am porting a Plugin (.dylib, Xcode) for a graphics application to
|
| if_packet.h | 15 Apr 2006 22:31 GMT | 1 |
i'm trying to compile linux source on os X. here's the link of the sources: http://www.nomis52.net/?section=projects§2=artnet&page=libartnet gcc failed first on an include (after, i don't know....)
|
| application crashes when started outside xcode | 14 Apr 2006 21:11 GMT | 11 |
i have now managed to get the my application running inside xcode. but when i try to start it from finder or from the console the icon pops up shortly and then disappears again. i tried to add some fprintf debug messages. but they don't appear in
|
| help reading file in Cocoa | 14 Apr 2006 15:18 GMT | 1 |
I am looking for an example of a class who read a file named "temp.txt" which is composed by rows as 10/12/20060102030405 using NSSTring, NSarray commands.
|
| Extended ASCII | 13 Apr 2006 19:50 GMT | 1 |
Does anyone know of a good extended ascii font to use with Terminal? So it correctly displsys extended ascii chracters when connected to a bulletin board for example. Thanks!
|