| Thread | Last Post | Replies |
|
| Why is CW Pro 9 temporarily unavailable? | 21 May 2005 03:07 GMT | 7 |
Sorry if I missed a posted answer to this, but I didn't see one when I looked. Larry
|
| CodeWarrior 9.5 and Link Error: "code reference to 'XXX' is out of range." | 19 May 2005 19:10 GMT | 1 |
I'm running CodeWarrior 9.5 on Mac OS 10.4.1 on a dual 1.8Ghz G5 Macintosh. I'm trying to build my application and I am getting many (101) link errors of the sort:
|
| Unexpectedly quit on manual quit, no crashlog.. | 19 May 2005 17:59 GMT | 2 |
I'm currently dealing with an interesting bug where my application "unexpectedly quit" on 10.2.8 only, when I manually quit the application. However as far as I can see it makes through the whole termination correctly and seems to leave main ()
|
| App compiled on G5 runs much slower than from G4? | 19 May 2005 16:51 GMT | 4 |
When I compile my application on my G5, it is really slow for some reason. If I compile it on the G4 and then run that version on the G5, it is much faster. Does anyone know why that would be? I wonder if Tiger would have something to do with it. The G4 is running Panther, ...
|
| Debugger not stopping on dots | 19 May 2005 16:36 GMT | 2 |
I've got some red debugger dots placed in a class constructor, and the program isn't stopping when it runs over them. Is that a bug, or is there something special about constructors where this sometimes won't work? Just wondering if others have had the same problem.
|
| "Hello World" fails, out-of-the-box. | 19 May 2005 16:31 GMT | 5 |
I recently upgraded to CodeWarrior 9.5 and Tiger. I create a new Project: Mac OS C++ Stationery Standard Console
|
| CodeWarrior 10 | 19 May 2005 16:21 GMT | 9 |
Aloha! Does anyone know if there will be another version of CodeWarrior for MacOS X? If so is there a release date set for it? -danny
|
| [ANN] CW 9.5 Patch for OS X 10.4 | 19 May 2005 05:45 GMT | 10 |
CodeWarrior Development Studio for Mac OS, Version 9.5 Update The 9.5 update for CodeWarrior Development Studio for Mac OS Version 9 is a maintenance release of the CodeWarrior Development Studio for Mac OS tools. The 9.5 update includes bug fixes to the IDE, C/C++ compiler
|
| [CW 9.5] XercesLib 2.6 issue | 18 May 2005 18:47 GMT | 4 |
I have downloaded XercesLib sources from http://xml.apache.org, and I am now trying to compile the mach-o release target, with CW 9.5, on MacOS X 10.3.9, but failed so far with the following issues: - - - - -
|
| QuarkXPress Xtension problem | 17 May 2005 15:09 GMT | 2 |
I am using CW 9.0 to develop a QuarkXPress 6.5 (Passport Edition) XTension. I have built one of the Xtension samples on the SDK from Quark and it is built correctly, the problem is when I start QuarkXPress, when Xtensions are loaded I get the following error:
|
| strange CPU usage after assert failure | 16 May 2005 21:38 GMT | 4 |
I have noticed something rather strange. I am writing a heavy CPU simulation that basically goes as fast as possible. Therefore, when running, it takes up as much free CPU time as possible. When running in the debugger, if my code fails an assert() call, the CPU remains ...
|
| Crash in Tiger during framework load | 16 May 2005 19:51 GMT | 4 |
I have several programs that use the MidiShare framework for MIDI I/O. They work fine on OSX systems prior to Tiger. Under Tiger, they crash during startup executing the framework initialization code. Each is built by CodeWarrior 9.4 (now 9.5, no difference) as a Mach-O Carbon
|
| BuildLibraries error with 9.5 (CGWindowLevel.h) | 16 May 2005 17:19 GMT | 1 |
Got a new Mac with fresh 10.4 install. Installed complete developer tools, then ran 9.5 updater on my 9.4 installation which I copied over from my old drive. I'm now getting this when I try BuildLibraries.mcp. (The rest of
|
| symbolic link behavior | 15 May 2005 22:23 GMT | 2 |
This is kinda related to my post earlier regaring my "Rescued Files" issue w/ libgcc.a I have tried to only define /usr/lib/libgcc.a when adding the file to my project - but CW insists on following the symbolic link to the 3.3
|
| Calling applescript for cw ide | 15 May 2005 05:38 GMT | 2 |
I'm trying to call the following script from AppleScript application: tell application "CodeWarrior IDE" set theAlias1 to alias "Mac OS X:Users:dima:validator.sh" set theAlias2 to alias "Mac OS X:Users:dima:.bash_profile"
|