I too am wondering about the availability of an academic version. I e-mailed the folks at Metroworks and so far, I haven't recieved a reply. I'll post when I get one.
I just bought 5(about a day before 6 came out) it's availible at their store. I also e-mailed them as to how to get my free upgrade, and no luck so far.
Quote:
Originally posted by DarthNader:
I too am wondering about the availability of an academic version. I e-mailed the folks at Metroworks and so far, I haven't reciev…
I'm not really a programmer ... just dabble from time to time, but
I'm taking a Java class and started off with CW5. I got the CW6 upgrade in the mail which has IDE v4.1. As wit…
Well, I have mixed feelings about it. I can see cw 6 satisfying the demands of carbon and power plant users.
The interface is still a little rough. This needs to be fixed. Its a f…
Well, I have mixed feelings about it. I can see cw 6 satisfying the demands of carbon and power plant users.
The interface is still a little rough. This needs to be fixed. Its a f…
I emailed Metrowerks about an academic upgrade to 6, and I was told:
"You can upgrade your Academic license to CodeWarrior Pro 6 for $75US.
Please contact me at 800 377 5416 x5514…
Quote:
Originally posted by Nis:
75$ for upgrade a 110$ sw.
are they joking with us ?
is this for real ?
n.z.
Well, some companies don't offer upgrades for educati…
Quote:
Originally posted by trf_trf:
Well, some companies don't offer upgrades for educational discount products at all. It is not a great price, but far less than the …
I have receveid my upgrade to CW Pro 6 some day ago. I found it more stable on OS9 that previous version.
On OS X CW Pro 6 appear to have some graphics problem and I am unable to r…
Quote:
Originally posted by DarthNader:
Has anyone tried CodeWarrior 6 yet? Please post your impressions here.
Thanks!
It is available. I bought it the other day …
I see these in the System/Library/Extensions/ folder and I wonder what these are for?
Can you write extensions and make drivers with these?
Any help is great.
Also what is an .x…
A .kext file is a kernel extension. They're generally used for device drivers and other things that need to modify the system at the lowest level. They're not the same as classic…
Thanks.
So since that extensions folder has what are more or less drivers is it possible to use that type of file to write drivers for things that have been left out or are not su…
This information is on Apple's TechPubs page for Mac OS X,
See http://developer.apple.com/techpubs/macosx/macosx.html
Drivers are built using IOKit, which uses CoreFoundation, …
IMPORTANT!!
Most of the files listed in Ian's script are there! Login as root with your usual password.
I tested some of the commands but not all. For example though, /usr/bi…
What new tools appeared?
I didn't see anything new appear in /usr/bin when I logged in as root.
Most UNIX commands were already in /usr/bin, but compilers (except for Java).
Seems to be a misunderstanding: I was talking about OS X PB and you about OS X DP 4...
BTW, I haven't seen any C++ compiler in your list and most of these tools (if not all) are al…
I was refering to OS X PB. The packages 'Developer' and 'Essentials' were installed onto OS X PB from the OS X DP4 cd. The c++ compiler is infact there, I have used it to install…
No, a lot of them weren't there before you installed the Developer.pkg from OSXDP4 CD :-)
CC is the c compiler, btw, and it's definitely NOT included as standard with the PB.