| Thread | Last Post | Replies |
|
| How to Open Finder window from folder path in Cocoa | 12 Dec 2005 00:41 GMT | 6 |
How to Open a Finder window showing the folder from the BSD directory path in Cocoa
|
| new to the mac, c++ compilers for desktop apps? | 09 Dec 2005 13:34 GMT | 7 |
I am new to the mac, what are some good sites / documents or books to read. What are c++ compilers are there for programming desktop apps the mac?
|
| How to show partition lines between columns in List view databrowser | 09 Dec 2005 06:17 GMT | 1 |
I want to show column separator lines in listview databrowser using carbon. Is there any property in Interface Builder which turn on column separator lines or is there any API in carbon through which this can be accomplished.
|
| Xcode linker symbol polution with a Framework | 08 Dec 2005 16:59 GMT | 4 |
I am building a plugin for a product with Xcode. In my code is a source file with some symbols in it, which I link with into my bundle. I also link with some Frameworks from the host application. One of those Frameworks also happens to have the same symbols that I am linking with ...
|
| #include nesting overflow | 07 Dec 2005 18:46 GMT | 4 |
I'm getting the error '#include nesting overflow' when trying to compile a project in Codewarrior. I've read other posts about this problem and have checked over and over again that every single one of my header files has a '#pragma once' at the top. I've looked for
|
| reading 3gp files with QuickTime SDK? | 07 Dec 2005 17:00 GMT | 1 |
I see that the QuickTime player will recognize and play ".3gp" video files from cell phones. However, when I try to open such a file with the QT SDK, it doesn't recognize it as a valid video file. What is the trick to reading these files using QT?
|
| Compiling a .cgi using Project Builder | 07 Dec 2005 16:31 GMT | 1 |
Quick question: How do I compile a C++ source code into a .cgi using Project Builder? * posted via http://www.mymac.ws * please report abuse to http://xinbox.com/mymac
|
| Is GetDiskFragment properly supported in Tiger? | 06 Dec 2005 00:58 GMT | 1 |
I have a Mach-O program that uses GetDiskFragment to load Carbon CFM shared libraries and call functions in them. This all worked perfectly in Panther and OS X versions before that. But in Tiger, GetDiskFragment is actually throwing an exception when I attempt to load one of ...
|
| options and universal binaries | 05 Dec 2005 18:57 GMT | 2 |
How do you use processor specific compiler options when building a universal binary? For example the option: -mpowerpc-gpopt is giving me errors whenever xcode starts building the i386 architecture.
|
| Need help with CViewColumn Class | 05 Dec 2005 05:47 GMT | 8 |
I have inherited class from CViewColumn. I placed An Add button over the dialog, When I press Add button, I am adding some new values to the CLIstView Say "Tom" and " 20year"
|
| minor xcode bug...I assume | 04 Dec 2005 18:22 GMT | 1 |
Xcode 2.2, Carbon Bundle app: I just took a project that had been slowly growing, and had thus accumulated many functions in one file, and broke it into a number of files with functions grouped by similarity. I have noticed now that when
|
| Cross-Platform Frameworks: Qt, wxWidgets, CPLAT | 03 Dec 2005 20:04 GMT | 3 |
MacCompanion online magazine has a series on Cross-Platform Frameworks from a Mac programmer's perspective, and so far they have covered Qt, wxWidgets and CPLAT. Has anyone actually done a direct comparison of these? Are there any others? I seem to recall hearing of one named
|
| Protocol template fails in Xcode. Is there a better solution? | 03 Dec 2005 02:47 GMT | 2 |
I'm trying to use a protocol class as a template parameter. The protocol class defines its own types and methods for working with them. The template class uses the types defined by the protocol and various methods, however I get errors when trying to compile this in Xcode
|
| XCode 2 Applescript won't launch on 10.2.8 | 02 Dec 2005 18:51 GMT | 3 |
I have an Applescript XCode project based on the Assistant sample. It used to run fine on 10.2.8, but building it with XCode 2 seems to break that. It still runs fine under Tiger. Any clues? The part that won't run is the stub objective c
|
| XCode 2 Applescript won't launch on 10.2.8 | 02 Dec 2005 12:08 GMT | 1 |
I have an Applescript XCode project based on the Assistant sample. It used to run fine on 10.2.8, but building it with XCode 2 seems to break that. It still runs fine under Tiger. Any clues? The part that won't run is the stub objective c
|