| Thread | Last Post | Replies |
|
| adding non-java files to jar file | 30 Nov 2004 21:06 GMT | 2 |
I've been trying futilely to add some text files to my jar file using CW for the Mac (a Java app). My intent is to supply a data file in my jar file, that my Java app can read when it runs. I've added a file mapping for my file (.txt), and
|
| Metrowerks development tools license - is it downward compatible? | 30 Nov 2004 21:05 GMT | 3 |
If a person has purchased from Metrowerks a copy of some CodeWarrior product Version N, can they legally run (a perhaps no longer sold) Version N-1 of the same product on the same system, assuming they can somehow get access to a copy?
|
| __mbstate_t redeclaration | 30 Nov 2004 20:35 GMT | 6 |
This is driving me nutso! I'm merely trying to include the <iostream> header in my source code, but as soon as I compile it, I get: Error : identifier '__mbstate_t' redeclared
|
| CGContextClipToRect() working | 29 Nov 2004 10:17 GMT | 1 |
I do the following: CGContextClipToRect(contextRef, myCGRect); where myCGRect = {(15,653), (757,15)}; Then, right after setting the clip, I get it to make sure it worked.
|
| PPx: Bizarre MP Error | 28 Nov 2004 19:18 GMT | 2 |
I seem to be getting more than my share of strange errors lately. This one concerns writing to a global struct from within an MP thread or its associated event handler. I encountered this error, in a PPx app, as follows:
|
| Useless link | 26 Nov 2004 13:59 GMT | 7 |
I'm working on a project with multiple targets and several dependencies. A few days go, I noticed that CW ALWAYS relinks my target even when there has been strictly no change to the code. I thought this was caused by a minor date issue, however even when
|
| Adding icons to an application -- How? | 25 Nov 2004 07:12 GMT | 1 |
I have created a new project of this type: Mac OS PowerPlant stationery Mac OS X Mach-O Advanced
|
| FS: MacWEEK Mug from Mac the Knife! VERY RARE (Ebay) | 24 Nov 2004 20:08 GMT | 13 |
Remember the original MacWeek magazine from the 1980's and early '90s? Mac the Knife, rumor columnist for the magazine, used to give away a free MacWeek mug (with the "I spilled" slogan) to those who gave info that the Knife could print. These status symbol mugs were highly
|
| Interface Builder hits breakpoint? | 24 Nov 2004 10:46 GMT | 6 |
Hi, I just decided to convert some of my old-style resources into nib files. To my dismay, I realised that Interface Builder unexpectedly quits whenever
|
| some PPob resources still appears in a non Human readable format | 24 Nov 2004 08:36 GMT | 4 |
I have a strange probleme : I have some .rsrc files, I can open them with Constructor, and I can see all the dialogs (the PPob resources) inside this .rsrc file. I want to make a auto process that manipulate a list of .rsrc files.
|
| Shark Like Tool for Windows? | 23 Nov 2004 21:21 GMT | 1 |
I have a cross-platform (mac/win) program that I would like to proile on Windows XP in a manner similar to Shark on the Mac. I have a feeling that there are tools that work for .NET and such, but I'm compiling my Windows app on CodeWarrior 9/Mac, and using MWRemote to
|
| C++ Runtime Mystery | 23 Nov 2004 21:21 GMT | 3 |
I frankly admit that I'm out of my depth on this one. I have a C++ (PP, Carbon, *not* Mach-O) app with some highly optimized matrix manipulations in it (because the runtime can be long). I noticed recently that the runtime had increased by nearly 1/3 for no apparent
|
| CW8.3 loses its breakpoint indicator | 22 Nov 2004 20:30 GMT | 1 |
Here is a strange intermittant behavior that has just started to get in my face these past 3 weeks: The breakpoint indicator (the lil' red dot in the left margin of the source code window) seems to get stuck during a debug session. IE, I
|
| What was the last version of CW hosted on OS9? | 22 Nov 2004 20:22 GMT | 4 |
Hey, folks. I've been looking for an answer to this question for a while now, and I can't seem to find it anywhere, least of all on Metrowerks' website. If anyone can help me with this I'd be grateful :) Recent versions of Codewarrior for MacOS are hosted on OSX. While they
|
| Changing Name of .icns file in Mach-O Project | 22 Nov 2004 17:55 GMT | 2 |
I have a Mach-O application bundle project with this line in my .plc file: key "CFBundleIconFile" value string "app3.icns" I'd like to change the name of the icon file. I figured I could just edit the above line to have the new file name. Ha! Stupid idea.
|