| Thread | Last Post | Replies |
|
| CodeWarrior V9 Mac O/S 10.3.7 Console fonts | 10 Feb 2005 02:03 GMT | 2 |
I am a beginner learning C++ and would like to know how to set the Font size that cout writes to the console. Thanks in advance Felix Ledesma
|
| iSYM file corruption? | 08 Feb 2005 20:56 GMT | 6 |
We're using Codewarrior for Mac OS 9.3 (on 10.3.7) with the Windows target compiler. Our application has 14 sub-projects. The resulting executable is 6.5MB and, when it works, the iSYM is about 16.5MB.
|
| Errors building CW 9.4 MacHeadersMach-O | 08 Feb 2005 17:48 GMT | 2 |
After installing the 9.4 upate (from 9.3) I got a warning that I should rebuild the Mach-O precompiled headers. But when I try to do so, I get the several errors with the "BSD MacHeadersMach-O" target. Here's the first couple of errors:
|
| Creating a mach0 project with mac cw v9 | 08 Feb 2005 17:46 GMT | 2 |
HI, a couple of questions: I've been trying to create a Mach0 project from the provided stationery file templates. When I compile/run I get the message: "Internal mach-0 importer error. File "importMach0.c" line 1112 can't find
|
| Debugging with CodeWarrior | 08 Feb 2005 17:43 GMT | 1 |
I downloaded Apple developer tools to work with code warrior 9. anybody knows how to install it so codewarrior finds it. I get the message "Unknown error. Cannot connect to GDB" if I try to debug code.
|
| Precompiled headers and defines, Mach-O and PPC | 08 Feb 2005 17:40 GMT | 1 |
For my projects, CodeWarrior 8.3, MacOS 10.3.6, I need to have them in both PPC and Mach-O code. I have a set of libraries for which I'm making an implementation for QuarkXPress, requiring it to be Mach-O code, and InDesign, requiring it to be PPC code.
|
| CW 8.3 code generator crash | 08 Feb 2005 16:19 GMT | 1 |
I've managed to crash the CW 8.3 compiler. Below is an example of how to make it happen. It only crashes if no errors are reported during the compile (presumably during the actual code generation stage). It's clearly crashing because it expected me to be a bit more sensible with the ...
|
| How to setuid(), chown(), setgid(), lstat() under Carbon, both PPC and Mach-O | 08 Feb 2005 15:31 GMT | 1 |
Having some code that compiled well under MSL MacHeadersMach-O, containing setuid(), setgid(), chown and lstat(), I now have to also make this code available in PPC. This is because I need to use 1 PPC library.
|
| Comparing incoming AppleEvent text parameter with HFSUniStr255 file names | 08 Feb 2005 02:38 GMT | 7 |
I am having a problem that I think has to do with the internal format of text parameters in AppleEvents. I have a scriptable application with a dictionary that contains commands for filename comparison. Users specify the name of a file as a text string
|
| Possible memory corruption in std::basic_ostringstream? | 07 Feb 2005 21:59 GMT | 7 |
I'm experiencing a problem in a Cocoa application which appears to be related to my use of the std::basic_ostringstream class in MSL C++. Here's the simplest test case I've been able to devise (the mTextView variable is an instance of NSTextView):
|
| Lost in a sea of linker errors (CW8.3) or failed debugger (CW9.3) on 10.3.7 | 07 Feb 2005 15:10 GMT | 2 |
I was once happily running CW8.3 on Panther building PP-Advanced based Multi-Target (Mach-O specifically) Bundle projects using the 10.2.7 SDK. After a multi-month period of inactivity I'm no longer able to rebuild my project with CW8.3 on Panther (now 10.3.7). I'm guessing ...
|
| New MacTech Format | 07 Feb 2005 13:03 GMT | 9 |
Have you seen the new format for MacTech? Yuck. They've sold out and converted their magazine to include sys admin stuff and other non-programming material. Apparently they got a new Associate Publisher who wants to screw it all up.
|
| Using a constant defined in a baseclass in a switch inside a subclass | 07 Feb 2005 03:32 GMT | 2 |
With CodeWarrior 8.3, MacOS X 10.3.5, while trying to avoid #define, I created a class scope const int. Using this int inside the same class all compiles well. But as soon as I use the same in a subclass I get an 'illegal constant expression' error.
|
| My #1 Wish for CodeWarrior 10 | 06 Feb 2005 19:04 GMT | 4 |
If there is one thing CW 10 needs to have it is support for Apple's new development system. By that I mean OS SDKs. The days of the Universal Headers are over. CW needs to be able to create a new MacOS 10.3 project or a new MacOS
|
| Enums cause program slowdown | 05 Feb 2005 23:58 GMT | 4 |
I noticed a rather odd thing going on with my program today (CW 8.5). There is a tight inner loop that performs some computationally-intensive physics modelling (runtime is of the order of minutes). Controlling the simulation I have a series of constants that I defined in an enum. ...
|