| Thread | Last Post | Replies |
|
| mwvars and bash | 20 Feb 2004 03:57 GMT | 2 |
Does anyone have a bash compatible version of the mwvars script for use on 10.3? Cheers -Mark
|
| Code completion ()? | 19 Feb 2004 22:44 GMT | 2 |
When I type a '(' in my code now, it automatically puts a corresponding ')' right next to it--is that code completion? I don't want it to do that. How is it supposed to know if I am starting a new pair of parenthesis, or just putting parenthesis around code that is already there?
|
| Headers error | 19 Feb 2004 21:39 GMT | 2 |
I am trying to compile my program on a computer running Panther with CW9.1. It's a mach-o OSX application. I am getting a lot of compile errors, due to errors in the Quicktime headers. I remember getting this before, on another computer that had 8.x on it. I had to do ...
|
| Building SQLite with CW8.3 | 19 Feb 2004 21:26 GMT | 3 |
Has anyone tried building SQLite (http://www.sqlite.org/) with CodeWarrior as a Carbon MachO static library? I'm currently trying this and only have a couple of errors to resolve. Both relate to structures being redeclared, e.g.
|
| cmdide don't print messages | 19 Feb 2004 15:32 GMT | 1 |
I work with the command line tool cmdide to compile and link projects. I'm wondering that this tool don't print messages. Why? - is that don't planned or only a bug (forgotten feature? ;-)) Is that possible/planned that the command line tool "cmdide" print messages
|
| Logging build times on CW9? | 19 Feb 2004 15:20 GMT | 1 |
Is that possible that CodeWarrior 9 write out build time or better compile and/or link times for all files individually? For example on Windows VC71 you can add the flags '\Bt' and '\time' in the linker/compiler settings to write out the compile and link times for all files.
|
| CW 8 static libs in CW 9 | 18 Feb 2004 14:01 GMT | 3 |
Ok, I know that the ABI changed and that old libs are not working with CW 9, but now I have a problem. Our product uses a third party lib that was compiled with cw 8 and the company went out of business. Are there anything I can do to get the lib working with cw 9 ?
|
| Template bloat or not? | 17 Feb 2004 21:24 GMT | 6 |
I've noticed Apple's gcc has the -fcoalesce-templates flag to discard all but one of similar template instantiations. Does Codewarrior (9.1) do anything similar? There templated classes in a project I'm working on and it currently uses the explicit instantiation
|
| access failure on std::cout from Bundle Package on MacOS X | 17 Feb 2004 16:12 GMT | 1 |
Corrected the Subject-field of the original message.
|
| Cocoa NSTableView windows in PowerPlant application | 17 Feb 2004 08:01 GMT | 3 |
I'm working on a C++ app using PowerPlant. I need a heavy-weight tabling API and Cocoa's NSTableView seems to be my only practical option. However, I'm having trouble making the CocoaInCarbon sample code build a Cocoa bundle with Code Warrior 9. I'm hoping someone here will be ...
|
| Compiler inefficiency loading altivec registers | 16 Feb 2004 22:31 GMT | 1 |
I was going over some of my old code and discovered this little kludge: /* -------------------- */ typedef __vector unsigned long VUInt32; #define USING_CODEWARRIOR
|
| Remote debugging problem | 16 Feb 2004 21:59 GMT | 2 |
I have trouble using CodeWarrior 8.3 for remote debugging. I use my G4 as server and run CodeWarrior over the network on my old 7500 (running Mac OS 9.0). Whenever I try to debug I get the "can't connect to MetroNub" message.
|
| cocoa multiple document types | 16 Feb 2004 12:43 GMT | 4 |
more a cocoa question and human-interface question than a codewarrior question, My app will manage 2 document types, and this brings up a few questions... Is there only 1 subclass of NSDocumentController managing the whole show,
|
| In Mach-O conversion hell! | 16 Feb 2004 10:57 GMT | 5 |
I'm trying to convert a large CW project to Mach-O. After several days of strugging I have finally managed to get the precompiled headers and libraries in a state where I can actually compile and link with only 2000 link warnings. These warnings are all from C files and of the
|
| Anyone know how to eject a CD programmatically? | 14 Feb 2004 09:52 GMT | 3 |
In my Mach-0 project, I'm using the FSRef APIs to open, read, then close files on an Audio CD. Problem is, once I access the CD it can no longer be ejected on the desktop or by any other method until I quit my app? Does anyone know what the problem might be, or even better, how I ...
|