| Thread | Last Post | Replies |
|
| Worth buying CW9 now? | 08 May 2005 13:45 GMT | 6 |
After holding back for way too long I'd really like to purchase CW9 now except... I have a sneaking suspicion that as soon as I buy it CW 10 will be announced/released. Is that likely? Should I just buy it and not worry about it?
|
| CW 9.5 trouble compiling myMacHeaders | 08 May 2005 00:59 GMT | 1 |
I'm having trouble compiling myMacHeaders with CW 9.5 under OS 10.4. I get the following error msg: Error : types that are declared in parameter lists ('ScheduledAudioSlice') go out of scope at the end of the function declaration/definition,
|
| linker error between GCC4 and CW9.5 with Tiger | 07 May 2005 17:20 GMT | 2 |
I'm trying to link a Mach-O console application against some libraries compiled with gcc. Previously (OS 10.3, GCC 3.3, CW 9.4), this worked as long as libgcc.a was included in the project. I'm including libgcc.a from GCC4 in the project, but I'm getting linker errors that look like ...
|
| CW 9.4 and Shark 4.1.1 | 07 May 2005 05:56 GMT | 5 |
I can't seem to get Shark 4.1.1 to display source files on an app built with CW 9.4. The app is Mach-O. The Shark doc says that for Mach-O code you shouldn't need to use .xSYM files, only STABS. I tried that but I don't get any source.
|
| How can you determine the operating system version | 07 May 2005 01:24 GMT | 4 |
I want to put some Core Image stuff in my program. However, when I compile on 10.3, I get errors. Is there a #directive that I can put in that checks the OS version? Thanks
|
| CW 8.3/CW 9.4 Mac OS X 10.4 problem | 05 May 2005 22:45 GMT | 13 |
After installing 10.4 I can not drag and drop files into the IDE window anymore I tried c/c++/java files in 8.3 and c/c++ in 9.4 Is there workaround for that?
|
| "Invalid opcode" in the debugging window | 05 May 2005 20:37 GMT | 1 |
I am developping a plugin for Acrobat. Now I need to recomplie it with Mach-O. Unforunately, I have a problem using CW 9.4 with Mach-O. The problem is I don't see source code in the debugger window.
|
| Code Warrior 9.3 File formatting | 05 May 2005 16:43 GMT | 4 |
This is the part of my program I am having a problem with: if ((output = fopen("Macintosh HD:Users:ekovalev:Desktop:mbox_maildir:123test.mbox:mbox", "a"))==NULL) {
|
| Where did user_from_uid go? | 05 May 2005 13:39 GMT | 1 |
I just upgraded to 9.5 and now I get the dreaded "I can't find these since you updated me" errors. Specifically CW says this: Error : undefined identifier 'group_from_gid' Error : undefined identifier 'user_from_uid'
|
| getting a symbolic link from an alias. | 05 May 2005 13:23 GMT | 1 |
I created an alias to the data to a program so I can avoid looking outside the programs directory [the current directory that terminal prints in the prompt] . i notice that BSD's ls -1 says that its a file of zero length. Any easy [even using a script to execute this program
|
| ppc\ansi.h missing in OS X 10.4 (Tiger) can're rebuid MSLs | 04 May 2005 23:08 GMT | 7 |
After upgrading to the GM build (v.8a428) of Tiger today, I decided it would be prudent to rebuild the MSL libraries before trying to build my app. After initiating a build of the Build.MacOSX.mcp project, I immediately
|
| Odd template problem with x86 compiler | 04 May 2005 23:05 GMT | 1 |
The following code compiles fine for Mach-O, but gives an "illegal constructor/destructor declaration" for the indicated line. Note that this error occurs even when including these template declarations from a file that does not contain any expansions of these templates.
|
| Does CW Pro 9 work with Tiger | 04 May 2005 22:48 GMT | 1 |
Does Codewarrior 9 work on Tiger? Thanks B
|
| custom display of data types | 03 May 2005 21:41 GMT | 6 |
I would like to "customize" the debug display of some of my data types. Is this now possible in CW9.4? If so, how? I've seen some old references to this kind of capability in the news group, but could not figure out what the current status is...
|
| CPU spike in open windw | 03 May 2005 20:00 GMT | 1 |
I just noticed that some of my app's windows cause a spike in CPU usage as shown in the Activity Monitor % CPU indicator. How would I track down what's causing this? Or what are the common causes for this since there's nothing particulary interesting going on in the window besides ...
|