| Thread | Last Post | Replies |
|
| Hello World Gui - Xcode tools | 22 Jan 2005 20:17 GMT | 2 |
I have only programmed embedded industrial apps, linked list trees the like and now I want to program with GUIs. I'm using Xcode tool (I also have Microsoft C++ - not C#) Can anybody tell me how I can use the wizards or the included stuf
|
| Undefined symbols in XCode | 21 Jan 2005 17:25 GMT | 1 |
In XCode, GCC environment, Does anyone know how to determine where an undefined symbol is being referenced from?
|
| Example of using Carbon.File module in Python to resolve aliases | 21 Jan 2005 14:41 GMT | 1 |
Could someone offer a simple example in Python about how to use Carbon.File module (perhaps Alias.FSResolveAlias()?) to resolve an alias? Basically I'd like to load in an alias file and find out which file/directory the alias points to.
|
| Objective C++: unable to call function template instance | 20 Jan 2005 22:44 GMT | 6 |
For some reason, this fails to compile with a linker error. It seems to have an "undefined symbol", without specifying what it is. template<class T> bar<T>(); @implementation MyObjCClass
|
| xcode linker error: Undefined symbols, but no symbols listed | 20 Jan 2005 20:21 GMT | 3 |
I'm building a rather large application being ported from Windows to Mac (using Qt as a cross-platform UI framework). All of my code compiles, but when I get to the linker state, it bails with one error:
|
| Cocoa without nibs? | 19 Jan 2005 21:28 GMT | 16 |
I am trying to write a Cocoa application without nib files. And I cannot get started. I write something like this: import com.apple.cocoa.application.*;
|
| Cocoa Textsystem Linebreak | 19 Jan 2005 18:42 GMT | 1 |
Hello NG, is there the possibility to tell the Cocoa Text-system (NSTextView) to insert a new paragraph only at the location of a whitespace character? How can I prevent that it will break at "-"?
|
| Getting, saving, and restoring mouse cursor | 19 Jan 2005 06:40 GMT | 7 |
I am programming with CodeWarrior 8.3 on Mac OS X with Carbon API. What I'd like to do, is 1) retrieve the current mouse cursor 2) set and use my own cursor for a while
|
| int to hex to string | 19 Jan 2005 06:14 GMT | 4 |
I have an unsigned long that I need to first convert to hexadecimal and then to a string. How would I go about this? I know how to format the number as hex for printf, but that's about it. Thanks,
|
| How to Get a Mac Mini | 19 Jan 2005 00:28 GMT | 3 |
Step 1: http://freeminimacs.slashdot.us/ Register using your email address - this will take only a few minutes. Answer "NO" to all survey questions so you don't have to deal with junk mail. They will email you a confirmation email, which you must confirm.
|
| Big problem to create a framework. | 18 Jan 2005 23:47 GMT | 1 |
I try to use the framework example of the examples CD of CW 8.3. All is work very fine under this example. But when I try to use this framework with my powerplant project : - I add the framework in the content folder of the Mach-o package.
|
| global variables among multiple source files | 17 Jan 2005 22:06 GMT | 2 |
Situation: Lets say I have two source files, file1.cpp and file2.cpp. Both files contain functions using global variables. How do I define these variables?
|
| Analog to Windows "depends" tool? | 17 Jan 2005 20:49 GMT | 1 |
I've got a bundle and I want to learn exactly what Frameworks and dynamic libraries it links with. Is there a tool similar to the Windows "depends" tool for OS X that reports this information?
|
| simple way to get an arbitrary item out of a plist | 17 Jan 2005 19:48 GMT | 7 |
I'm looking for a simple way to retrieve a specific arbitrary value from a plist file. I've been futzing around with CFTree for quite a while and I feel like I'm not getting anywhere. If it helps, I'm trying to get the Last Track value out of the
|
| Does ADC Select Program include final releases? | 17 Jan 2005 19:46 GMT | 2 |
I have a question about the ADC Select Program: Does this dev. program include a copy of the final release (Tiger Final), beside the pre-release versions? So if I would sign up for ADC Select, do I need to buy Tiger Final, or
|