| Thread | Last Post | Replies |
|
| how to remove file from the project in x code ? | 30 Sep 2006 18:19 GMT | 2 |
How do you remove file from the project in x code ? I tried action -> delete.
|
| [XCode 2.4] unable to create a deployment version | 30 Sep 2006 10:27 GMT | 10 |
first, the debugging version links good. If I change to relase version, lots of "multiple definition of symbols" errors appear (one for each class I've defined) and the linking process stops. Where's the bug? In XCode or in KonniCode?
|
| LaunchApplication on application packages? | 29 Sep 2006 16:29 GMT | 3 |
Can you call LaunchApplication on shiny new Mach-O application packages? Or do I have to use LSOpenFSRef to do this? While we're on the subject of application packages, can you call
|
| Determining if an application bundle exists | 29 Sep 2006 05:20 GMT | 1 |
Let's say I've got two OSX Mach-O apps and app A has the ability to launch app B. Given a path to app B, how do I determine if it exists? Clearly, you have to append ".app" to the filename in order to find it in the first place but file system routines tell me that this is a
|
| How identify acd is inserted in drive | 27 Sep 2006 17:20 GMT | 1 |
Hai all I am newbie in cocoa pleas help I want to load a window when a cd is inserted in drive.How i get information cd is inserted in drive.
|
| c++ interface book | 27 Sep 2006 14:33 GMT | 1 |
I am looking for a book to help me with creating user interfaces and some graphical output for C++ programs. I saw some books on cocoa but some of them are several years old now and seem to be about Objective C rather than C++, not that it matters how the interface connects with
|
| logout hooks | 27 Sep 2006 05:45 GMT | 2 |
I am trying to implement a logout hook with one of my programs and not having any luck getting it to work. I thought I would give Mike Bombich's LoginWindow Manager program a try to see what it did to the loginwindow plist. Unfortunately, I can't get that to work either.
|
| can to change font of nstextview withcurrent fontsize? | 27 Sep 2006 01:34 GMT | 1 |
Hai I am newbie in cocoa pleeas help I want to change font of NsTextView with current size of text in text view.I changed the font cant keep the current size.How get the current
|
| Debugger Signal 11??? | 26 Sep 2006 16:15 GMT | 2 |
What's up with this? I'm trying to debug an app under XCode and I keep getting this error "The Debugger as exited due to a signal 11 (SIGSEGV)" I never even get to main()
|
| server dns | 25 Sep 2006 22:46 GMT | 3 |
ok, i'll admit this probably isn't the correct place to ask this but i've been all over the system and the manuals and everywhere else i can think of. i'm getting a constant error in my console log (every 30 minutes). the error is as follows: Sep 10 22:39:06 nameserver servermgrd: ...
|
| Perl/Tk on OS X? | 25 Sep 2006 15:31 GMT | 2 |
I installed Perl/Tk on two OS X boxes, but make test failed in both cases. Is Perl/Tk supported on OS X? Are there some hoops I need to jump through to get it to
|
| Copying files om Mac OS... please Help! XCode! | 25 Sep 2006 08:53 GMT | 9 |
I'm trying to copy file on the same volume, File is a shared library; in the source directory it's size 16 Kbytes. After copying it's size 6 KB, and it has type Excel file!!! ))) And it's doesn't work!
|
| ADC Student | 25 Sep 2006 08:52 GMT | 1 |
Is the ADC Student Membership worth it? Is there anything cool to be gained from it (besides the hardware discount) or do they save all the real goodies for the Select and Premier members?
|
| XCode: C++: Can't make one project reference another | 23 Sep 2006 22:56 GMT | 3 |
Hi all, basically all I want to do is create a test project that references another project (both C++) that contains all my code. I had this working on a win32 machine previously and am just porting the code over. I've already managed to get all my code compiling and
|
| directoryContentsAtPath returns zero-sized array | 23 Sep 2006 17:40 GMT | 3 |
the following code compiles just fine, but the size of "fileArray" that I get by using count is zero and more obviously, the code depending on the array is never really called. However, I know that there are "some" files in my homedirectory, which
|