| Thread | Last Post | Replies |
|
| Any know bugs with the Codewarrior 9.1 STL basic_string? | 07 Jan 2004 01:47 GMT | 1 |
We have some cross-platform code that is built on top of the STL basic_string. This code seem to have problems with assignment operator since converting to Codewarrior 9.1. As anyone else experienced problem with basic_string? Are there any fixes for the STL?
|
| CW 8.3 Mach-o Linker options | 06 Jan 2004 23:44 GMT | 9 |
Does anyone know what the difference between the linker of MacOS X PowerPC Mach-o And Apple Mach-o PowerPC.
|
| combobox on mac ? | 06 Jan 2004 23:38 GMT | 20 |
Is it possible to create the equivalent of a combobox on mac os X ? I am trying to do a combobox in a dialog, using resedit. ( yes i know it's old :) haven't found anything else to do the job ) I want to populate the list dynamically if that's possible.
|
| how to include dynamic library? | 06 Jan 2004 23:31 GMT | 4 |
does anyone make use of "libtiff" ?? For reading tiff files? I am unsure how to include the library libtiff**.dylib into my codewarrior project.
|
| CW 9, Panther and veclib -- broken?? | 06 Jan 2004 21:37 GMT | 1 |
Today, I did an archive&install of Panther (v10.3.2) from Jaguar, including Xtools, and then tried to recompile a PPX project that contained the veclib framework -- and which worked well under Jaguar. I got numerous link errors, viz:
|
| MwCVS CW diff doesn't work | 06 Jan 2004 16:35 GMT | 5 |
Does anyone know why I cannot do a CW diff, but I can do a GNU diff using the mwCVS plugin, as I get the following VCS messages Error : An unexpected error occurred. The root could not be parsed Warning: cvs -d/Volumes/MacDX Src/vcs checkout -p -r 1.2
|
| Tech note for Variable Formatter | 06 Jan 2004 01:55 GMT | 1 |
There was a thread, not long ago, discussing the Variable Formatter. Isaac Wankerl wrote the he will try to write a tech note for the Variable Formatter. Is there such tech note, or other documentation for the Variable Formatter? thanks,
|
| CW9 compiler errors&warnings | 06 Jan 2004 00:54 GMT | 1 |
I noticed that in CW9 the quality of the error messages that codewarrior 9 spits out are much worse than those in codewarrior 8. For example, i had a line of code with two inline´s as in: inline inline dynamic_bitset operator<(const dynamic_bitset& b1,
|
| Several questions about CW compatibility and etc. | 06 Jan 2004 00:49 GMT | 6 |
I have questions about CW, most of which are trivial and thus just for my curiosity. But I hope there're some people who have knowledge, some free time and good will... ;-)
|
| Debugger Problems | 05 Jan 2004 22:26 GMT | 1 |
I recently purchased a copy of CodeWarrior Learning Edition v4. It works well mostly, even though it's slighty more limited that I would like. The thing in CodeWarrior I've been having problems with is the debugger. Whenever I try to debug something, CodeWarrior crashes. The ...
|
| creation for Carbon 'C' | 05 Jan 2004 19:20 GMT | 5 |
Hello, Is it possible to create an application in ' it with Code Warrior under system 9 for system 10? so yes with which version of Warrior Code Cordially.
|
| mwCVS Problem | 04 Jan 2004 23:03 GMT | 8 |
Hello everyone. I just got CW9 and I am trying to get CVS set up for my existing project. I got the CVS Repository correctly set up, and I know about setting the CVSROOT variable in my login script. At this point, I can use CVS from the command line. I have a weird problem when ...
|
| Do I have a corrupt Carbon.framework? | 03 Jan 2004 22:11 GMT | 2 |
I'm working on a PP-based Carbon project (with CW 8.3) and was booted into OS9 for debugging. I accidentally selected a Mach-O target in the project, did a "make" and CW barfed in LCommander.cp complaining that it couldn't find <Balloon.h>. This was a bit weird, so I tried the ...
|
| Function pointers in a std::list not working? | 02 Jan 2004 15:46 GMT | 4 |
I'm trying to achieve the following: (this is my smallest program that doesn't work): typedef void (*fn)(); void foo()
|
| Java Swing dialog button order question | 02 Jan 2004 09:40 GMT | 1 |
I'm porting a Mac Classic app to Java Swing to make it cross platform. I'm following the old Mac UI Guidelines and putting meaningful labels on the dialog buttons (e.g., "Save" and "Don't Save" instead of "Yes" and "No"). It turns out that on OS X, JOptionPane.showOptionDialog() ...
|