Skip to main content
Search titles, bodies, and author names
Found 66,600 posts across 1 forum.

MacWindows.h , QuickDraw.h libraries — #1

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…
MacNN Development

MacWindows.h , QuickDraw.h libraries — #2

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…
MacNN Development

Dev tools are now available — #1

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/
MacNN Development

anyone recognize this file? — #1

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…
MacNN General

Fortran (free or cheap) for Mac OSX? — #1

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 …
MacNN Development

Fortran (free or cheap) for Mac OSX? — #2

Hi, I needed Fortran but got away with using f2c (Fortran to C translater) instead. Download it from http://netlib.bell-labs.com Contact me if you have trouble compiling it. /P
MacNN Development

Fortran (free or cheap) for Mac OSX? — #3

Hi, I needed Fortran but got away with using f2c (Fortran to C translater) instead. Download it from http://netlib.bell-labs.com Contact me if you have trouble compiling it. /P
MacNN Development

Fortran (free or cheap) for Mac OSX? — #4

Thanks persquare. I'm familiar with f2c, but have not used it extensively. Is it fairly robust or does it tend to choke sometimes? My code is perfect, of course , but some of …
MacNN Development

Fortran (free or cheap) for Mac OSX? — #5

Quote: Originally posted by stardoc: On this track though, are C compilers then either included in default OS X install, or do you have to install the developer tools? …
MacNN Development

Fortran (free or cheap) for Mac OSX? — #6

Hi, I've used f2c to compile Octave (a Matlab like environment for numerical analysis, http://www.che.wisc.edu/octave) which has large chunks of Fortran code. Never choked once...…
MacNN Development

Fortran (free or cheap) for Mac OSX? — #7

If you are doing Fortran development in OSX/Darwin, you really should use g77. I have used it before with PPC Linux, but I have never encountered it on BSD. It shouldn't be hard …
MacNN Development

Fortran (free or cheap) for Mac OSX? — #8

Thank you for the f2c info and the suggestion of g77. I hadn't even thought of g77 on OS X. I'll check into it. g77 is what I use under linux so it is particularly lame of me!
MacNN Development

Fortran (free or cheap) for Mac OSX? — #9

I've used f2c too. It did a good job. You can even read the C code it poops out. I used it on a single file fucntion call. So it was only a simple test of it. I bet Darwin has an …
MacNN Development

Fortran (free or cheap) for Mac OSX? — #11

Hi persquare and absmiths, I found g77/ecgs/gcc, but I'm a bit confused as to which pieces I need to combine to build a working compiler...any suggestions? In any event, my copy …
MacNN Development

Fortran (free or cheap) for Mac OSX? — #13

Has anyone had any luck installing g77? I have installed the apple developer tools and downloaded the source code for g77 seperately, but have no idea how to proceed. I'm a bit of …
MacNN Development

Fortran (free or cheap) for Mac OSX? — #16

It seems that there are many programs like f2c and g77 available for download, but once I have the files I have no idea what to do with them! Isn't there anyone out there who has m…
MacNN Development

Background only apps in Mac OS X — #1

I have been trying to find any information on how to write a background only application (BOA) under Mac OS X. I know how to do this under Mac OS 9, but I cannot find any info on …
MacNN OS 9

Background only apps in Mac OS X — #2

I think what you probably want is to write a daemon. They run in the background and provide service, eg. webserver, telnet server. If you just want to start something in the backgr…
MacNN OS 9
mp.ls