I used to code on the Mac in Think C about 14 years ago. Haven't written a line of code since, but OS X has inspired me. I've just bought Codewarrior 6 and am trying to grease my v…
become an ADC member (for free) http://www.apple.com/developer/ and then download the apple development tools. along with the tools comes full documentation and examples.
------…
Please feel free to get out your cluesticks and send me elsewhere if this is an inappropriate forum for this question; I didn't see a Darwin dev forum here, and this seems to be a …
Petard, hoist yourself over to http://www.darwinfo.org/ , where you'll find like-minded crazies.
Sign up for the Darwin developer mailing list which is hosted by Apple.
I have tried downloading the tools once, but my connection was lost at about 29 MB.
Is there any way of downloading sections at a time, so you dont have to start again each time t…
As I remember there were to halves of the download or the "cd-rom" download. The 2 combined equal the CD-rom as I remember
------------------
Henry Feldman
NYU School of
Medicine
Hi,
I managed to install the Darwin development tools and sure, the compiler works. However, I cannot find the usual inter-process communication header files, in particular &l…
They are supported and exist. I have wrote a few projects using them... however I installed them from the developer tools cd. As I am sitting infront of a linux box right now I can…
Hi all,
We want to start java dev here and will be using both ProjectBuilder and JBuilder (on Mac and Wintel). It seems that CVS is the more accurate way to share sources for us, …
I am about 90% sure that the CVS server is built in. The CVS client is definitely there (/usr/bin/cvs) and if I remember correctly the client acts as the server if you tell it to.…
Never heard of Perforce, but CVS is great. We used it at my previous job. You can even do CVS checkouts over SSH using private keys and ssh-agents to keep it simple. UNIX is so …
Well, if you look at the configure options when building CVS, you
can build a binary w/o the server portion. Since the Mac man pages
make no reference to that, I *assumed* that th…
I was messing about with project builder and went to compile my hello world application by project builder(pb) informs me that I am missing two libraries namely MacWindows.h , Quic…
just include:
#include <Carbon/Carbon.h>
you may also wish to manually dig through everything that Carbon.h includes for you (just a holder header loading other hea…
The dev tools are now ready for download at Apple's Developer Connection site. So create a user id, login, and go get 'em.
http://www.apple.com/developer/
I didn't notice this file earlier, but that may just be me. Its an 8MB file at the / directory. I'm wondering if its garbage and I can delete, or if its something critical. BTW, th…
Do you have any idea if there is either a fortran compiler or an egcs-like multiple-language compiler available for OS X? I am most interested in finding out if there is either a …