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 …
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, …
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.
Atleast we know this...
If you don't want to wait for the dev cd, and 100+ MB download is a little too much for your stomach (1.e. 56k modem) - install the packages off your DP4 c…
I installed the developer tools off of the DP4 CD several weeks ago before my PB Dev Tools CD arrived. While that worked great for command line compiles, all of the IDE tools would…
I wish all of us had access to these tools. I'm trying to cross-compile a few command line and X windows apps. I got the basic cc from Darwin 1.0 (which is egcs not gcc BTW). I nee…
Quote:
Originally posted by rsanford:
I installed the developer tools off of the DP4 CD several weeks ago before my PB Dev Tools CD arrived. While that worked great for …
Holding down S on startup boots you into Mac OS X in "Single User Mode" -- and in Mac OS X, it's not a good thing to do. It's meant to be used for low-level repairs if your system…
Quote:
Is it possible to compile console only applicaitions ( which means that they run in the terminal ) which use the socket library ( the unix berkley socket library ), strea…
I apologize if this is too simple, but...
Have you tried typing "./a.out" and pressing Return? By default, the current directory is not in your path for executing programs, so if…